COLOR #D3EAE6

HEX: #D3EAE6 RGB: (211,234,230)

Color info

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

RGB color model

#D3EAE6 color RGB value is (211,234,230).

RGB: (211,234,230) (83%, 92%, 90%)

RGB channels and saturation

R 211 of 255 = 83%
G 234 of 255 = 92%
B 230 of 255 = 90%

211
234
230

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

Portions of RGB colors in percentages

R + G + B = 211 + 234 + 230 = 675 (100%)
R 211 of 675 ~ 31.26%
G 234 of 675 ~ 34.67%
B 230 of 675 ~ 34.07'%

%31.26
%34.67
%34.07

CMYK color model

#D3EAE6 color CMYK value is (10,0,2,8).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%

CMYK: (10,0,2,8)
C10M0Y2K8 (10%, 0%, 2%, 8%)
(0.10 / 0.00 / 0.02 / 0.08)

CMYK percentages

%9.83
%0
%1.71
%8.24

Codes

Color #D3EAE6 in popluar color models

D3 EA E6
RGB 211 234 230
HSL 170° 35.38% 87.25%
HSB/HSV 170° 9.83% 91.76%
CMYK 9.83% 0.00% 1.71%
8.24%

Color #D3EAE6 in popluar number systems.

HEX D3 EA E6
Decimal 211 234 230
Binary 11010011 11101010 11100110
Octal 323 352 346

Shades and tints

Shades of #D3EAE6

#D3EAE6
(211,234,230)
#C0D5D2
(192,213,210)
#ADC0BE
(173,192,190)
#9AABAA
(154,171,170)
#879696
(135,150,150)
#748182
(116,129,130)
#616C6E
(97,108,110)
#4E575A
(78,87,90)
#3B4246
(59,66,70)
#282D32
(40,45,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #D3EAE6

#D3EAE6
(211,234,230)
#D7EBE8
(215,235,232)
#DBECEA
(219,236,234)
#DFEDEC
(223,237,236)
#E3EEEE
(227,238,238)
#E7EFF0
(231,239,240)
#EBF0F2
(235,240,242)
#EFF1F4
(239,241,244)
#F3F2F6
(243,242,246)
#F7F3F8
(247,243,248)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EAE6; }

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

This text font color is #D3EAE6.

Background Color

.myBgColor { background-color: #D3EAE6; }

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

This div background color is #D3EAE6.

Border color

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

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

This div border color is #D3EAE6.

Opacity

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

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

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

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

This text has shadow with #D3EAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EAE6.

Preview

Color preview on black background

This text has color #D3EAE6 on black background.


Color preview on white background

This text has color #D3EAE6 on white background.


Black color preview on #D3EAE6 background

This text has black color on #D3EAE6 background.


White color preview on #D3EAE6 background

This text has white color on #D3EAE6 background.


Related colors

Complementary color

Complementary color for #hex is #2C1519.


I love getcolorcode.com

Triadic colors

1 #E6D3EA and #EAE6D3 with #D3EAE6 are triadic colors.

2 #E6EAD3 and #EAD3E6 with #D3EAE6 are triadic colors.