COLOR #D5F7D0

HEX: #D5F7D0
RGB: (213,247,208)

Color info

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

RGB color model

#D5F7D0 color RGB value is (213,247,208).

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

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 208 of 255 = 82%

213
247
208

R + G + B ~ 88%. #D5F7D0 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 247 + 208 = 668 (100%)
R 213 of 668 ~ 31.89%
G 247 of 668 ~ 36.98%
B 208 of 668 ~ 31.14%

%31.89
%36.98
%31.14

CMYK color model

#D5F7D0 color CMYK value is (14,0,16,3).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 3.14%
CMYK:
(14,0,16,3)
C14M0Y16K3 
(14%,0%,16%,3%)
(0.14/0.00/0.16/0.03)	

CMYK percentages

%13.77
%0
%15.79
%3.14

Codes

Color #D5F7D0 in popluar color models

D5F7D0
RGB213247208
HSL112°70.91%89.22%
HSB/HSV112°15.79%96.86%
CMYK13.77%0.00%15.79%
3.14%

Color #D5F7D0 in popluar number systems.

HEXD5F7D0
Decimal213247208
Binary110101011111011111010000
Octal325367320

Shades and tints

Shades of #D5F7D0

#D5F7D0
(213,247,208)
#C2E1BE
(194,225,190)
#AFCBAC
(175,203,172)
#9CB59A
(156,181,154)
#899F88
(137,159,136)
#768976
(118,137,118)
#637364
(99,115,100)
#505D52
(80,93,82)
#3D4740
(61,71,64)
#2A312E
(42,49,46)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #D5F7D0

#D5F7D0
(213,247,208)
#D8F7D4
(216,247,212)
#DBF7D8
(219,247,216)
#DEF7DC
(222,247,220)
#E1F7E0
(225,247,224)
#E4F7E4
(228,247,228)
#E7F7E8
(231,247,232)
#EAF7EC
(234,247,236)
#EDF7F0
(237,247,240)
#F0F7F4
(240,247,244)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F7D0; }

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

This text font color is #D5F7D0.


Background Color

.myBgColor { background-color: #D5F7D0; }

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

This div background color is #D5F7D0.


Border color

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

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

This div border color is #D5F7D0.


Opacity

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

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

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

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

This text has shadow with #D5F7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F7D0 on black background.


Color preview on white background

This text has color #D5F7D0 on white background.



Black color preview on #D5F7D0 background

This text has black color on #D5F7D0 background.


White color preview on #D5F7D0 background

This text has white color on #D5F7D0 background.