COLOR #D8E6A1

HEX: #D8E6A1 RGB: (216,230,161)

Color info

#D8E6A1 contains mainly red and green colors. Web safe color of #D8E6A1 is #CCCC99 (or #CC9).

RGB color model

#D8E6A1 color RGB value is (216,230,161).

RGB: (216,230,161) (85%, 90%, 63%)

RGB channels and saturation

R 216 of 255 = 85%
G 230 of 255 = 90%
B 161 of 255 = 63%

216
230
161

R + G + B ~ 79%. #D8E6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 230 + 161 = 607 (100%)
R 216 of 607 ~ 35.58%
G 230 of 607 ~ 37.89%
B 161 of 607 ~ 26.52'%

%35.58
%37.89
%26.52

CMYK color model

#D8E6A1 color CMYK value is (6,0,30,10).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 9.80%

CMYK: (6,0,30,10)
C6M0Y30K10 (6%, 0%, 30%, 10%)
(0.06 / 0.00 / 0.30 / 0.10)

CMYK percentages

%6.09
%0
%30
%9.8

Codes

Color #D8E6A1 in popluar color models

D8 E6 A1
RGB 216 230 161
HSL 72° 57.98% 76.67%
HSB/HSV 72° 30.00% 90.20%
CMYK 6.09% 0.00% 30.00%
9.80%

Color #D8E6A1 in popluar number systems.

HEX D8 E6 A1
Decimal 216 230 161
Binary 11011000 11100110 10100001
Octal 330 346 241

Shades and tints

Shades of #D8E6A1

#D8E6A1
(216,230,161)
#C5D293
(197,210,147)
#B2BE85
(178,190,133)
#9FAA77
(159,170,119)
#8C9669
(140,150,105)
#79825B
(121,130,91)
#666E4D
(102,110,77)
#535A3F
(83,90,63)
#404631
(64,70,49)
#2D3223
(45,50,35)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #D8E6A1

#D8E6A1
(216,230,161)
#DBE8A9
(219,232,169)
#DEEAB1
(222,234,177)
#E1ECB9
(225,236,185)
#E4EEC1
(228,238,193)
#E7F0C9
(231,240,201)
#EAF2D1
(234,242,209)
#EDF4D9
(237,244,217)
#F0F6E1
(240,246,225)
#F3F8E9
(243,248,233)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E6A1 color. Also use rgb(216,230,161) instead hex code.

Text Font Color

.myTextColor { color: #D8E6A1; }

<p style="color:#D8E6A1">This sample text font color is #D8E6A1.</p>

This text font color is #D8E6A1.

Background Color

.myBgColor { background-color: #D8E6A1; }

<div style="background-color:#D8E6A1">Inner text</div>

This div background color is #D8E6A1.

Border color

.myBorderColor { border: 1px solid #D8E6A1; }

<div style="border:3px solid #D8E6A1">Div</div>

This div border color is #D8E6A1.

Opacity

.myOpacity80 { color: #D8E6A1; opacity: 0.8; }

<p style="color:#D8E6A1;opacity:0.8;">80%</p>

Text with #D8E6A1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D8E6A1;}

<p style="text-shadow: 3px 3px 1px #D8E6A1">Text here.</p>

This text has shadow with #D8E6A1 color.


.textShadow {text-shadow: 3px 3px 1px #D8E6A1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D8E6A1, 5px 5px 20px red">Text here.</p>

This text has shadow with #D8E6A1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8E6A1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D8E6A1, Direction=45, Strength=4)">Text</p>

This text has shadow with #D8E6A1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D8E6A1;
-webkit-box-shadow: 1px 1px 3px 2px #D8E6A1;
box-shadow: 1px 1px 3px 2px #D8E6A1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8E6A1; -webkit-box-shadow: 1px 1px 3px 2px #D8E6A1; box-shadow:1px 1px 3px 2px #D8E6A1;">
Div content here
</div>

This div box has shadow with color #D8E6A1.

Preview

Color preview on black background

This text has color #D8E6A1 on black background.


Color preview on white background

This text has color #D8E6A1 on white background.


Black color preview on #D8E6A1 background

This text has black color on #D8E6A1 background.


White color preview on #D8E6A1 background

This text has white color on #D8E6A1 background.


Related colors

Complementary color

Complementary color for #hex is #27195E.


I love getcolorcode.com

Triadic colors

1 #A1D8E6 and #E6A1D8 with #D8E6A1 are triadic colors.

2 #A1E6D8 and #E6D8A1 with #D8E6A1 are triadic colors.