COLOR #D5F5ED

HEX: #D5F5ED
RGB: (213,245,237)

Color info

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

RGB color model

#D5F5ED color RGB value is (213,245,237).

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

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 237 of 255 = 93%

213
245
237

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

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 237 = 695 (100%)
R 213 of 695 ~ 30.65%
G 245 of 695 ~ 35.25%
B 237 of 695 ~ 34.1%

%30.65
%35.25
%34.1

CMYK color model

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

  • cyan value is 13.06%
  • 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.06
%0
%3.27
%3.92

Codes

Color #D5F5ED in popluar color models

D5F5ED
RGB213245237
HSL165°61.54%89.80%
HSB/HSV165°13.06%96.08%
CMYK13.06%0.00%3.27%
3.92%

Color #D5F5ED in popluar number systems.

HEXD5F5ED
Decimal213245237
Binary110101011111010111101101
Octal325365355

Shades and tints

Shades of #D5F5ED

#D5F5ED
(213,245,237)
#C2DFD8
(194,223,216)
#AFC9C3
(175,201,195)
#9CB3AE
(156,179,174)
#899D99
(137,157,153)
#768784
(118,135,132)
#63716F
(99,113,111)
#505B5A
(80,91,90)
#3D4545
(61,69,69)
#2A2F30
(42,47,48)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #D5F5ED

#D5F5ED
(213,245,237)
#D8F5EE
(216,245,238)
#DBF5EF
(219,245,239)
#DEF5F0
(222,245,240)
#E1F5F1
(225,245,241)
#E4F5F2
(228,245,242)
#E7F5F3
(231,245,243)
#EAF5F4
(234,245,244)
#EDF5F5
(237,245,245)
#F0F5F6
(240,245,246)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F5ED; }

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

This text font color is #D5F5ED.


Background Color

.myBgColor { background-color: #D5F5ED; }

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

This div background color is #D5F5ED.


Border color

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

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

This div border color is #D5F5ED.


Opacity

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

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

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

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

This text has shadow with #D5F5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5ED on black background.


Color preview on white background

This text has color #D5F5ED on white background.



Black color preview on #D5F5ED background

This text has black color on #D5F5ED background.


White color preview on #D5F5ED background

This text has white color on #D5F5ED background.