COLOR #D5F8DB

HEX: #D5F8DB
RGB: (213,248,219)

Color info

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

RGB color model

#D5F8DB color RGB value is (213,248,219).

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

RGB channels and saturation

R 213 of 255 = 84%
G 248 of 255 = 97%
B 219 of 255 = 86%

213
248
219

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

Portions of RGB colors in percentages

R + G + B =
213 + 248 + 219 = 680 (100%)
R 213 of 680 ~ 31.32%
G 248 of 680 ~ 36.47%
B 219 of 680 ~ 32.21%

%31.32
%36.47
%32.21

CMYK color model

#D5F8DB color CMYK value is (14,0,12,3).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(14,0,12,3)
C14M0Y12K3 
(14%,0%,12%,3%)
(0.14/0.00/0.12/0.03)	

CMYK percentages

%14.11
%0
%11.69
%2.75

Codes

Color #D5F8DB in popluar color models

D5F8DB
RGB213248219
HSL130°71.43%90.39%
HSB/HSV130°14.11%97.25%
CMYK14.11%0.00%11.69%
2.75%

Color #D5F8DB in popluar number systems.

HEXD5F8DB
Decimal213248219
Binary110101011111100011011011
Octal325370333

Shades and tints

Shades of #D5F8DB

#D5F8DB
(213,248,219)
#C2E2C8
(194,226,200)
#AFCCB5
(175,204,181)
#9CB6A2
(156,182,162)
#89A08F
(137,160,143)
#768A7C
(118,138,124)
#637469
(99,116,105)
#505E56
(80,94,86)
#3D4843
(61,72,67)
#2A3230
(42,50,48)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #D5F8DB

#D5F8DB
(213,248,219)
#D8F8DE
(216,248,222)
#DBF8E1
(219,248,225)
#DEF8E4
(222,248,228)
#E1F8E7
(225,248,231)
#E4F8EA
(228,248,234)
#E7F8ED
(231,248,237)
#EAF8F0
(234,248,240)
#EDF8F3
(237,248,243)
#F0F8F6
(240,248,246)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F8DB; }

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

This text font color is #D5F8DB.


Background Color

.myBgColor { background-color: #D5F8DB; }

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

This div background color is #D5F8DB.


Border color

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

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

This div border color is #D5F8DB.


Opacity

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

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

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

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

This text has shadow with #D5F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F8DB on black background.


Color preview on white background

This text has color #D5F8DB on white background.



Black color preview on #D5F8DB background

This text has black color on #D5F8DB background.


White color preview on #D5F8DB background

This text has white color on #D5F8DB background.