COLOR #D2E9CB

HEX: #D2E9CB
RGB: (210,233,203)

Color info

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

RGB color model

#D2E9CB color RGB value is (210,233,203).

  • red value is 210;
  • green value is 233;
  • blue value is 203.
RGB:
(210,233,203)
(82%,91%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 203 of 255 = 80%

210
233
203

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

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 203 = 646 (100%)
R 210 of 646 ~ 32.51%
G 233 of 646 ~ 36.07%
B 203 of 646 ~ 31.42%

%32.51
%36.07
%31.42

CMYK color model

#D2E9CB color CMYK value is (10,0,13,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK:
(10,0,13,9)
C10M0Y13K9 
(10%,0%,13%,9%)
(0.10/0.00/0.13/0.09)	

CMYK percentages

%9.87
%0
%12.88
%8.63

Codes

Color #D2E9CB in popluar color models

D2E9CB
RGB210233203
HSL106°40.54%85.49%
HSB/HSV106°12.88%91.37%
CMYK9.87%0.00%12.88%
8.63%

Color #D2E9CB in popluar number systems.

HEXD2E9CB
Decimal210233203
Binary110100101110100111001011
Octal322351313

Shades and tints

Shades of #D2E9CB

#D2E9CB
(210,233,203)
#BFD4B9
(191,212,185)
#ACBFA7
(172,191,167)
#99AA95
(153,170,149)
#869583
(134,149,131)
#738071
(115,128,113)
#606B5F
(96,107,95)
#4D564D
(77,86,77)
#3A413B
(58,65,59)
#272C29
(39,44,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #D2E9CB

#D2E9CB
(210,233,203)
#D6EBCF
(214,235,207)
#DAEDD3
(218,237,211)
#DEEFD7
(222,239,215)
#E2F1DB
(226,241,219)
#E6F3DF
(230,243,223)
#EAF5E3
(234,245,227)
#EEF7E7
(238,247,231)
#F2F9EB
(242,249,235)
#F6FBEF
(246,251,239)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9CB color. Also use rgb(210,233,203) instead hex code.

Text Font Color

.myTextColor { color: #D2E9CB; }

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

This text font color is #D2E9CB.


Background Color

.myBgColor { background-color: #D2E9CB; }

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

This div background color is #D2E9CB.


Border color

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

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

This div border color is #D2E9CB.


Opacity

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

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

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

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

This text has shadow with #D2E9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E9CB on black background.


Color preview on white background

This text has color #D2E9CB on white background.



Black color preview on #D2E9CB background

This text has black color on #D2E9CB background.


White color preview on #D2E9CB background

This text has white color on #D2E9CB background.