COLOR #D6E4CB

HEX: #D6E4CB
RGB: (214,228,203)

Color info

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

RGB color model

#D6E4CB color RGB value is (214,228,203).

  • red value is 214;
  • green value is 228;
  • blue value is 203.
RGB:
(214,228,203)
(84%,89%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 228 of 255 = 89%
B 203 of 255 = 80%

214
228
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 228 + 203 = 645 (100%)
R 214 of 645 ~ 33.18%
G 228 of 645 ~ 35.35%
B 203 of 645 ~ 31.47%

%33.18
%35.35
%31.47

CMYK color model

#D6E4CB color CMYK value is (6,0,11,11).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 10.59%
CMYK:
(6,0,11,11)
C6M0Y11K11 
(6%,0%,11%,11%)
(0.06/0.00/0.11/0.11)	

CMYK percentages

%6.14
%0
%10.96
%10.59

Codes

Color #D6E4CB in popluar color models

D6E4CB
RGB214228203
HSL94°31.65%84.51%
HSB/HSV94°10.96%89.41%
CMYK6.14%0.00%10.96%
10.59%

Color #D6E4CB in popluar number systems.

HEXD6E4CB
Decimal214228203
Binary110101101110010011001011
Octal326344313

Shades and tints

Shades of #D6E4CB

#D6E4CB
(214,228,203)
#C3D0B9
(195,208,185)
#B0BCA7
(176,188,167)
#9DA895
(157,168,149)
#8A9483
(138,148,131)
#778071
(119,128,113)
#646C5F
(100,108,95)
#51584D
(81,88,77)
#3E443B
(62,68,59)
#2B3029
(43,48,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #D6E4CB

#D6E4CB
(214,228,203)
#D9E6CF
(217,230,207)
#DCE8D3
(220,232,211)
#DFEAD7
(223,234,215)
#E2ECDB
(226,236,219)
#E5EEDF
(229,238,223)
#E8F0E3
(232,240,227)
#EBF2E7
(235,242,231)
#EEF4EB
(238,244,235)
#F1F6EF
(241,246,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E4CB color. Also use rgb(214,228,203) instead hex code.

Text Font Color

.myTextColor { color: #D6E4CB; }

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

This text font color is #D6E4CB.


Background Color

.myBgColor { background-color: #D6E4CB; }

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

This div background color is #D6E4CB.


Border color

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

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

This div border color is #D6E4CB.


Opacity

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

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

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

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

This text has shadow with #D6E4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4CB on black background.


Color preview on white background

This text has color #D6E4CB on white background.



Black color preview on #D6E4CB background

This text has black color on #D6E4CB background.


White color preview on #D6E4CB background

This text has white color on #D6E4CB background.