COLOR #D5F6CE

HEX: #D5F6CE
RGB: (213,246,206)

Color info

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

RGB color model

#D5F6CE color RGB value is (213,246,206).

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

RGB channels and saturation

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

213
246
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 246 + 206 = 665 (100%)
R 213 of 665 ~ 32.03%
G 246 of 665 ~ 36.99%
B 206 of 665 ~ 30.98%

%32.03
%36.99
%30.98

CMYK color model

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

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • 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
%16.26
%3.53

Codes

Color #D5F6CE in popluar color models

D5F6CE
RGB213246206
HSL110°68.97%88.63%
HSB/HSV110°16.26%96.47%
CMYK13.41%0.00%16.26%
3.53%

Color #D5F6CE in popluar number systems.

HEXD5F6CE
Decimal213246206
Binary110101011111011011001110
Octal325366316

Shades and tints

Shades of #D5F6CE

#D5F6CE
(213,246,206)
#C2E0BC
(194,224,188)
#AFCAAA
(175,202,170)
#9CB498
(156,180,152)
#899E86
(137,158,134)
#768874
(118,136,116)
#637262
(99,114,98)
#505C50
(80,92,80)
#3D463E
(61,70,62)
#2A302C
(42,48,44)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #D5F6CE

#D5F6CE
(213,246,206)
#D8F6D2
(216,246,210)
#DBF6D6
(219,246,214)
#DEF6DA
(222,246,218)
#E1F6DE
(225,246,222)
#E4F6E2
(228,246,226)
#E7F6E6
(231,246,230)
#EAF6EA
(234,246,234)
#EDF6EE
(237,246,238)
#F0F6F2
(240,246,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F6CE; }

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

This text font color is #D5F6CE.


Background Color

.myBgColor { background-color: #D5F6CE; }

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

This div background color is #D5F6CE.


Border color

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

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

This div border color is #D5F6CE.


Opacity

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

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

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

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

This text has shadow with #D5F6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6CE on black background.


Color preview on white background

This text has color #D5F6CE on white background.



Black color preview on #D5F6CE background

This text has black color on #D5F6CE background.


White color preview on #D5F6CE background

This text has white color on #D5F6CE background.