COLOR #D1E9CB

HEX: #D1E9CB
RGB: (209,233,203)

Color info

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

RGB color model

#D1E9CB color RGB value is (209,233,203).

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

RGB channels and saturation

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

209
233
203

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

Portions of RGB colors in percentages

R + G + B =
209 + 233 + 203 = 645 (100%)
R 209 of 645 ~ 32.4%
G 233 of 645 ~ 36.12%
B 203 of 645 ~ 31.47%

%32.4
%36.12
%31.47

CMYK color model

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

  • cyan value is 10.30%
  • 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

%10.3
%0
%12.88
%8.63

Codes

Color #D1E9CB in popluar color models

D1E9CB
RGB209233203
HSL108°40.54%85.49%
HSB/HSV108°12.88%91.37%
CMYK10.30%0.00%12.88%
8.63%

Color #D1E9CB in popluar number systems.

HEXD1E9CB
Decimal209233203
Binary110100011110100111001011
Octal321351313

Shades and tints

Shades of #D1E9CB

#D1E9CB
(209,233,203)
#BED4B9
(190,212,185)
#ABBFA7
(171,191,167)
#98AA95
(152,170,149)
#859583
(133,149,131)
#728071
(114,128,113)
#5F6B5F
(95,107,95)
#4C564D
(76,86,77)
#39413B
(57,65,59)
#262C29
(38,44,41)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #D1E9CB

#D1E9CB
(209,233,203)
#D5EBCF
(213,235,207)
#D9EDD3
(217,237,211)
#DDEFD7
(221,239,215)
#E1F1DB
(225,241,219)
#E5F3DF
(229,243,223)
#E9F5E3
(233,245,227)
#EDF7E7
(237,247,231)
#F1F9EB
(241,249,235)
#F5FBEF
(245,251,239)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E9CB; }

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

This text font color is #D1E9CB.


Background Color

.myBgColor { background-color: #D1E9CB; }

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

This div background color is #D1E9CB.


Border color

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

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

This div border color is #D1E9CB.


Opacity

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

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

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

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

This text has shadow with #D1E9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E9CB on black background.


Color preview on white background

This text has color #D1E9CB on white background.



Black color preview on #D1E9CB background

This text has black color on #D1E9CB background.


White color preview on #D1E9CB background

This text has white color on #D1E9CB background.