COLOR #D6EEA6

HEX: #D6EEA6 RGB: (214,238,166)

Color info

#D6EEA6 contains mainly red and green colors. Web safe color of #D6EEA6 is #CCFF99 (or #CF9).

RGB color model

#D6EEA6 color RGB value is (214,238,166).

RGB: (214,238,166) (84%, 93%, 65%)

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 166 of 255 = 65%

214
238
166

R + G + B ~ 81%. #D6EEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 238 + 166 = 618 (100%)
R 214 of 618 ~ 34.63%
G 238 of 618 ~ 38.51%
B 166 of 618 ~ 26.86'%

%34.63
%38.51
%26.86

CMYK color model

#D6EEA6 color CMYK value is (10,0,30,7).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 6.67%

CMYK: (10,0,30,7)
C10M0Y30K7 (10%, 0%, 30%, 7%)
(0.10 / 0.00 / 0.30 / 0.07)

CMYK percentages

%10.08
%0
%30.25
%6.67

Codes

Color #D6EEA6 in popluar color models

D6 EE A6
RGB 214 238 166
HSL 80° 67.92% 79.22%
HSB/HSV 80° 30.25% 93.33%
CMYK 10.08% 0.00% 30.25%
6.67%

Color #D6EEA6 in popluar number systems.

HEX D6 EE A6
Decimal 214 238 166
Binary 11010110 11101110 10100110
Octal 326 356 246

Shades and tints

Shades of #D6EEA6

#D6EEA6
(214,238,166)
#C3D997
(195,217,151)
#B0C488
(176,196,136)
#9DAF79
(157,175,121)
#8A9A6A
(138,154,106)
#77855B
(119,133,91)
#64704C
(100,112,76)
#515B3D
(81,91,61)
#3E462E
(62,70,46)
#2B311F
(43,49,31)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #D6EEA6

#D6EEA6
(214,238,166)
#D9EFAE
(217,239,174)
#DCF0B6
(220,240,182)
#DFF1BE
(223,241,190)
#E2F2C6
(226,242,198)
#E5F3CE
(229,243,206)
#E8F4D6
(232,244,214)
#EBF5DE
(235,245,222)
#EEF6E6
(238,246,230)
#F1F7EE
(241,247,238)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EEA6 color. Also use rgb(214,238,166) instead hex code.

Text Font Color

.myTextColor { color: #D6EEA6; }

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

This text font color is #D6EEA6.

Background Color

.myBgColor { background-color: #D6EEA6; }

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

This div background color is #D6EEA6.

Border color

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

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

This div border color is #D6EEA6.

Opacity

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

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

Text with #D6EEA6 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 #D6EEA6;}

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

This text has shadow with #D6EEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EEA6.

Preview

Color preview on black background

This text has color #D6EEA6 on black background.


Color preview on white background

This text has color #D6EEA6 on white background.


Black color preview on #D6EEA6 background

This text has black color on #D6EEA6 background.


White color preview on #D6EEA6 background

This text has white color on #D6EEA6 background.


Related colors

Complementary color

Complementary color for #hex is #291159.


I love getcolorcode.com

Triadic colors

1 #A6D6EE and #EEA6D6 with #D6EEA6 are triadic colors.

2 #A6EED6 and #EED6A6 with #D6EEA6 are triadic colors.