COLOR #D1E9C6

HEX: #D1E9C6
RGB: (209,233,198)

Color info

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

RGB color model

#D1E9C6 color RGB value is (209,233,198).

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

RGB channels and saturation

R 209 of 255 = 82%
G 233 of 255 = 91%
B 198 of 255 = 78%

209
233
198

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

Portions of RGB colors in percentages

R + G + B =
209 + 233 + 198 = 640 (100%)
R 209 of 640 ~ 32.66%
G 233 of 640 ~ 36.41%
B 198 of 640 ~ 30.94%

%32.66
%36.41
%30.94

CMYK color model

#D1E9C6 color CMYK value is (10,0,15,9).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 8.63%
CMYK:
(10,0,15,9)
C10M0Y15K9 
(10%,0%,15%,9%)
(0.10/0.00/0.15/0.09)	

CMYK percentages

%10.3
%0
%15.02
%8.63

Codes

Color #D1E9C6 in popluar color models

D1E9C6
RGB209233198
HSL101°44.30%84.51%
HSB/HSV101°15.02%91.37%
CMYK10.30%0.00%15.02%
8.63%

Color #D1E9C6 in popluar number systems.

HEXD1E9C6
Decimal209233198
Binary110100011110100111000110
Octal321351306

Shades and tints

Shades of #D1E9C6

#D1E9C6
(209,233,198)
#BED4B4
(190,212,180)
#ABBFA2
(171,191,162)
#98AA90
(152,170,144)
#85957E
(133,149,126)
#72806C
(114,128,108)
#5F6B5A
(95,107,90)
#4C5648
(76,86,72)
#394136
(57,65,54)
#262C24
(38,44,36)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D1E9C6

#D1E9C6
(209,233,198)
#D5EBCB
(213,235,203)
#D9EDD0
(217,237,208)
#DDEFD5
(221,239,213)
#E1F1DA
(225,241,218)
#E5F3DF
(229,243,223)
#E9F5E4
(233,245,228)
#EDF7E9
(237,247,233)
#F1F9EE
(241,249,238)
#F5FBF3
(245,251,243)
#F9FDF8
(249,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E9C6; }

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

This text font color is #D1E9C6.


Background Color

.myBgColor { background-color: #D1E9C6; }

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

This div background color is #D1E9C6.


Border color

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

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

This div border color is #D1E9C6.


Opacity

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

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

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

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

This text has shadow with #D1E9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E9C6 on black background.


Color preview on white background

This text has color #D1E9C6 on white background.



Black color preview on #D1E9C6 background

This text has black color on #D1E9C6 background.


White color preview on #D1E9C6 background

This text has white color on #D1E9C6 background.