COLOR #D5F4C9

HEX: #D5F4C9
RGB: (213,244,201)

Color info

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

RGB color model

#D5F4C9 color RGB value is (213,244,201).

  • red value is 213;
  • green value is 244;
  • blue value is 201.
RGB:
(213,244,201)
(84%,96%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 244 of 255 = 96%
B 201 of 255 = 79%

213
244
201

R + G + B ~ 86%. #D5F4C9 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 244 + 201 = 658 (100%)
R 213 of 658 ~ 32.37%
G 244 of 658 ~ 37.08%
B 201 of 658 ~ 30.55%

%32.37
%37.08
%30.55

CMYK color model

#D5F4C9 color CMYK value is (13,0,18,4).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(13,0,18,4)
C13M0Y18K4 
(13%,0%,18%,4%)
(0.13/0.00/0.18/0.04)	

CMYK percentages

%12.7
%0
%17.62
%4.31

Codes

Color #D5F4C9 in popluar color models

D5F4C9
RGB213244201
HSL103°66.15%87.25%
HSB/HSV103°17.62%95.69%
CMYK12.70%0.00%17.62%
4.31%

Color #D5F4C9 in popluar number systems.

HEXD5F4C9
Decimal213244201
Binary110101011111010011001001
Octal325364311

Shades and tints

Shades of #D5F4C9

#D5F4C9
(213,244,201)
#C2DEB7
(194,222,183)
#AFC8A5
(175,200,165)
#9CB293
(156,178,147)
#899C81
(137,156,129)
#76866F
(118,134,111)
#63705D
(99,112,93)
#505A4B
(80,90,75)
#3D4439
(61,68,57)
#2A2E27
(42,46,39)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5F4C9

#D5F4C9
(213,244,201)
#D8F5CD
(216,245,205)
#DBF6D1
(219,246,209)
#DEF7D5
(222,247,213)
#E1F8D9
(225,248,217)
#E4F9DD
(228,249,221)
#E7FAE1
(231,250,225)
#EAFBE5
(234,251,229)
#EDFCE9
(237,252,233)
#F0FDED
(240,253,237)
#F3FEF1
(243,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F4C9 color. Also use rgb(213,244,201) instead hex code.

Text Font Color

.myTextColor { color: #D5F4C9; }

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

This text font color is #D5F4C9.


Background Color

.myBgColor { background-color: #D5F4C9; }

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

This div background color is #D5F4C9.


Border color

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

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

This div border color is #D5F4C9.


Opacity

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

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

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

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

This text has shadow with #D5F4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F4C9 on black background.


Color preview on white background

This text has color #D5F4C9 on white background.



Black color preview on #D5F4C9 background

This text has black color on #D5F4C9 background.


White color preview on #D5F4C9 background

This text has white color on #D5F4C9 background.