COLOR #D5F2C5

HEX: #D5F2C5
RGB: (213,242,197)

Color info

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

RGB color model

#D5F2C5 color RGB value is (213,242,197).

  • red value is 213;
  • green value is 242;
  • blue value is 197.
RGB:
(213,242,197)
(84%,95%,77%)

RGB channels and saturation

R 213 of 255 = 84%
G 242 of 255 = 95%
B 197 of 255 = 77%

213
242
197

R + G + B ~ 85%. #D5F2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 242 + 197 = 652 (100%)
R 213 of 652 ~ 32.67%
G 242 of 652 ~ 37.12%
B 197 of 652 ~ 30.21%

%32.67
%37.12
%30.21

CMYK color model

#D5F2C5 color CMYK value is (12,0,19,5).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 5.10%
CMYK:
(12,0,19,5)
C12M0Y19K5 
(12%,0%,19%,5%)
(0.12/0.00/0.19/0.05)	

CMYK percentages

%11.98
%0
%18.6
%5.1

Codes

Color #D5F2C5 in popluar color models

D5F2C5
RGB213242197
HSL99°63.38%86.08%
HSB/HSV99°18.60%94.90%
CMYK11.98%0.00%18.60%
5.10%

Color #D5F2C5 in popluar number systems.

HEXD5F2C5
Decimal213242197
Binary110101011111001011000101
Octal325362305

Shades and tints

Shades of #D5F2C5

#D5F2C5
(213,242,197)
#C2DCB4
(194,220,180)
#AFC6A3
(175,198,163)
#9CB092
(156,176,146)
#899A81
(137,154,129)
#768470
(118,132,112)
#636E5F
(99,110,95)
#50584E
(80,88,78)
#3D423D
(61,66,61)
#2A2C2C
(42,44,44)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #D5F2C5

#D5F2C5
(213,242,197)
#D8F3CA
(216,243,202)
#DBF4CF
(219,244,207)
#DEF5D4
(222,245,212)
#E1F6D9
(225,246,217)
#E4F7DE
(228,247,222)
#E7F8E3
(231,248,227)
#EAF9E8
(234,249,232)
#EDFAED
(237,250,237)
#F0FBF2
(240,251,242)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F2C5 color. Also use rgb(213,242,197) instead hex code.

Text Font Color

.myTextColor { color: #D5F2C5; }

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

This text font color is #D5F2C5.


Background Color

.myBgColor { background-color: #D5F2C5; }

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

This div background color is #D5F2C5.


Border color

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

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

This div border color is #D5F2C5.


Opacity

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

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

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

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

This text has shadow with #D5F2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F2C5 on black background.


Color preview on white background

This text has color #D5F2C5 on white background.



Black color preview on #D5F2C5 background

This text has black color on #D5F2C5 background.


White color preview on #D5F2C5 background

This text has white color on #D5F2C5 background.