COLOR #D3E9E5

HEX: #D3E9E5
RGB: (211,233,229)

Color info

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

RGB color model

#D3E9E5 color RGB value is (211,233,229).

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

RGB channels and saturation

R 211 of 255 = 83%
G 233 of 255 = 91%
B 229 of 255 = 90%

211
233
229

R + G + B ~ 88%. #D3E9E5 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 233 + 229 = 673 (100%)
R 211 of 673 ~ 31.35%
G 233 of 673 ~ 34.62%
B 229 of 673 ~ 34.03%

%31.35
%34.62
%34.03

CMYK color model

#D3E9E5 color CMYK value is (9,0,2,9).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(9,0,2,9)
C9M0Y2K9 
(9%,0%,2%,9%)
(0.09/0.00/0.02/0.09)	

CMYK percentages

%9.44
%0
%1.72
%8.63

Codes

Color #D3E9E5 in popluar color models

D3E9E5
RGB211233229
HSL169°33.33%87.06%
HSB/HSV169°9.44%91.37%
CMYK9.44%0.00%1.72%
8.63%

Color #D3E9E5 in popluar number systems.

HEXD3E9E5
Decimal211233229
Binary110100111110100111100101
Octal323351345

Shades and tints

Shades of #D3E9E5

#D3E9E5
(211,233,229)
#C0D4D1
(192,212,209)
#ADBFBD
(173,191,189)
#9AAAA9
(154,170,169)
#879595
(135,149,149)
#748081
(116,128,129)
#616B6D
(97,107,109)
#4E5659
(78,86,89)
#3B4145
(59,65,69)
#282C31
(40,44,49)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #D3E9E5

#D3E9E5
(211,233,229)
#D7EBE7
(215,235,231)
#DBEDE9
(219,237,233)
#DFEFEB
(223,239,235)
#E3F1ED
(227,241,237)
#E7F3EF
(231,243,239)
#EBF5F1
(235,245,241)
#EFF7F3
(239,247,243)
#F3F9F5
(243,249,245)
#F7FBF7
(247,251,247)
#FBFDF9
(251,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E9E5; }

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

This text font color is #D3E9E5.


Background Color

.myBgColor { background-color: #D3E9E5; }

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

This div background color is #D3E9E5.


Border color

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

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

This div border color is #D3E9E5.


Opacity

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

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

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

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

This text has shadow with #D3E9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E9E5 on black background.


Color preview on white background

This text has color #D3E9E5 on white background.



Black color preview on #D3E9E5 background

This text has black color on #D3E9E5 background.


White color preview on #D3E9E5 background

This text has white color on #D3E9E5 background.