COLOR #D3E5C8

HEX: #D3E5C8
RGB: (211,229,200)

Color info

#D3E5C8 contains red, green and blue colors in about the same proportion. Web safe color of #D3E5C8 is #CCCCCC (or #CCC).

RGB color model

#D3E5C8 color RGB value is (211,229,200).

  • red value is 211;
  • green value is 229;
  • blue value is 200.
RGB:
(211,229,200)
(83%,90%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 229 of 255 = 90%
B 200 of 255 = 78%

211
229
200

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

Portions of RGB colors in percentages

R + G + B =
211 + 229 + 200 = 640 (100%)
R 211 of 640 ~ 32.97%
G 229 of 640 ~ 35.78%
B 200 of 640 ~ 31.25%

%32.97
%35.78
%31.25

CMYK color model

#D3E5C8 color CMYK value is (8,0,13,10).

  • cyan value is 7.86%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 10.20%
CMYK:
(8,0,13,10)
C8M0Y13K10 
(8%,0%,13%,10%)
(0.08/0.00/0.13/0.10)	

CMYK percentages

%7.86
%0
%12.66
%10.2

Codes

Color #D3E5C8 in popluar color models

D3E5C8
RGB211229200
HSL97°35.80%84.12%
HSB/HSV97°12.66%89.80%
CMYK7.86%0.00%12.66%
10.20%

Color #D3E5C8 in popluar number systems.

HEXD3E5C8
Decimal211229200
Binary110100111110010111001000
Octal323345310

Shades and tints

Shades of #D3E5C8

#D3E5C8
(211,229,200)
#C0D1B6
(192,209,182)
#ADBDA4
(173,189,164)
#9AA992
(154,169,146)
#879580
(135,149,128)
#74816E
(116,129,110)
#616D5C
(97,109,92)
#4E594A
(78,89,74)
#3B4538
(59,69,56)
#283126
(40,49,38)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #D3E5C8

#D3E5C8
(211,229,200)
#D7E7CD
(215,231,205)
#DBE9D2
(219,233,210)
#DFEBD7
(223,235,215)
#E3EDDC
(227,237,220)
#E7EFE1
(231,239,225)
#EBF1E6
(235,241,230)
#EFF3EB
(239,243,235)
#F3F5F0
(243,245,240)
#F7F7F5
(247,247,245)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E5C8 color. Also use rgb(211,229,200) instead hex code.

Text Font Color

.myTextColor { color: #D3E5C8; }

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

This text font color is #D3E5C8.


Background Color

.myBgColor { background-color: #D3E5C8; }

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

This div background color is #D3E5C8.


Border color

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

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

This div border color is #D3E5C8.


Opacity

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

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

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

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

This text has shadow with #D3E5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E5C8 on black background.


Color preview on white background

This text has color #D3E5C8 on white background.



Black color preview on #D3E5C8 background

This text has black color on #D3E5C8 background.


White color preview on #D3E5C8 background

This text has white color on #D3E5C8 background.