COLOR #D4EEEB

HEX: #D4EEEB RGB: (212,238,235)

Color info

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

RGB color model

#D4EEEB color RGB value is (212,238,235).

RGB: (212,238,235) (83%, 93%, 92%)

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 235 of 255 = 92%

212
238
235

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

Portions of RGB colors in percentages

R + G + B = 212 + 238 + 235 = 685 (100%)
R 212 of 685 ~ 30.95%
G 238 of 685 ~ 34.74%
B 235 of 685 ~ 34.31'%

%30.95
%34.74
%34.31

CMYK color model

#D4EEEB color CMYK value is (11,0,1,7).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%

CMYK: (11,0,1,7)
C11M0Y1K7 (11%, 0%, 1%, 7%)
(0.11 / 0.00 / 0.01 / 0.07)

CMYK percentages

%10.92
%0
%1.26
%6.67

Codes

Color #D4EEEB in popluar color models

D4 EE EB
RGB 212 238 235
HSL 173° 43.33% 88.24%
HSB/HSV 173° 10.92% 93.33%
CMYK 10.92% 0.00% 1.26%
6.67%

Color #D4EEEB in popluar number systems.

HEX D4 EE EB
Decimal 212 238 235
Binary 11010100 11101110 11101011
Octal 324 356 353

Shades and tints

Shades of #D4EEEB

#D4EEEB
(212,238,235)
#C1D9D6
(193,217,214)
#AEC4C1
(174,196,193)
#9BAFAC
(155,175,172)
#889A97
(136,154,151)
#758582
(117,133,130)
#62706D
(98,112,109)
#4F5B58
(79,91,88)
#3C4643
(60,70,67)
#29312E
(41,49,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #D4EEEB

#D4EEEB
(212,238,235)
#D7EFEC
(215,239,236)
#DAF0ED
(218,240,237)
#DDF1EE
(221,241,238)
#E0F2EF
(224,242,239)
#E3F3F0
(227,243,240)
#E6F4F1
(230,244,241)
#E9F5F2
(233,245,242)
#ECF6F3
(236,246,243)
#EFF7F4
(239,247,244)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EEEB; }

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

This text font color is #D4EEEB.

Background Color

.myBgColor { background-color: #D4EEEB; }

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

This div background color is #D4EEEB.

Border color

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

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

This div border color is #D4EEEB.

Opacity

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

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

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

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

This text has shadow with #D4EEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EEEB.

Preview

Color preview on black background

This text has color #D4EEEB on black background.


Color preview on white background

This text has color #D4EEEB on white background.


Black color preview on #D4EEEB background

This text has black color on #D4EEEB background.


White color preview on #D4EEEB background

This text has white color on #D4EEEB background.


Related colors

Complementary color

Complementary color for #hex is #2B1114.


I love getcolorcode.com

Triadic colors

1 #EBD4EE and #EEEBD4 with #D4EEEB are triadic colors.

2 #EBEED4 and #EED4EB with #D4EEEB are triadic colors.