COLOR #D6ECB8

HEX: #D6ECB8 RGB: (214,236,184)

Color info

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

RGB color model

#D6ECB8 color RGB value is (214,236,184).

RGB: (214,236,184) (84%, 93%, 72%)

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 184 of 255 = 72%

214
236
184

R + G + B ~ 83%. #D6ECB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 236 + 184 = 634 (100%)
R 214 of 634 ~ 33.75%
G 236 of 634 ~ 37.22%
B 184 of 634 ~ 29.02'%

%33.75
%37.22
%29.02

CMYK color model

#D6ECB8 color CMYK value is (9,0,22,7).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 7.45%

CMYK: (9,0,22,7)
C9M0Y22K7 (9%, 0%, 22%, 7%)
(0.09 / 0.00 / 0.22 / 0.07)

CMYK percentages

%9.32
%0
%22.03
%7.45

Codes

Color #D6ECB8 in popluar color models

D6 EC B8
RGB 214 236 184
HSL 85° 57.78% 82.35%
HSB/HSV 85° 22.03% 92.55%
CMYK 9.32% 0.00% 22.03%
7.45%

Color #D6ECB8 in popluar number systems.

HEX D6 EC B8
Decimal 214 236 184
Binary 11010110 11101100 10111000
Octal 326 354 270

Shades and tints

Shades of #D6ECB8

#D6ECB8
(214,236,184)
#C3D7A8
(195,215,168)
#B0C298
(176,194,152)
#9DAD88
(157,173,136)
#8A9878
(138,152,120)
#778368
(119,131,104)
#646E58
(100,110,88)
#515948
(81,89,72)
#3E4438
(62,68,56)
#2B2F28
(43,47,40)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #D6ECB8

#D6ECB8
(214,236,184)
#D9EDBE
(217,237,190)
#DCEEC4
(220,238,196)
#DFEFCA
(223,239,202)
#E2F0D0
(226,240,208)
#E5F1D6
(229,241,214)
#E8F2DC
(232,242,220)
#EBF3E2
(235,243,226)
#EEF4E8
(238,244,232)
#F1F5EE
(241,245,238)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ECB8 color. Also use rgb(214,236,184) instead hex code.

Text Font Color

.myTextColor { color: #D6ECB8; }

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

This text font color is #D6ECB8.

Background Color

.myBgColor { background-color: #D6ECB8; }

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

This div background color is #D6ECB8.

Border color

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

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

This div border color is #D6ECB8.

Opacity

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

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

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

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

This text has shadow with #D6ECB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ECB8.

Preview

Color preview on black background

This text has color #D6ECB8 on black background.


Color preview on white background

This text has color #D6ECB8 on white background.


Black color preview on #D6ECB8 background

This text has black color on #D6ECB8 background.


White color preview on #D6ECB8 background

This text has white color on #D6ECB8 background.


Related colors

Complementary color

Complementary color for #hex is #291347.


I love getcolorcode.com

Triadic colors

1 #B8D6EC and #ECB8D6 with #D6ECB8 are triadic colors.

2 #B8ECD6 and #ECD6B8 with #D6ECB8 are triadic colors.