COLOR #D5F5CD

HEX: #D5F5CD
RGB: (213,245,205)

Color info

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

RGB color model

#D5F5CD color RGB value is (213,245,205).

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

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 205 of 255 = 80%

213
245
205

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

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 205 = 663 (100%)
R 213 of 663 ~ 32.13%
G 245 of 663 ~ 36.95%
B 205 of 663 ~ 30.92%

%32.13
%36.95
%30.92

CMYK color model

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

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

Codes

Color #D5F5CD in popluar color models

D5F5CD
RGB213245205
HSL108°66.67%88.24%
HSB/HSV108°16.33%96.08%
CMYK13.06%0.00%16.33%
3.92%

Color #D5F5CD in popluar number systems.

HEXD5F5CD
Decimal213245205
Binary110101011111010111001101
Octal325365315

Shades and tints

Shades of #D5F5CD

#D5F5CD
(213,245,205)
#C2DFBB
(194,223,187)
#AFC9A9
(175,201,169)
#9CB397
(156,179,151)
#899D85
(137,157,133)
#768773
(118,135,115)
#637161
(99,113,97)
#505B4F
(80,91,79)
#3D453D
(61,69,61)
#2A2F2B
(42,47,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #D5F5CD

#D5F5CD
(213,245,205)
#D8F5D1
(216,245,209)
#DBF5D5
(219,245,213)
#DEF5D9
(222,245,217)
#E1F5DD
(225,245,221)
#E4F5E1
(228,245,225)
#E7F5E5
(231,245,229)
#EAF5E9
(234,245,233)
#EDF5ED
(237,245,237)
#F0F5F1
(240,245,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F5CD; }

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

This text font color is #D5F5CD.


Background Color

.myBgColor { background-color: #D5F5CD; }

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

This div background color is #D5F5CD.


Border color

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

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

This div border color is #D5F5CD.


Opacity

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

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

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

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

This text has shadow with #D5F5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F5CD on black background.


Color preview on white background

This text has color #D5F5CD on white background.



Black color preview on #D5F5CD background

This text has black color on #D5F5CD background.


White color preview on #D5F5CD background

This text has white color on #D5F5CD background.