COLOR #D6E1CB

HEX: #D6E1CB
RGB: (214,225,203)

Color info

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

RGB color model

#D6E1CB color RGB value is (214,225,203).

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

RGB channels and saturation

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

214
225
203

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

Portions of RGB colors in percentages

R + G + B =
214 + 225 + 203 = 642 (100%)
R 214 of 642 ~ 33.33%
G 225 of 642 ~ 35.05%
B 203 of 642 ~ 31.62%

%33.33
%35.05
%31.62

CMYK color model

#D6E1CB color CMYK value is (5,0,10,12).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(5,0,10,12)
C5M0Y10K12 
(5%,0%,10%,12%)
(0.05/0.00/0.10/0.12)	

CMYK percentages

%4.89
%0
%9.78
%11.76

Codes

Color #D6E1CB in popluar color models

D6E1CB
RGB214225203
HSL90°26.83%83.92%
HSB/HSV90°9.78%88.24%
CMYK4.89%0.00%9.78%
11.76%

Color #D6E1CB in popluar number systems.

HEXD6E1CB
Decimal214225203
Binary110101101110000111001011
Octal326341313

Shades and tints

Shades of #D6E1CB

#D6E1CB
(214,225,203)
#C3CDB9
(195,205,185)
#B0B9A7
(176,185,167)
#9DA595
(157,165,149)
#8A9183
(138,145,131)
#777D71
(119,125,113)
#64695F
(100,105,95)
#51554D
(81,85,77)
#3E413B
(62,65,59)
#2B2D29
(43,45,41)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6E1CB

#D6E1CB
(214,225,203)
#D9E3CF
(217,227,207)
#DCE5D3
(220,229,211)
#DFE7D7
(223,231,215)
#E2E9DB
(226,233,219)
#E5EBDF
(229,235,223)
#E8EDE3
(232,237,227)
#EBEFE7
(235,239,231)
#EEF1EB
(238,241,235)
#F1F3EF
(241,243,239)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E1CB; }

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

This text font color is #D6E1CB.


Background Color

.myBgColor { background-color: #D6E1CB; }

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

This div background color is #D6E1CB.


Border color

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

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

This div border color is #D6E1CB.


Opacity

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

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

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

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

This text has shadow with #D6E1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E1CB on black background.


Color preview on white background

This text has color #D6E1CB on white background.



Black color preview on #D6E1CB background

This text has black color on #D6E1CB background.


White color preview on #D6E1CB background

This text has white color on #D6E1CB background.