COLOR #D4E7EA

HEX: #D4E7EA RGB: (212,231,234)

Color info

#D4E7EA contains red, green and blue colors in about the same proportion. Web safe color of #D4E7EA is #CCFFFF (or #CFF).

RGB color model

#D4E7EA color RGB value is (212,231,234).

RGB: (212,231,234) (83%, 91%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 231 of 255 = 91%
B 234 of 255 = 92%

212
231
234

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

Portions of RGB colors in percentages

R + G + B = 212 + 231 + 234 = 677 (100%)
R 212 of 677 ~ 31.31%
G 231 of 677 ~ 34.12%
B 234 of 677 ~ 34.56'%

%31.31
%34.12
%34.56

CMYK color model

#D4E7EA color CMYK value is (9,1,0,8).

  • cyan value is 9.40%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,1,0,8)
C9M1Y0K8 (9%, 1%, 0%, 8%)
(0.09 / 0.01 / 0.00 / 0.08)

CMYK percentages

%9.4
%1.28
%0
%8.24

Codes

Color #D4E7EA in popluar color models

D4 E7 EA
RGB 212 231 234
HSL 188° 34.38% 87.45%
HSB/HSV 188° 9.40% 91.76%
CMYK 9.40% 1.28% 0.00%
8.24%

Color #D4E7EA in popluar number systems.

HEX D4 E7 EA
Decimal 212 231 234
Binary 11010100 11100111 11101010
Octal 324 347 352

Shades and tints

Shades of #D4E7EA

#D4E7EA
(212,231,234)
#C1D2D5
(193,210,213)
#AEBDC0
(174,189,192)
#9BA8AB
(155,168,171)
#889396
(136,147,150)
#757E81
(117,126,129)
#62696C
(98,105,108)
#4F5457
(79,84,87)
#3C3F42
(60,63,66)
#292A2D
(41,42,45)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #D4E7EA

#D4E7EA
(212,231,234)
#D7E9EB
(215,233,235)
#DAEBEC
(218,235,236)
#DDEDED
(221,237,237)
#E0EFEE
(224,239,238)
#E3F1EF
(227,241,239)
#E6F3F0
(230,243,240)
#E9F5F1
(233,245,241)
#ECF7F2
(236,247,242)
#EFF9F3
(239,249,243)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E7EA color. Also use rgb(212,231,234) instead hex code.

Text Font Color

.myTextColor { color: #D4E7EA; }

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

This text font color is #D4E7EA.

Background Color

.myBgColor { background-color: #D4E7EA; }

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

This div background color is #D4E7EA.

Border color

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

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

This div border color is #D4E7EA.

Opacity

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

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

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

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

This text has shadow with #D4E7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E7EA.

Preview

Color preview on black background

This text has color #D4E7EA on black background.


Color preview on white background

This text has color #D4E7EA on white background.


Black color preview on #D4E7EA background

This text has black color on #D4E7EA background.


White color preview on #D4E7EA background

This text has white color on #D4E7EA background.


Related colors

Complementary color

Complementary color for #hex is #2B1815.


I love getcolorcode.com

Triadic colors

1 #EAD4E7 and #E7EAD4 with #D4E7EA are triadic colors.

2 #EAE7D4 and #E7D4EA with #D4E7EA are triadic colors.