COLOR #D4F5ED

HEX: #D4F5ED
RGB: (212,245,237)

Color info

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

RGB color model

#D4F5ED color RGB value is (212,245,237).

  • red value is 212;
  • green value is 245;
  • blue value is 237.
RGB:
(212,245,237)
(83%,96%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 245 of 255 = 96%
B 237 of 255 = 93%

212
245
237

R + G + B ~ 91%. #D4F5ED is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 245 + 237 = 694 (100%)
R 212 of 694 ~ 30.55%
G 245 of 694 ~ 35.3%
B 237 of 694 ~ 34.15%

%30.55
%35.3
%34.15

CMYK color model

#D4F5ED color CMYK value is (13,0,3,4).

  • cyan value is 13.47%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 3.92%
CMYK:
(13,0,3,4)
C13M0Y3K4 
(13%,0%,3%,4%)
(0.13/0.00/0.03/0.04)	

CMYK percentages

%13.47
%0
%3.27
%3.92

Codes

Color #D4F5ED in popluar color models

D4F5ED
RGB212245237
HSL165°62.26%89.61%
HSB/HSV165°13.47%96.08%
CMYK13.47%0.00%3.27%
3.92%

Color #D4F5ED in popluar number systems.

HEXD4F5ED
Decimal212245237
Binary110101001111010111101101
Octal324365355

Shades and tints

Shades of #D4F5ED

#D4F5ED
(212,245,237)
#C1DFD8
(193,223,216)
#AEC9C3
(174,201,195)
#9BB3AE
(155,179,174)
#889D99
(136,157,153)
#758784
(117,135,132)
#62716F
(98,113,111)
#4F5B5A
(79,91,90)
#3C4545
(60,69,69)
#292F30
(41,47,48)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #D4F5ED

#D4F5ED
(212,245,237)
#D7F5EE
(215,245,238)
#DAF5EF
(218,245,239)
#DDF5F0
(221,245,240)
#E0F5F1
(224,245,241)
#E3F5F2
(227,245,242)
#E6F5F3
(230,245,243)
#E9F5F4
(233,245,244)
#ECF5F5
(236,245,245)
#EFF5F6
(239,245,246)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4F5ED; }

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

This text font color is #D4F5ED.


Background Color

.myBgColor { background-color: #D4F5ED; }

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

This div background color is #D4F5ED.


Border color

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

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

This div border color is #D4F5ED.


Opacity

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

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

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

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

This text has shadow with #D4F5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F5ED on black background.


Color preview on white background

This text has color #D4F5ED on white background.



Black color preview on #D4F5ED background

This text has black color on #D4F5ED background.


White color preview on #D4F5ED background

This text has white color on #D4F5ED background.