COLOR #D5F1D5

HEX: #D5F1D5
RGB: (213,241,213)

Color info

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

RGB color model

#D5F1D5 color RGB value is (213,241,213).

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

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 213 of 255 = 84%

213
241
213

R + G + B ~ 88%. #D5F1D5 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 241 + 213 = 667 (100%)
R 213 of 667 ~ 31.93%
G 241 of 667 ~ 36.13%
B 213 of 667 ~ 31.93%

%31.93
%36.13
%31.93

CMYK color model

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

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(12,0,12,5)
C12M0Y12K5 
(12%,0%,12%,5%)
(0.12/0.00/0.12/0.05)	

CMYK percentages

%11.62
%0
%11.62
%5.49

Codes

Color #D5F1D5 in popluar color models

D5F1D5
RGB213241213
HSL120°50.00%89.02%
HSB/HSV120°11.62%94.51%
CMYK11.62%0.00%11.62%
5.49%

Color #D5F1D5 in popluar number systems.

HEXD5F1D5
Decimal213241213
Binary110101011111000111010101
Octal325361325

Shades and tints

Shades of #D5F1D5

#D5F1D5
(213,241,213)
#C2DCC2
(194,220,194)
#AFC7AF
(175,199,175)
#9CB29C
(156,178,156)
#899D89
(137,157,137)
#768876
(118,136,118)
#637363
(99,115,99)
#505E50
(80,94,80)
#3D493D
(61,73,61)
#2A342A
(42,52,42)
#171F17
(23,31,23)
#000000
(0,0,0)

Tints of #D5F1D5

#D5F1D5
(213,241,213)
#D8F2D8
(216,242,216)
#DBF3DB
(219,243,219)
#DEF4DE
(222,244,222)
#E1F5E1
(225,245,225)
#E4F6E4
(228,246,228)
#E7F7E7
(231,247,231)
#EAF8EA
(234,248,234)
#EDF9ED
(237,249,237)
#F0FAF0
(240,250,240)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F1D5; }

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

This text font color is #D5F1D5.


Background Color

.myBgColor { background-color: #D5F1D5; }

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

This div background color is #D5F1D5.


Border color

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

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

This div border color is #D5F1D5.


Opacity

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

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

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

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

This text has shadow with #D5F1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F1D5 on black background.


Color preview on white background

This text has color #D5F1D5 on white background.



Black color preview on #D5F1D5 background

This text has black color on #D5F1D5 background.


White color preview on #D5F1D5 background

This text has white color on #D5F1D5 background.