COLOR #D4E5E5

HEX: #D4E5E5 RGB: (212,229,229)

Color info

#D4E5E5 contains red, green and blue colors in about the same proportion. Web safe color of #D4E5E5 is #CCCCCC (or #CCC).

RGB color model

#D4E5E5 color RGB value is (212,229,229).

RGB: (212,229,229) (83%, 90%, 90%)

RGB channels and saturation

R 212 of 255 = 83%
G 229 of 255 = 90%
B 229 of 255 = 90%

212
229
229

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

Portions of RGB colors in percentages

R + G + B = 212 + 229 + 229 = 670 (100%)
R 212 of 670 ~ 31.64%
G 229 of 670 ~ 34.18%
B 229 of 670 ~ 34.18'%

%31.64
%34.18
%34.18

CMYK color model

#D4E5E5 color CMYK value is (7,0,0,10).

  • cyan value is 7.42%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (7,0,0,10)
C7M0Y0K10 (7%, 0%, 0%, 10%)
(0.07 / 0.00 / 0.00 / 0.10)

CMYK percentages

%7.42
%0
%0
%10.2

Codes

Color #D4E5E5 in popluar color models

D4 E5 E5
RGB 212 229 229
HSL 180° 24.64% 86.47%
HSB/HSV 180° 7.42% 89.80%
CMYK 7.42% 0.00% 0.00%
10.20%

Color #D4E5E5 in popluar number systems.

HEX D4 E5 E5
Decimal 212 229 229
Binary 11010100 11100101 11100101
Octal 324 345 345

Shades and tints

Shades of #D4E5E5

#D4E5E5
(212,229,229)
#C1D1D1
(193,209,209)
#AEBDBD
(174,189,189)
#9BA9A9
(155,169,169)
#889595
(136,149,149)
#758181
(117,129,129)
#626D6D
(98,109,109)
#4F5959
(79,89,89)
#3C4545
(60,69,69)
#293131
(41,49,49)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #D4E5E5

#D4E5E5
(212,229,229)
#D7E7E7
(215,231,231)
#DAE9E9
(218,233,233)
#DDEBEB
(221,235,235)
#E0EDED
(224,237,237)
#E3EFEF
(227,239,239)
#E6F1F1
(230,241,241)
#E9F3F3
(233,243,243)
#ECF5F5
(236,245,245)
#EFF7F7
(239,247,247)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E5E5; }

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

This text font color is #D4E5E5.

Background Color

.myBgColor { background-color: #D4E5E5; }

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

This div background color is #D4E5E5.

Border color

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

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

This div border color is #D4E5E5.

Opacity

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

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

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

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

This text has shadow with #D4E5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E5E5.

Preview

Color preview on black background

This text has color #D4E5E5 on black background.


Color preview on white background

This text has color #D4E5E5 on white background.


Black color preview on #D4E5E5 background

This text has black color on #D4E5E5 background.


White color preview on #D4E5E5 background

This text has white color on #D4E5E5 background.


Related colors

Complementary color

Complementary color for #hex is #2B1A1A.


I love getcolorcode.com