COLOR #D3EAE3

HEX: #D3EAE3
RGB: (211,234,227)

Color info

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

RGB color model

#D3EAE3 color RGB value is (211,234,227).

  • red value is 211;
  • green value is 234;
  • blue value is 227.
RGB:
(211,234,227)
(83%,92%,89%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 227 of 255 = 89%

211
234
227

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

Portions of RGB colors in percentages

R + G + B =
211 + 234 + 227 = 672 (100%)
R 211 of 672 ~ 31.4%
G 234 of 672 ~ 34.82%
B 227 of 672 ~ 33.78%

%31.4
%34.82
%33.78

CMYK color model

#D3EAE3 color CMYK value is (10,0,3,8).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(10,0,3,8)
C10M0Y3K8 
(10%,0%,3%,8%)
(0.10/0.00/0.03/0.08)	

CMYK percentages

%9.83
%0
%2.99
%8.24

Codes

Color #D3EAE3 in popluar color models

D3EAE3
RGB211234227
HSL162°35.38%87.25%
HSB/HSV162°9.83%91.76%
CMYK9.83%0.00%2.99%
8.24%

Color #D3EAE3 in popluar number systems.

HEXD3EAE3
Decimal211234227
Binary110100111110101011100011
Octal323352343

Shades and tints

Shades of #D3EAE3

#D3EAE3
(211,234,227)
#C0D5CF
(192,213,207)
#ADC0BB
(173,192,187)
#9AABA7
(154,171,167)
#879693
(135,150,147)
#74817F
(116,129,127)
#616C6B
(97,108,107)
#4E5757
(78,87,87)
#3B4243
(59,66,67)
#282D2F
(40,45,47)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #D3EAE3

#D3EAE3
(211,234,227)
#D7EBE5
(215,235,229)
#DBECE7
(219,236,231)
#DFEDE9
(223,237,233)
#E3EEEB
(227,238,235)
#E7EFED
(231,239,237)
#EBF0EF
(235,240,239)
#EFF1F1
(239,241,241)
#F3F2F3
(243,242,243)
#F7F3F5
(247,243,245)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EAE3 color. Also use rgb(211,234,227) instead hex code.

Text Font Color

.myTextColor { color: #D3EAE3; }

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

This text font color is #D3EAE3.


Background Color

.myBgColor { background-color: #D3EAE3; }

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

This div background color is #D3EAE3.


Border color

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

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

This div border color is #D3EAE3.


Opacity

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

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

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

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

This text has shadow with #D3EAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EAE3 on black background.


Color preview on white background

This text has color #D3EAE3 on white background.



Black color preview on #D3EAE3 background

This text has black color on #D3EAE3 background.


White color preview on #D3EAE3 background

This text has white color on #D3EAE3 background.