COLOR #D5F2DE

HEX: #D5F2DE
RGB: (213,242,222)

Color info

#D5F2DE contains red, green and blue colors in about the same proportion. Web safe color of #D5F2DE is #CCFFCC (or #CFC).

RGB color model

#D5F2DE color RGB value is (213,242,222).

  • red value is 213;
  • green value is 242;
  • blue value is 222.
RGB:
(213,242,222)
(84%,95%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 242 of 255 = 95%
B 222 of 255 = 87%

213
242
222

R + G + B ~ 89%. #D5F2DE is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 242 + 222 = 677 (100%)
R 213 of 677 ~ 31.46%
G 242 of 677 ~ 35.75%
B 222 of 677 ~ 32.79%

%31.46
%35.75
%32.79

CMYK color model

#D5F2DE color CMYK value is (12,0,8,5).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 5.10%
CMYK:
(12,0,8,5)
C12M0Y8K5 
(12%,0%,8%,5%)
(0.12/0.00/0.08/0.05)	

CMYK percentages

%11.98
%0
%8.26
%5.1

Codes

Color #D5F2DE in popluar color models

D5F2DE
RGB213242222
HSL139°52.73%89.22%
HSB/HSV139°11.98%94.90%
CMYK11.98%0.00%8.26%
5.10%

Color #D5F2DE in popluar number systems.

HEXD5F2DE
Decimal213242222
Binary110101011111001011011110
Octal325362336

Shades and tints

Shades of #D5F2DE

#D5F2DE
(213,242,222)
#C2DCCA
(194,220,202)
#AFC6B6
(175,198,182)
#9CB0A2
(156,176,162)
#899A8E
(137,154,142)
#76847A
(118,132,122)
#636E66
(99,110,102)
#505852
(80,88,82)
#3D423E
(61,66,62)
#2A2C2A
(42,44,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #D5F2DE

#D5F2DE
(213,242,222)
#D8F3E1
(216,243,225)
#DBF4E4
(219,244,228)
#DEF5E7
(222,245,231)
#E1F6EA
(225,246,234)
#E4F7ED
(228,247,237)
#E7F8F0
(231,248,240)
#EAF9F3
(234,249,243)
#EDFAF6
(237,250,246)
#F0FBF9
(240,251,249)
#F3FCFC
(243,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F2DE color. Also use rgb(213,242,222) instead hex code.

Text Font Color

.myTextColor { color: #D5F2DE; }

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

This text font color is #D5F2DE.


Background Color

.myBgColor { background-color: #D5F2DE; }

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

This div background color is #D5F2DE.


Border color

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

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

This div border color is #D5F2DE.


Opacity

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

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

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

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

This text has shadow with #D5F2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F2DE on black background.


Color preview on white background

This text has color #D5F2DE on white background.



Black color preview on #D5F2DE background

This text has black color on #D5F2DE background.


White color preview on #D5F2DE background

This text has white color on #D5F2DE background.