COLOR #D4F0EA

HEX: #D4F0EA
RGB: (212,240,234)

Color info

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

RGB color model

#D4F0EA color RGB value is (212,240,234).

  • red value is 212;
  • green value is 240;
  • blue value is 234.
RGB:
(212,240,234)
(83%,94%,92%)

RGB channels and saturation

R 212 of 255 = 83%
G 240 of 255 = 94%
B 234 of 255 = 92%

212
240
234

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

Portions of RGB colors in percentages

R + G + B =
212 + 240 + 234 = 686 (100%)
R 212 of 686 ~ 30.9%
G 240 of 686 ~ 34.99%
B 234 of 686 ~ 34.11%

%30.9
%34.99
%34.11

CMYK color model

#D4F0EA color CMYK value is (12,0,3,6).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(12,0,3,6)
C12M0Y3K6 
(12%,0%,3%,6%)
(0.12/0.00/0.03/0.06)	

CMYK percentages

%11.67
%0
%2.5
%5.88

Codes

Color #D4F0EA in popluar color models

D4F0EA
RGB212240234
HSL167°48.28%88.63%
HSB/HSV167°11.67%94.12%
CMYK11.67%0.00%2.50%
5.88%

Color #D4F0EA in popluar number systems.

HEXD4F0EA
Decimal212240234
Binary110101001111000011101010
Octal324360352

Shades and tints

Shades of #D4F0EA

#D4F0EA
(212,240,234)
#C1DBD5
(193,219,213)
#AEC6C0
(174,198,192)
#9BB1AB
(155,177,171)
#889C96
(136,156,150)
#758781
(117,135,129)
#62726C
(98,114,108)
#4F5D57
(79,93,87)
#3C4842
(60,72,66)
#29332D
(41,51,45)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #D4F0EA

#D4F0EA
(212,240,234)
#D7F1EB
(215,241,235)
#DAF2EC
(218,242,236)
#DDF3ED
(221,243,237)
#E0F4EE
(224,244,238)
#E3F5EF
(227,245,239)
#E6F6F0
(230,246,240)
#E9F7F1
(233,247,241)
#ECF8F2
(236,248,242)
#EFF9F3
(239,249,243)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F0EA; }

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

This text font color is #D4F0EA.


Background Color

.myBgColor { background-color: #D4F0EA; }

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

This div background color is #D4F0EA.


Border color

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

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

This div border color is #D4F0EA.


Opacity

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

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

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

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

This text has shadow with #D4F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F0EA on black background.


Color preview on white background

This text has color #D4F0EA on white background.



Black color preview on #D4F0EA background

This text has black color on #D4F0EA background.


White color preview on #D4F0EA background

This text has white color on #D4F0EA background.