COLOR #D3E8CC

HEX: #D3E8CC
RGB: (211,232,204)

Color info

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

RGB color model

#D3E8CC color RGB value is (211,232,204).

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

RGB channels and saturation

R 211 of 255 = 83%
G 232 of 255 = 91%
B 204 of 255 = 80%

211
232
204

R + G + B ~ 85%. #D3E8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 232 + 204 = 647 (100%)
R 211 of 647 ~ 32.61%
G 232 of 647 ~ 35.86%
B 204 of 647 ~ 31.53%

%32.61
%35.86
%31.53

CMYK color model

#D3E8CC color CMYK value is (9,0,12,9).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 9.02%
CMYK:
(9,0,12,9)
C9M0Y12K9 
(9%,0%,12%,9%)
(0.09/0.00/0.12/0.09)	

CMYK percentages

%9.05
%0
%12.07
%9.02

Codes

Color #D3E8CC in popluar color models

D3E8CC
RGB211232204
HSL105°37.84%85.49%
HSB/HSV105°12.07%90.98%
CMYK9.05%0.00%12.07%
9.02%

Color #D3E8CC in popluar number systems.

HEXD3E8CC
Decimal211232204
Binary110100111110100011001100
Octal323350314

Shades and tints

Shades of #D3E8CC

#D3E8CC
(211,232,204)
#C0D3BA
(192,211,186)
#ADBEA8
(173,190,168)
#9AA996
(154,169,150)
#879484
(135,148,132)
#747F72
(116,127,114)
#616A60
(97,106,96)
#4E554E
(78,85,78)
#3B403C
(59,64,60)
#282B2A
(40,43,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #D3E8CC

#D3E8CC
(211,232,204)
#D7EAD0
(215,234,208)
#DBECD4
(219,236,212)
#DFEED8
(223,238,216)
#E3F0DC
(227,240,220)
#E7F2E0
(231,242,224)
#EBF4E4
(235,244,228)
#EFF6E8
(239,246,232)
#F3F8EC
(243,248,236)
#F7FAF0
(247,250,240)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E8CC; }

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

This text font color is #D3E8CC.


Background Color

.myBgColor { background-color: #D3E8CC; }

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

This div background color is #D3E8CC.


Border color

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

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

This div border color is #D3E8CC.


Opacity

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

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

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

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

This text has shadow with #D3E8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E8CC on black background.


Color preview on white background

This text has color #D3E8CC on white background.



Black color preview on #D3E8CC background

This text has black color on #D3E8CC background.


White color preview on #D3E8CC background

This text has white color on #D3E8CC background.