COLOR #D9E3EA

HEX: #D9E3EA RGB: (217,227,234)

Color info

#D9E3EA contains red, green and blue colors in about the same proportion. Web safe color of #D9E3EA is #CCCCFF (or #CCF).

RGB color model

#D9E3EA color RGB value is (217,227,234).

RGB: (217,227,234) (85%, 89%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 234 of 255 = 92%

217
227
234

R + G + B ~ 89%. #D9E3EA is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 227 + 234 = 678 (100%)
R 217 of 678 ~ 32.01%
G 227 of 678 ~ 33.48%
B 234 of 678 ~ 34.51'%

%32.01
%33.48
%34.51

CMYK color model

#D9E3EA color CMYK value is (7,3,0,8).

  • cyan value is 7.26%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (7,3,0,8)
C7M3Y0K8 (7%, 3%, 0%, 8%)
(0.07 / 0.03 / 0.00 / 0.08)

CMYK percentages

%7.26
%2.99
%0
%8.24

Codes

Color #D9E3EA in popluar color models

D9 E3 EA
RGB 217 227 234
HSL 205° 28.81% 88.43%
HSB/HSV 205° 7.26% 91.76%
CMYK 7.26% 2.99% 0.00%
8.24%

Color #D9E3EA in popluar number systems.

HEX D9 E3 EA
Decimal 217 227 234
Binary 11011001 11100011 11101010
Octal 331 343 352

Shades and tints

Shades of #D9E3EA

#D9E3EA
(217,227,234)
#C6CFD5
(198,207,213)
#B3BBC0
(179,187,192)
#A0A7AB
(160,167,171)
#8D9396
(141,147,150)
#7A7F81
(122,127,129)
#676B6C
(103,107,108)
#545757
(84,87,87)
#414342
(65,67,66)
#2E2F2D
(46,47,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #D9E3EA

#D9E3EA
(217,227,234)
#DCE5EB
(220,229,235)
#DFE7EC
(223,231,236)
#E2E9ED
(226,233,237)
#E5EBEE
(229,235,238)
#E8EDEF
(232,237,239)
#EBEFF0
(235,239,240)
#EEF1F1
(238,241,241)
#F1F3F2
(241,243,242)
#F4F5F3
(244,245,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E3EA; }

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

This text font color is #D9E3EA.

Background Color

.myBgColor { background-color: #D9E3EA; }

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

This div background color is #D9E3EA.

Border color

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

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

This div border color is #D9E3EA.

Opacity

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

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

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

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

This text has shadow with #D9E3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E3EA.

Preview

Color preview on black background

This text has color #D9E3EA on black background.


Color preview on white background

This text has color #D9E3EA on white background.


Black color preview on #D9E3EA background

This text has black color on #D9E3EA background.


White color preview on #D9E3EA background

This text has white color on #D9E3EA background.


Related colors

Complementary color

Complementary color for #hex is #261C15.


I love getcolorcode.com

Triadic colors

1 #EAD9E3 and #E3EAD9 with #D9E3EA are triadic colors.

2 #EAE3D9 and #E3D9EA with #D9E3EA are triadic colors.