COLOR #D5FBD5

HEX: #D5FBD5
RGB: (213,251,213)

Color info

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

RGB color model

#D5FBD5 color RGB value is (213,251,213).

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

RGB channels and saturation

R 213 of 255 = 84%
G 251 of 255 = 98%
B 213 of 255 = 84%

213
251
213

R + G + B ~ 89%. #D5FBD5 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 251 + 213 = 677 (100%)
R 213 of 677 ~ 31.46%
G 251 of 677 ~ 37.08%
B 213 of 677 ~ 31.46%

%31.46
%37.08
%31.46

CMYK color model

#D5FBD5 color CMYK value is (15,0,15,2).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 1.57%
CMYK:
(15,0,15,2)
C15M0Y15K2 
(15%,0%,15%,2%)
(0.15/0.00/0.15/0.02)	

CMYK percentages

%15.14
%0
%15.14
%1.57

Codes

Color #D5FBD5 in popluar color models

D5FBD5
RGB213251213
HSL120°82.61%90.98%
HSB/HSV120°15.14%98.43%
CMYK15.14%0.00%15.14%
1.57%

Color #D5FBD5 in popluar number systems.

HEXD5FBD5
Decimal213251213
Binary110101011111101111010101
Octal325373325

Shades and tints

Shades of #D5FBD5

#D5FBD5
(213,251,213)
#C2E5C2
(194,229,194)
#AFCFAF
(175,207,175)
#9CB99C
(156,185,156)
#89A389
(137,163,137)
#768D76
(118,141,118)
#637763
(99,119,99)
#506150
(80,97,80)
#3D4B3D
(61,75,61)
#2A352A
(42,53,42)
#171F17
(23,31,23)
#000000
(0,0,0)

Tints of #D5FBD5

#D5FBD5
(213,251,213)
#D8FBD8
(216,251,216)
#DBFBDB
(219,251,219)
#DEFBDE
(222,251,222)
#E1FBE1
(225,251,225)
#E4FBE4
(228,251,228)
#E7FBE7
(231,251,231)
#EAFBEA
(234,251,234)
#EDFBED
(237,251,237)
#F0FBF0
(240,251,240)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FBD5; }

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

This text font color is #D5FBD5.


Background Color

.myBgColor { background-color: #D5FBD5; }

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

This div background color is #D5FBD5.


Border color

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

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

This div border color is #D5FBD5.


Opacity

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

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

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

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

This text has shadow with #D5FBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FBD5 on black background.


Color preview on white background

This text has color #D5FBD5 on white background.



Black color preview on #D5FBD5 background

This text has black color on #D5FBD5 background.


White color preview on #D5FBD5 background

This text has white color on #D5FBD5 background.