COLOR #D5F7D6

HEX: #D5F7D6
RGB: (213,247,214)

Color info

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

RGB color model

#D5F7D6 color RGB value is (213,247,214).

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

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 214 of 255 = 84%

213
247
214

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

Portions of RGB colors in percentages

R + G + B =
213 + 247 + 214 = 674 (100%)
R 213 of 674 ~ 31.6%
G 247 of 674 ~ 36.65%
B 214 of 674 ~ 31.75%

%31.6
%36.65
%31.75

CMYK color model

#D5F7D6 color CMYK value is (14,0,13,3).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 3.14%
CMYK:
(14,0,13,3)
C14M0Y13K3 
(14%,0%,13%,3%)
(0.14/0.00/0.13/0.03)	

CMYK percentages

%13.77
%0
%13.36
%3.14

Codes

Color #D5F7D6 in popluar color models

D5F7D6
RGB213247214
HSL122°68.00%90.20%
HSB/HSV122°13.77%96.86%
CMYK13.77%0.00%13.36%
3.14%

Color #D5F7D6 in popluar number systems.

HEXD5F7D6
Decimal213247214
Binary110101011111011111010110
Octal325367326

Shades and tints

Shades of #D5F7D6

#D5F7D6
(213,247,214)
#C2E1C3
(194,225,195)
#AFCBB0
(175,203,176)
#9CB59D
(156,181,157)
#899F8A
(137,159,138)
#768977
(118,137,119)
#637364
(99,115,100)
#505D51
(80,93,81)
#3D473E
(61,71,62)
#2A312B
(42,49,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #D5F7D6

#D5F7D6
(213,247,214)
#D8F7D9
(216,247,217)
#DBF7DC
(219,247,220)
#DEF7DF
(222,247,223)
#E1F7E2
(225,247,226)
#E4F7E5
(228,247,229)
#E7F7E8
(231,247,232)
#EAF7EB
(234,247,235)
#EDF7EE
(237,247,238)
#F0F7F1
(240,247,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F7D6; }

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

This text font color is #D5F7D6.


Background Color

.myBgColor { background-color: #D5F7D6; }

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

This div background color is #D5F7D6.


Border color

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

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

This div border color is #D5F7D6.


Opacity

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

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

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

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

This text has shadow with #D5F7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F7D6 on black background.


Color preview on white background

This text has color #D5F7D6 on white background.



Black color preview on #D5F7D6 background

This text has black color on #D5F7D6 background.


White color preview on #D5F7D6 background

This text has white color on #D5F7D6 background.