COLOR #D5F0EA

HEX: #D5F0EA
RGB: (213,240,234)

Color info

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

RGB color model

#D5F0EA color RGB value is (213,240,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 240 of 255 = 94%
B 234 of 255 = 92%

213
240
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 240 + 234 = 687 (100%)
R 213 of 687 ~ 31%
G 240 of 687 ~ 34.93%
B 234 of 687 ~ 34.06%

%31
%34.93
%34.06

CMYK color model

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

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(11,0,3,6)
C11M0Y3K6 
(11%,0%,3%,6%)
(0.11/0.00/0.03/0.06)	

CMYK percentages

%11.25
%0
%2.5
%5.88

Codes

Color #D5F0EA in popluar color models

D5F0EA
RGB213240234
HSL167°47.37%88.82%
HSB/HSV167°11.25%94.12%
CMYK11.25%0.00%2.50%
5.88%

Color #D5F0EA in popluar number systems.

HEXD5F0EA
Decimal213240234
Binary110101011111000011101010
Octal325360352

Shades and tints

Shades of #D5F0EA

#D5F0EA
(213,240,234)
#C2DBD5
(194,219,213)
#AFC6C0
(175,198,192)
#9CB1AB
(156,177,171)
#899C96
(137,156,150)
#768781
(118,135,129)
#63726C
(99,114,108)
#505D57
(80,93,87)
#3D4842
(61,72,66)
#2A332D
(42,51,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #D5F0EA

#D5F0EA
(213,240,234)
#D8F1EB
(216,241,235)
#DBF2EC
(219,242,236)
#DEF3ED
(222,243,237)
#E1F4EE
(225,244,238)
#E4F5EF
(228,245,239)
#E7F6F0
(231,246,240)
#EAF7F1
(234,247,241)
#EDF8F2
(237,248,242)
#F0F9F3
(240,249,243)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F0EA; }

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

This text font color is #D5F0EA.


Background Color

.myBgColor { background-color: #D5F0EA; }

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

This div background color is #D5F0EA.


Border color

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

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

This div border color is #D5F0EA.


Opacity

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

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

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

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

This text has shadow with #D5F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F0EA on black background.


Color preview on white background

This text has color #D5F0EA on white background.



Black color preview on #D5F0EA background

This text has black color on #D5F0EA background.


White color preview on #D5F0EA background

This text has white color on #D5F0EA background.