COLOR #D5FCDB

HEX: #D5FCDB
RGB: (213,252,219)

Color info

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

RGB color model

#D5FCDB color RGB value is (213,252,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 219 of 255 = 86%

213
252
219

R + G + B ~ 90%. #D5FCDB is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 252 + 219 = 684 (100%)
R 213 of 684 ~ 31.14%
G 252 of 684 ~ 36.84%
B 219 of 684 ~ 32.02%

%31.14
%36.84
%32.02

CMYK color model

#D5FCDB color CMYK value is (15,0,13,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK:
(15,0,13,1)
C15M0Y13K1 
(15%,0%,13%,1%)
(0.15/0.00/0.13/0.01)	

CMYK percentages

%15.48
%0
%13.1
%1.18

Codes

Color #D5FCDB in popluar color models

D5FCDB
RGB213252219
HSL129°86.67%91.18%
HSB/HSV129°15.48%98.82%
CMYK15.48%0.00%13.10%
1.18%

Color #D5FCDB in popluar number systems.

HEXD5FCDB
Decimal213252219
Binary110101011111110011011011
Octal325374333

Shades and tints

Shades of #D5FCDB

#D5FCDB
(213,252,219)
#C2E6C8
(194,230,200)
#AFD0B5
(175,208,181)
#9CBAA2
(156,186,162)
#89A48F
(137,164,143)
#768E7C
(118,142,124)
#637869
(99,120,105)
#506256
(80,98,86)
#3D4C43
(61,76,67)
#2A3630
(42,54,48)
#17201D
(23,32,29)
#000000
(0,0,0)

Tints of #D5FCDB

#D5FCDB
(213,252,219)
#D8FCDE
(216,252,222)
#DBFCE1
(219,252,225)
#DEFCE4
(222,252,228)
#E1FCE7
(225,252,231)
#E4FCEA
(228,252,234)
#E7FCED
(231,252,237)
#EAFCF0
(234,252,240)
#EDFCF3
(237,252,243)
#F0FCF6
(240,252,246)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FCDB; }

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

This text font color is #D5FCDB.


Background Color

.myBgColor { background-color: #D5FCDB; }

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

This div background color is #D5FCDB.


Border color

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

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

This div border color is #D5FCDB.


Opacity

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

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

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

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

This text has shadow with #D5FCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FCDB on black background.


Color preview on white background

This text has color #D5FCDB on white background.



Black color preview on #D5FCDB background

This text has black color on #D5FCDB background.


White color preview on #D5FCDB background

This text has white color on #D5FCDB background.