COLOR #D5F2BD

HEX: #D5F2BD
RGB: (213,242,189)

Color info

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

RGB color model

#D5F2BD color RGB value is (213,242,189).

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

RGB channels and saturation

R 213 of 255 = 84%
G 242 of 255 = 95%
B 189 of 255 = 74%

213
242
189

R + G + B ~ 84%. #D5F2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 242 + 189 = 644 (100%)
R 213 of 644 ~ 33.07%
G 242 of 644 ~ 37.58%
B 189 of 644 ~ 29.35%

%33.07
%37.58
%29.35

CMYK color model

#D5F2BD color CMYK value is (12,0,22,5).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(12,0,22,5)
C12M0Y22K5 
(12%,0%,22%,5%)
(0.12/0.00/0.22/0.05)	

CMYK percentages

%11.98
%0
%21.9
%5.1

Codes

Color #D5F2BD in popluar color models

D5F2BD
RGB213242189
HSL93°67.09%84.51%
HSB/HSV93°21.90%94.90%
CMYK11.98%0.00%21.90%
5.10%

Color #D5F2BD in popluar number systems.

HEXD5F2BD
Decimal213242189
Binary110101011111001010111101
Octal325362275

Shades and tints

Shades of #D5F2BD

#D5F2BD
(213,242,189)
#C2DCAC
(194,220,172)
#AFC69B
(175,198,155)
#9CB08A
(156,176,138)
#899A79
(137,154,121)
#768468
(118,132,104)
#636E57
(99,110,87)
#505846
(80,88,70)
#3D4235
(61,66,53)
#2A2C24
(42,44,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #D5F2BD

#D5F2BD
(213,242,189)
#D8F3C3
(216,243,195)
#DBF4C9
(219,244,201)
#DEF5CF
(222,245,207)
#E1F6D5
(225,246,213)
#E4F7DB
(228,247,219)
#E7F8E1
(231,248,225)
#EAF9E7
(234,249,231)
#EDFAED
(237,250,237)
#F0FBF3
(240,251,243)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F2BD; }

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

This text font color is #D5F2BD.


Background Color

.myBgColor { background-color: #D5F2BD; }

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

This div background color is #D5F2BD.


Border color

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

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

This div border color is #D5F2BD.


Opacity

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

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

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

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

This text has shadow with #D5F2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F2BD on black background.


Color preview on white background

This text has color #D5F2BD on white background.



Black color preview on #D5F2BD background

This text has black color on #D5F2BD background.


White color preview on #D5F2BD background

This text has white color on #D5F2BD background.