COLOR #D6EEC4

HEX: #D6EEC4 RGB: (214,238,196)

Color info

#D6EEC4 contains red, green and blue colors in about the same proportion. Web safe color of #D6EEC4 is #CCFFCC (or #CFC).

RGB color model

#D6EEC4 color RGB value is (214,238,196).

RGB: (214,238,196) (84%, 93%, 77%)

RGB channels and saturation

R 214 of 255 = 84%
G 238 of 255 = 93%
B 196 of 255 = 77%

214
238
196

R + G + B ~ 85%. #D6EEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 238 + 196 = 648 (100%)
R 214 of 648 ~ 33.02%
G 238 of 648 ~ 36.73%
B 196 of 648 ~ 30.25'%

%33.02
%36.73
%30.25

CMYK color model

#D6EEC4 color CMYK value is (10,0,18,7).

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

CMYK: (10,0,18,7)
C10M0Y18K7 (10%, 0%, 18%, 7%)
(0.10 / 0.00 / 0.18 / 0.07)

CMYK percentages

%10.08
%0
%17.65
%6.67

Codes

Color #D6EEC4 in popluar color models

D6 EE C4
RGB 214 238 196
HSL 94° 55.26% 85.10%
HSB/HSV 94° 17.65% 93.33%
CMYK 10.08% 0.00% 17.65%
6.67%

Color #D6EEC4 in popluar number systems.

HEX D6 EE C4
Decimal 214 238 196
Binary 11010110 11101110 11000100
Octal 326 356 304

Shades and tints

Shades of #D6EEC4

#D6EEC4
(214,238,196)
#C3D9B3
(195,217,179)
#B0C4A2
(176,196,162)
#9DAF91
(157,175,145)
#8A9A80
(138,154,128)
#77856F
(119,133,111)
#64705E
(100,112,94)
#515B4D
(81,91,77)
#3E463C
(62,70,60)
#2B312B
(43,49,43)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #D6EEC4

#D6EEC4
(214,238,196)
#D9EFC9
(217,239,201)
#DCF0CE
(220,240,206)
#DFF1D3
(223,241,211)
#E2F2D8
(226,242,216)
#E5F3DD
(229,243,221)
#E8F4E2
(232,244,226)
#EBF5E7
(235,245,231)
#EEF6EC
(238,246,236)
#F1F7F1
(241,247,241)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EEC4; }

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

This text font color is #D6EEC4.

Background Color

.myBgColor { background-color: #D6EEC4; }

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

This div background color is #D6EEC4.

Border color

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

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

This div border color is #D6EEC4.

Opacity

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

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

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

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

This text has shadow with #D6EEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EEC4.

Preview

Color preview on black background

This text has color #D6EEC4 on black background.


Color preview on white background

This text has color #D6EEC4 on white background.


Black color preview on #D6EEC4 background

This text has black color on #D6EEC4 background.


White color preview on #D6EEC4 background

This text has white color on #D6EEC4 background.


Related colors

Complementary color

Complementary color for #hex is #29113B.


I love getcolorcode.com

Triadic colors

1 #C4D6EE and #EEC4D6 with #D6EEC4 are triadic colors.

2 #C4EED6 and #EED6C4 with #D6EEC4 are triadic colors.