COLOR #D4EEEF

HEX: #D4EEEF RGB: (212,238,239)

Color info

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

RGB color model

#D4EEEF color RGB value is (212,238,239).

RGB: (212,238,239) (83%, 93%, 94%)

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 239 of 255 = 94%

212
238
239

R + G + B ~ 90%. #D4EEEF is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 238 + 239 = 689 (100%)
R 212 of 689 ~ 30.77%
G 238 of 689 ~ 34.54%
B 239 of 689 ~ 34.69'%

%30.77
%34.54
%34.69

CMYK color model

#D4EEEF color CMYK value is (11,0,0,6).

  • cyan value is 11.30%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (11,0,0,6)
C11M0Y0K6 (11%, 0%, 0%, 6%)
(0.11 / 0.00 / 0.00 / 0.06)

CMYK percentages

%11.3
%0.42
%0
%6.27

Codes

Color #D4EEEF in popluar color models

D4 EE EF
RGB 212 238 239
HSL 182° 45.76% 88.43%
HSB/HSV 182° 11.30% 93.73%
CMYK 11.30% 0.42% 0.00%
6.27%

Color #D4EEEF in popluar number systems.

HEX D4 EE EF
Decimal 212 238 239
Binary 11010100 11101110 11101111
Octal 324 356 357

Shades and tints

Shades of #D4EEEF

#D4EEEF
(212,238,239)
#C1D9DA
(193,217,218)
#AEC4C5
(174,196,197)
#9BAFB0
(155,175,176)
#889A9B
(136,154,155)
#758586
(117,133,134)
#627071
(98,112,113)
#4F5B5C
(79,91,92)
#3C4647
(60,70,71)
#293132
(41,49,50)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #D4EEEF

#D4EEEF
(212,238,239)
#D7EFF0
(215,239,240)
#DAF0F1
(218,240,241)
#DDF1F2
(221,241,242)
#E0F2F3
(224,242,243)
#E3F3F4
(227,243,244)
#E6F4F5
(230,244,245)
#E9F5F6
(233,245,246)
#ECF6F7
(236,246,247)
#EFF7F8
(239,247,248)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EEEF; }

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

This text font color is #D4EEEF.

Background Color

.myBgColor { background-color: #D4EEEF; }

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

This div background color is #D4EEEF.

Border color

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

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

This div border color is #D4EEEF.

Opacity

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

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

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

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

This text has shadow with #D4EEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EEEF.

Preview

Color preview on black background

This text has color #D4EEEF on black background.


Color preview on white background

This text has color #D4EEEF on white background.


Black color preview on #D4EEEF background

This text has black color on #D4EEEF background.


White color preview on #D4EEEF background

This text has white color on #D4EEEF background.


Related colors

Complementary color

Complementary color for #hex is #2B1110.


I love getcolorcode.com

Triadic colors

1 #EFD4EE and #EEEFD4 with #D4EEEF are triadic colors.

2 #EFEED4 and #EED4EF with #D4EEEF are triadic colors.