COLOR #D6E1CD

HEX: #D6E1CD RGB: (214,225,205)

Color info

#D6E1CD contains red, green and blue colors in about the same proportion. Web safe color of #D6E1CD is #CCCCCC (or #CCC).

RGB color model

#D6E1CD color RGB value is (214,225,205).

RGB: (214,225,205) (84%, 88%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 225 of 255 = 88%
B 205 of 255 = 80%

214
225
205

R + G + B ~ 84%. #D6E1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 225 + 205 = 644 (100%)
R 214 of 644 ~ 33.23%
G 225 of 644 ~ 34.94%
B 205 of 644 ~ 31.83'%

%33.23
%34.94
%31.83

CMYK color model

#D6E1CD color CMYK value is (5,0,9,12).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (5,0,9,12) C5M0Y9K12 (5%,0%,9%,12%) (0.05/0.00/0.09/0.12) 

CMYK percentages

%4.89
%0
%8.89
%11.76

Codes

Color #D6E1CD in popluar color models

D6 E1 CD
RGB 214 225 205
HSL 93° 25.00% 84.31%
HSB/HSV 93° 8.89% 88.24%
CMYK 4.89% 0.00% 8.89%
11.76%

Color #D6E1CD in popluar number systems.

HEX D6 E1 CD
Decimal 214 225 205
Binary 11010110 11100001 11001101
Octal 326 341 315

Shades and tints

Shades of #D6E1CD

#D6E1CD
(214,225,205)
#C3CDBB
(195,205,187)
#B0B9A9
(176,185,169)
#9DA597
(157,165,151)
#8A9185
(138,145,133)
#777D73
(119,125,115)
#646961
(100,105,97)
#51554F
(81,85,79)
#3E413D
(62,65,61)
#2B2D2B
(43,45,43)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #D6E1CD

#D6E1CD
(214,225,205)
#D9E3D1
(217,227,209)
#DCE5D5
(220,229,213)
#DFE7D9
(223,231,217)
#E2E9DD
(226,233,221)
#E5EBE1
(229,235,225)
#E8EDE5
(232,237,229)
#EBEFE9
(235,239,233)
#EEF1ED
(238,241,237)
#F1F3F1
(241,243,241)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E1CD color. Also use rgb(214,225,205) instead hex code.

Text Font Color

.myTextColor { color: #D6E1CD; }

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

This text font color is #D6E1CD.

Background Color

.myBgColor { background-color: #D6E1CD; }

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

This div background color is #D6E1CD.

Border color

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

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

This div border color is #D6E1CD.

Opacity

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

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

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

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

This text has shadow with #D6E1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E1CD.

Preview

Color preview on black background

This text has color #D6E1CD on black background.


Color preview on white background

This text has color #D6E1CD on white background.


Black color preview on #D6E1CD background

This text has black color on #D6E1CD background.


White color preview on #D6E1CD background

This text has white color on #D6E1CD background.


Related colors

Complementary color

Complementary color for #hex is #291E32.


I love getcolorcode.com

Triadic colors

1 #CDD6E1 and #E1CDD6 with #D6E1CD are triadic colors.

2 #CDE1D6 and #E1D6CD with #D6E1CD are triadic colors.