COLOR #D3E9E1

HEX: #D3E9E1
RGB: (211,233,225)

Color info

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

RGB color model

#D3E9E1 color RGB value is (211,233,225).

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

RGB channels and saturation

R 211 of 255 = 83%
G 233 of 255 = 91%
B 225 of 255 = 88%

211
233
225

R + G + B ~ 87%. #D3E9E1 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 233 + 225 = 669 (100%)
R 211 of 669 ~ 31.54%
G 233 of 669 ~ 34.83%
B 225 of 669 ~ 33.63%

%31.54
%34.83
%33.63

CMYK color model

#D3E9E1 color CMYK value is (9,0,3,9).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(9,0,3,9)
C9M0Y3K9 
(9%,0%,3%,9%)
(0.09/0.00/0.03/0.09)	

CMYK percentages

%9.44
%0
%3.43
%8.63

Codes

Color #D3E9E1 in popluar color models

D3E9E1
RGB211233225
HSL158°33.33%87.06%
HSB/HSV158°9.44%91.37%
CMYK9.44%0.00%3.43%
8.63%

Color #D3E9E1 in popluar number systems.

HEXD3E9E1
Decimal211233225
Binary110100111110100111100001
Octal323351341

Shades and tints

Shades of #D3E9E1

#D3E9E1
(211,233,225)
#C0D4CD
(192,212,205)
#ADBFB9
(173,191,185)
#9AAAA5
(154,170,165)
#879591
(135,149,145)
#74807D
(116,128,125)
#616B69
(97,107,105)
#4E5655
(78,86,85)
#3B4141
(59,65,65)
#282C2D
(40,44,45)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #D3E9E1

#D3E9E1
(211,233,225)
#D7EBE3
(215,235,227)
#DBEDE5
(219,237,229)
#DFEFE7
(223,239,231)
#E3F1E9
(227,241,233)
#E7F3EB
(231,243,235)
#EBF5ED
(235,245,237)
#EFF7EF
(239,247,239)
#F3F9F1
(243,249,241)
#F7FBF3
(247,251,243)
#FBFDF5
(251,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E9E1; }

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

This text font color is #D3E9E1.


Background Color

.myBgColor { background-color: #D3E9E1; }

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

This div background color is #D3E9E1.


Border color

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

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

This div border color is #D3E9E1.


Opacity

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

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

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

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

This text has shadow with #D3E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E9E1 on black background.


Color preview on white background

This text has color #D3E9E1 on white background.



Black color preview on #D3E9E1 background

This text has black color on #D3E9E1 background.


White color preview on #D3E9E1 background

This text has white color on #D3E9E1 background.