COLOR #D5FCBD

HEX: #D5FCBD
RGB: (213,252,189)

Color info

#D5FCBD contains mainly red and green colors. Web safe color of #D5FCBD is #CCFFCC (or #CFC).

RGB color model

#D5FCBD color RGB value is (213,252,189).

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

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 189 of 255 = 74%

213
252
189

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

Portions of RGB colors in percentages

R + G + B =
213 + 252 + 189 = 654 (100%)
R 213 of 654 ~ 32.57%
G 252 of 654 ~ 38.53%
B 189 of 654 ~ 28.9%

%32.57
%38.53
%28.9

CMYK color model

#D5FCBD color CMYK value is (15,0,25,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(15,0,25,1)
C15M0Y25K1 
(15%,0%,25%,1%)
(0.15/0.00/0.25/0.01)	

CMYK percentages

%15.48
%0
%25
%1.18

Codes

Color #D5FCBD in popluar color models

D5FCBD
RGB213252189
HSL97°91.30%86.47%
HSB/HSV97°25.00%98.82%
CMYK15.48%0.00%25.00%
1.18%

Color #D5FCBD in popluar number systems.

HEXD5FCBD
Decimal213252189
Binary110101011111110010111101
Octal325374275

Shades and tints

Shades of #D5FCBD

#D5FCBD
(213,252,189)
#C2E6AC
(194,230,172)
#AFD09B
(175,208,155)
#9CBA8A
(156,186,138)
#89A479
(137,164,121)
#768E68
(118,142,104)
#637857
(99,120,87)
#506246
(80,98,70)
#3D4C35
(61,76,53)
#2A3624
(42,54,36)
#172013
(23,32,19)
#000000
(0,0,0)

Tints of #D5FCBD

#D5FCBD
(213,252,189)
#D8FCC3
(216,252,195)
#DBFCC9
(219,252,201)
#DEFCCF
(222,252,207)
#E1FCD5
(225,252,213)
#E4FCDB
(228,252,219)
#E7FCE1
(231,252,225)
#EAFCE7
(234,252,231)
#EDFCED
(237,252,237)
#F0FCF3
(240,252,243)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FCBD; }

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

This text font color is #D5FCBD.


Background Color

.myBgColor { background-color: #D5FCBD; }

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

This div background color is #D5FCBD.


Border color

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

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

This div border color is #D5FCBD.


Opacity

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

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

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

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

This text has shadow with #D5FCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FCBD on black background.


Color preview on white background

This text has color #D5FCBD on white background.



Black color preview on #D5FCBD background

This text has black color on #D5FCBD background.


White color preview on #D5FCBD background

This text has white color on #D5FCBD background.