COLOR #D5F2DB

HEX: #D5F2DB RGB: (213,242,219)

Color info

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

RGB color model

#D5F2DB color RGB value is (213,242,219).

RGB: (213,242,219) (84%, 95%, 86%)

RGB channels and saturation

R 213 of 255 = 84%
G 242 of 255 = 95%
B 219 of 255 = 86%

213
242
219

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

Portions of RGB colors in percentages

R + G + B = 213 + 242 + 219 = 674 (100%)
R 213 of 674 ~ 31.6%
G 242 of 674 ~ 35.91%
B 219 of 674 ~ 32.49'%

%31.6
%35.91
%32.49

CMYK color model

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

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 5.10%

CMYK: (12,0,10,5)
C12M0Y10K5 (12%, 0%, 10%, 5%)
(0.12 / 0.00 / 0.10 / 0.05)

CMYK percentages

%11.98
%0
%9.5
%5.1

Codes

Color #D5F2DB in popluar color models

D5 F2 DB
RGB 213 242 219
HSL 132° 52.73% 89.22%
HSB/HSV 132° 11.98% 94.90%
CMYK 11.98% 0.00% 9.50%
5.10%

Color #D5F2DB in popluar number systems.

HEX D5 F2 DB
Decimal 213 242 219
Binary 11010101 11110010 11011011
Octal 325 362 333

Shades and tints

Shades of #D5F2DB

#D5F2DB
(213,242,219)
#C2DCC8
(194,220,200)
#AFC6B5
(175,198,181)
#9CB0A2
(156,176,162)
#899A8F
(137,154,143)
#76847C
(118,132,124)
#636E69
(99,110,105)
#505856
(80,88,86)
#3D4243
(61,66,67)
#2A2C30
(42,44,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #D5F2DB

#D5F2DB
(213,242,219)
#D8F3DE
(216,243,222)
#DBF4E1
(219,244,225)
#DEF5E4
(222,245,228)
#E1F6E7
(225,246,231)
#E4F7EA
(228,247,234)
#E7F8ED
(231,248,237)
#EAF9F0
(234,249,240)
#EDFAF3
(237,250,243)
#F0FBF6
(240,251,246)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F2DB; }

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

This text font color is #D5F2DB.

Background Color

.myBgColor { background-color: #D5F2DB; }

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

This div background color is #D5F2DB.

Border color

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

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

This div border color is #D5F2DB.

Opacity

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

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

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

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

This text has shadow with #D5F2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F2DB.

Preview

Color preview on black background

This text has color #D5F2DB on black background.


Color preview on white background

This text has color #D5F2DB on white background.


Black color preview on #D5F2DB background

This text has black color on #D5F2DB background.


White color preview on #D5F2DB background

This text has white color on #D5F2DB background.


Related colors

Complementary color

Complementary color for #hex is #2A0D24.


I love getcolorcode.com

Triadic colors

1 #DBD5F2 and #F2DBD5 with #D5F2DB are triadic colors.

2 #DBF2D5 and #F2D5DB with #D5F2DB are triadic colors.