COLOR #D5F7DA

HEX: #D5F7DA
RGB: (213,247,218)

Color info

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

RGB color model

#D5F7DA color RGB value is (213,247,218).

  • red value is 213;
  • green value is 247;
  • blue value is 218.
RGB:
(213,247,218)
(84%,97%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 218 of 255 = 85%

213
247
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 247 + 218 = 678 (100%)
R 213 of 678 ~ 31.42%
G 247 of 678 ~ 36.43%
B 218 of 678 ~ 32.15%

%31.42
%36.43
%32.15

CMYK color model

#D5F7DA color CMYK value is (14,0,12,3).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(14,0,12,3)
C14M0Y12K3 
(14%,0%,12%,3%)
(0.14/0.00/0.12/0.03)	

CMYK percentages

%13.77
%0
%11.74
%3.14

Codes

Color #D5F7DA in popluar color models

D5F7DA
RGB213247218
HSL129°68.00%90.20%
HSB/HSV129°13.77%96.86%
CMYK13.77%0.00%11.74%
3.14%

Color #D5F7DA in popluar number systems.

HEXD5F7DA
Decimal213247218
Binary110101011111011111011010
Octal325367332

Shades and tints

Shades of #D5F7DA

#D5F7DA
(213,247,218)
#C2E1C7
(194,225,199)
#AFCBB4
(175,203,180)
#9CB5A1
(156,181,161)
#899F8E
(137,159,142)
#76897B
(118,137,123)
#637368
(99,115,104)
#505D55
(80,93,85)
#3D4742
(61,71,66)
#2A312F
(42,49,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #D5F7DA

#D5F7DA
(213,247,218)
#D8F7DD
(216,247,221)
#DBF7E0
(219,247,224)
#DEF7E3
(222,247,227)
#E1F7E6
(225,247,230)
#E4F7E9
(228,247,233)
#E7F7EC
(231,247,236)
#EAF7EF
(234,247,239)
#EDF7F2
(237,247,242)
#F0F7F5
(240,247,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F7DA color. Also use rgb(213,247,218) instead hex code.

Text Font Color

.myTextColor { color: #D5F7DA; }

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

This text font color is #D5F7DA.


Background Color

.myBgColor { background-color: #D5F7DA; }

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

This div background color is #D5F7DA.


Border color

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

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

This div border color is #D5F7DA.


Opacity

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

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

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

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

This text has shadow with #D5F7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F7DA on black background.


Color preview on white background

This text has color #D5F7DA on white background.



Black color preview on #D5F7DA background

This text has black color on #D5F7DA background.


White color preview on #D5F7DA background

This text has white color on #D5F7DA background.