COLOR #D5F6DE

HEX: #D5F6DE
RGB: (213,246,222)

Color info

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

RGB color model

#D5F6DE color RGB value is (213,246,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 246 of 255 = 96%
B 222 of 255 = 87%

213
246
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 246 + 222 = 681 (100%)
R 213 of 681 ~ 31.28%
G 246 of 681 ~ 36.12%
B 222 of 681 ~ 32.6%

%31.28
%36.12
%32.6

CMYK color model

#D5F6DE color CMYK value is (13,0,10,4).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 3.53%
CMYK:
(13,0,10,4)
C13M0Y10K4 
(13%,0%,10%,4%)
(0.13/0.00/0.10/0.04)	

CMYK percentages

%13.41
%0
%9.76
%3.53

Codes

Color #D5F6DE in popluar color models

D5F6DE
RGB213246222
HSL136°64.71%90.00%
HSB/HSV136°13.41%96.47%
CMYK13.41%0.00%9.76%
3.53%

Color #D5F6DE in popluar number systems.

HEXD5F6DE
Decimal213246222
Binary110101011111011011011110
Octal325366336

Shades and tints

Shades of #D5F6DE

#D5F6DE
(213,246,222)
#C2E0CA
(194,224,202)
#AFCAB6
(175,202,182)
#9CB4A2
(156,180,162)
#899E8E
(137,158,142)
#76887A
(118,136,122)
#637266
(99,114,102)
#505C52
(80,92,82)
#3D463E
(61,70,62)
#2A302A
(42,48,42)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5F6DE

#D5F6DE
(213,246,222)
#D8F6E1
(216,246,225)
#DBF6E4
(219,246,228)
#DEF6E7
(222,246,231)
#E1F6EA
(225,246,234)
#E4F6ED
(228,246,237)
#E7F6F0
(231,246,240)
#EAF6F3
(234,246,243)
#EDF6F6
(237,246,246)
#F0F6F9
(240,246,249)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F6DE; }

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

This text font color is #D5F6DE.


Background Color

.myBgColor { background-color: #D5F6DE; }

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

This div background color is #D5F6DE.


Border color

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

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

This div border color is #D5F6DE.


Opacity

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

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

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

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

This text has shadow with #D5F6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6DE on black background.


Color preview on white background

This text has color #D5F6DE on white background.



Black color preview on #D5F6DE background

This text has black color on #D5F6DE background.


White color preview on #D5F6DE background

This text has white color on #D5F6DE background.