COLOR #D5F7CF

HEX: #D5F7CF
RGB: (213,247,207)

Color info

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

RGB color model

#D5F7CF color RGB value is (213,247,207).

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

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 207 of 255 = 81%

213
247
207

R + G + B ~ 87%. #D5F7CF is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 247 + 207 = 667 (100%)
R 213 of 667 ~ 31.93%
G 247 of 667 ~ 37.03%
B 207 of 667 ~ 31.03%

%31.93
%37.03
%31.03

CMYK color model

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

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • 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
%16.19
%3.14

Codes

Color #D5F7CF in popluar color models

D5F7CF
RGB213247207
HSL111°71.43%89.02%
HSB/HSV111°16.19%96.86%
CMYK13.77%0.00%16.19%
3.14%

Color #D5F7CF in popluar number systems.

HEXD5F7CF
Decimal213247207
Binary110101011111011111001111
Octal325367317

Shades and tints

Shades of #D5F7CF

#D5F7CF
(213,247,207)
#C2E1BD
(194,225,189)
#AFCBAB
(175,203,171)
#9CB599
(156,181,153)
#899F87
(137,159,135)
#768975
(118,137,117)
#637363
(99,115,99)
#505D51
(80,93,81)
#3D473F
(61,71,63)
#2A312D
(42,49,45)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #D5F7CF

#D5F7CF
(213,247,207)
#D8F7D3
(216,247,211)
#DBF7D7
(219,247,215)
#DEF7DB
(222,247,219)
#E1F7DF
(225,247,223)
#E4F7E3
(228,247,227)
#E7F7E7
(231,247,231)
#EAF7EB
(234,247,235)
#EDF7EF
(237,247,239)
#F0F7F3
(240,247,243)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F7CF; }

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

This text font color is #D5F7CF.


Background Color

.myBgColor { background-color: #D5F7CF; }

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

This div background color is #D5F7CF.


Border color

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

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

This div border color is #D5F7CF.


Opacity

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

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

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

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

This text has shadow with #D5F7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F7CF on black background.


Color preview on white background

This text has color #D5F7CF on white background.



Black color preview on #D5F7CF background

This text has black color on #D5F7CF background.


White color preview on #D5F7CF background

This text has white color on #D5F7CF background.