COLOR #D3E8C5

HEX: #D3E8C5
RGB: (211,232,197)

Color info

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

RGB color model

#D3E8C5 color RGB value is (211,232,197).

  • red value is 211;
  • green value is 232;
  • blue value is 197.
RGB:
(211,232,197)
(83%,91%,77%)

RGB channels and saturation

R 211 of 255 = 83%
G 232 of 255 = 91%
B 197 of 255 = 77%

211
232
197

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

Portions of RGB colors in percentages

R + G + B =
211 + 232 + 197 = 640 (100%)
R 211 of 640 ~ 32.97%
G 232 of 640 ~ 36.25%
B 197 of 640 ~ 30.78%

%32.97
%36.25
%30.78

CMYK color model

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

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 9.02%
CMYK:
(9,0,15,9)
C9M0Y15K9 
(9%,0%,15%,9%)
(0.09/0.00/0.15/0.09)	

CMYK percentages

%9.05
%0
%15.09
%9.02

Codes

Color #D3E8C5 in popluar color models

D3E8C5
RGB211232197
HSL96°43.21%84.12%
HSB/HSV96°15.09%90.98%
CMYK9.05%0.00%15.09%
9.02%

Color #D3E8C5 in popluar number systems.

HEXD3E8C5
Decimal211232197
Binary110100111110100011000101
Octal323350305

Shades and tints

Shades of #D3E8C5

#D3E8C5
(211,232,197)
#C0D3B4
(192,211,180)
#ADBEA3
(173,190,163)
#9AA992
(154,169,146)
#879481
(135,148,129)
#747F70
(116,127,112)
#616A5F
(97,106,95)
#4E554E
(78,85,78)
#3B403D
(59,64,61)
#282B2C
(40,43,44)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #D3E8C5

#D3E8C5
(211,232,197)
#D7EACA
(215,234,202)
#DBECCF
(219,236,207)
#DFEED4
(223,238,212)
#E3F0D9
(227,240,217)
#E7F2DE
(231,242,222)
#EBF4E3
(235,244,227)
#EFF6E8
(239,246,232)
#F3F8ED
(243,248,237)
#F7FAF2
(247,250,242)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E8C5 color. Also use rgb(211,232,197) instead hex code.

Text Font Color

.myTextColor { color: #D3E8C5; }

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

This text font color is #D3E8C5.


Background Color

.myBgColor { background-color: #D3E8C5; }

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

This div background color is #D3E8C5.


Border color

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

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

This div border color is #D3E8C5.


Opacity

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

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

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

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

This text has shadow with #D3E8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E8C5 on black background.


Color preview on white background

This text has color #D3E8C5 on white background.



Black color preview on #D3E8C5 background

This text has black color on #D3E8C5 background.


White color preview on #D3E8C5 background

This text has white color on #D3E8C5 background.