COLOR #D5F5CF

HEX: #D5F5CF
RGB: (213,245,207)

Color info

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

RGB color model

#D5F5CF color RGB value is (213,245,207).

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

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 207 of 255 = 81%

213
245
207

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

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 207 = 665 (100%)
R 213 of 665 ~ 32.03%
G 245 of 665 ~ 36.84%
B 207 of 665 ~ 31.13%

%32.03
%36.84
%31.13

CMYK color model

#D5F5CF color CMYK value is (13,0,16,4).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(13,0,16,4)
C13M0Y16K4 
(13%,0%,16%,4%)
(0.13/0.00/0.16/0.04)	

CMYK percentages

%13.06
%0
%15.51
%3.92

Codes

Color #D5F5CF in popluar color models

D5F5CF
RGB213245207
HSL111°65.52%88.63%
HSB/HSV111°15.51%96.08%
CMYK13.06%0.00%15.51%
3.92%

Color #D5F5CF in popluar number systems.

HEXD5F5CF
Decimal213245207
Binary110101011111010111001111
Octal325365317

Shades and tints

Shades of #D5F5CF

#D5F5CF
(213,245,207)
#C2DFBD
(194,223,189)
#AFC9AB
(175,201,171)
#9CB399
(156,179,153)
#899D87
(137,157,135)
#768775
(118,135,117)
#637163
(99,113,99)
#505B51
(80,91,81)
#3D453F
(61,69,63)
#2A2F2D
(42,47,45)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #D5F5CF

#D5F5CF
(213,245,207)
#D8F5D3
(216,245,211)
#DBF5D7
(219,245,215)
#DEF5DB
(222,245,219)
#E1F5DF
(225,245,223)
#E4F5E3
(228,245,227)
#E7F5E7
(231,245,231)
#EAF5EB
(234,245,235)
#EDF5EF
(237,245,239)
#F0F5F3
(240,245,243)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F5CF; }

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

This text font color is #D5F5CF.


Background Color

.myBgColor { background-color: #D5F5CF; }

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

This div background color is #D5F5CF.


Border color

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

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

This div border color is #D5F5CF.


Opacity

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

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

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

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

This text has shadow with #D5F5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5CF on black background.


Color preview on white background

This text has color #D5F5CF on white background.



Black color preview on #D5F5CF background

This text has black color on #D5F5CF background.


White color preview on #D5F5CF background

This text has white color on #D5F5CF background.