COLOR #D5F6CF

HEX: #D5F6CF
RGB: (213,246,207)

Color info

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

RGB color model

#D5F6CF color RGB value is (213,246,207).

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

RGB channels and saturation

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

213
246
207

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

Portions of RGB colors in percentages

R + G + B =
213 + 246 + 207 = 666 (100%)
R 213 of 666 ~ 31.98%
G 246 of 666 ~ 36.94%
B 207 of 666 ~ 31.08%

%31.98
%36.94
%31.08

CMYK color model

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

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

CMYK percentages

%13.41
%0
%15.85
%3.53

Codes

Color #D5F6CF in popluar color models

D5F6CF
RGB213246207
HSL111°68.42%88.82%
HSB/HSV111°15.85%96.47%
CMYK13.41%0.00%15.85%
3.53%

Color #D5F6CF in popluar number systems.

HEXD5F6CF
Decimal213246207
Binary110101011111011011001111
Octal325366317

Shades and tints

Shades of #D5F6CF

#D5F6CF
(213,246,207)
#C2E0BD
(194,224,189)
#AFCAAB
(175,202,171)
#9CB499
(156,180,153)
#899E87
(137,158,135)
#768875
(118,136,117)
#637263
(99,114,99)
#505C51
(80,92,81)
#3D463F
(61,70,63)
#2A302D
(42,48,45)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #D5F6CF

#D5F6CF
(213,246,207)
#D8F6D3
(216,246,211)
#DBF6D7
(219,246,215)
#DEF6DB
(222,246,219)
#E1F6DF
(225,246,223)
#E4F6E3
(228,246,227)
#E7F6E7
(231,246,231)
#EAF6EB
(234,246,235)
#EDF6EF
(237,246,239)
#F0F6F3
(240,246,243)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F6CF; }

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

This text font color is #D5F6CF.


Background Color

.myBgColor { background-color: #D5F6CF; }

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

This div background color is #D5F6CF.


Border color

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

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

This div border color is #D5F6CF.


Opacity

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

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

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

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

This text has shadow with #D5F6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6CF on black background.


Color preview on white background

This text has color #D5F6CF on white background.



Black color preview on #D5F6CF background

This text has black color on #D5F6CF background.


White color preview on #D5F6CF background

This text has white color on #D5F6CF background.