COLOR #D5F9DE

HEX: #D5F9DE
RGB: (213,249,222)

Color info

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

RGB color model

#D5F9DE color RGB value is (213,249,222).

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

RGB channels and saturation

R 213 of 255 = 84%
G 249 of 255 = 98%
B 222 of 255 = 87%

213
249
222

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

Portions of RGB colors in percentages

R + G + B =
213 + 249 + 222 = 684 (100%)
R 213 of 684 ~ 31.14%
G 249 of 684 ~ 36.4%
B 222 of 684 ~ 32.46%

%31.14
%36.4
%32.46

CMYK color model

#D5F9DE color CMYK value is (14,0,11,2).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(14,0,11,2)
C14M0Y11K2 
(14%,0%,11%,2%)
(0.14/0.00/0.11/0.02)	

CMYK percentages

%14.46
%0
%10.84
%2.35

Codes

Color #D5F9DE in popluar color models

D5F9DE
RGB213249222
HSL135°75.00%90.59%
HSB/HSV135°14.46%97.65%
CMYK14.46%0.00%10.84%
2.35%

Color #D5F9DE in popluar number systems.

HEXD5F9DE
Decimal213249222
Binary110101011111100111011110
Octal325371336

Shades and tints

Shades of #D5F9DE

#D5F9DE
(213,249,222)
#C2E3CA
(194,227,202)
#AFCDB6
(175,205,182)
#9CB7A2
(156,183,162)
#89A18E
(137,161,142)
#768B7A
(118,139,122)
#637566
(99,117,102)
#505F52
(80,95,82)
#3D493E
(61,73,62)
#2A332A
(42,51,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5F9DE

#D5F9DE
(213,249,222)
#D8F9E1
(216,249,225)
#DBF9E4
(219,249,228)
#DEF9E7
(222,249,231)
#E1F9EA
(225,249,234)
#E4F9ED
(228,249,237)
#E7F9F0
(231,249,240)
#EAF9F3
(234,249,243)
#EDF9F6
(237,249,246)
#F0F9F9
(240,249,249)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F9DE; }

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

This text font color is #D5F9DE.


Background Color

.myBgColor { background-color: #D5F9DE; }

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

This div background color is #D5F9DE.


Border color

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

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

This div border color is #D5F9DE.


Opacity

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

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

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

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

This text has shadow with #D5F9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F9DE on black background.


Color preview on white background

This text has color #D5F9DE on white background.



Black color preview on #D5F9DE background

This text has black color on #D5F9DE background.


White color preview on #D5F9DE background

This text has white color on #D5F9DE background.