COLOR #D5F5CE

HEX: #D5F5CE
RGB: (213,245,206)

Color info

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

RGB color model

#D5F5CE color RGB value is (213,245,206).

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

RGB channels and saturation

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

213
245
206

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

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 206 = 664 (100%)
R 213 of 664 ~ 32.08%
G 245 of 664 ~ 36.9%
B 206 of 664 ~ 31.02%

%32.08
%36.9
%31.02

CMYK color model

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

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • 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.92
%3.92

Codes

Color #D5F5CE in popluar color models

D5F5CE
RGB213245206
HSL109°66.10%88.43%
HSB/HSV109°15.92%96.08%
CMYK13.06%0.00%15.92%
3.92%

Color #D5F5CE in popluar number systems.

HEXD5F5CE
Decimal213245206
Binary110101011111010111001110
Octal325365316

Shades and tints

Shades of #D5F5CE

#D5F5CE
(213,245,206)
#C2DFBC
(194,223,188)
#AFC9AA
(175,201,170)
#9CB398
(156,179,152)
#899D86
(137,157,134)
#768774
(118,135,116)
#637162
(99,113,98)
#505B50
(80,91,80)
#3D453E
(61,69,62)
#2A2F2C
(42,47,44)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #D5F5CE

#D5F5CE
(213,245,206)
#D8F5D2
(216,245,210)
#DBF5D6
(219,245,214)
#DEF5DA
(222,245,218)
#E1F5DE
(225,245,222)
#E4F5E2
(228,245,226)
#E7F5E6
(231,245,230)
#EAF5EA
(234,245,234)
#EDF5EE
(237,245,238)
#F0F5F2
(240,245,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F5CE; }

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

This text font color is #D5F5CE.


Background Color

.myBgColor { background-color: #D5F5CE; }

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

This div background color is #D5F5CE.


Border color

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

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

This div border color is #D5F5CE.


Opacity

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

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

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

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

This text has shadow with #D5F5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5CE on black background.


Color preview on white background

This text has color #D5F5CE on white background.



Black color preview on #D5F5CE background

This text has black color on #D5F5CE background.


White color preview on #D5F5CE background

This text has white color on #D5F5CE background.