COLOR #DBECD5

HEX: #DBECD5 RGB: (219,236,213)

Color info

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

RGB color model

#DBECD5 color RGB value is (219,236,213).

RGB: (219,236,213) (86%, 93%, 84%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 213 of 255 = 84%

219
236
213

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

Portions of RGB colors in percentages

R + G + B = 219 + 236 + 213 = 668 (100%)
R 219 of 668 ~ 32.78%
G 236 of 668 ~ 35.33%
B 213 of 668 ~ 31.89'%

%32.78
%35.33
%31.89

CMYK color model

#DBECD5 color CMYK value is (7,0,10,7).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%

CMYK: (7,0,10,7)
C7M0Y10K7 (7%, 0%, 10%, 7%)
(0.07 / 0.00 / 0.10 / 0.07)

CMYK percentages

%7.2
%0
%9.75
%7.45

Codes

Color #DBECD5 in popluar color models

DB EC D5
RGB 219 236 213
HSL 104° 37.70% 88.04%
HSB/HSV 104° 9.75% 92.55%
CMYK 7.20% 0.00% 9.75%
7.45%

Color #DBECD5 in popluar number systems.

HEX DB EC D5
Decimal 219 236 213
Binary 11011011 11101100 11010101
Octal 333 354 325

Shades and tints

Shades of #DBECD5

#DBECD5
(219,236,213)
#C8D7C2
(200,215,194)
#B5C2AF
(181,194,175)
#A2AD9C
(162,173,156)
#8F9889
(143,152,137)
#7C8376
(124,131,118)
#696E63
(105,110,99)
#565950
(86,89,80)
#43443D
(67,68,61)
#302F2A
(48,47,42)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBECD5

#DBECD5
(219,236,213)
#DEEDD8
(222,237,216)
#E1EEDB
(225,238,219)
#E4EFDE
(228,239,222)
#E7F0E1
(231,240,225)
#EAF1E4
(234,241,228)
#EDF2E7
(237,242,231)
#F0F3EA
(240,243,234)
#F3F4ED
(243,244,237)
#F6F5F0
(246,245,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECD5; }

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

This text font color is #DBECD5.

Background Color

.myBgColor { background-color: #DBECD5; }

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

This div background color is #DBECD5.

Border color

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

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

This div border color is #DBECD5.

Opacity

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

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

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

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

This text has shadow with #DBECD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBECD5.

Preview

Color preview on black background

This text has color #DBECD5 on black background.


Color preview on white background

This text has color #DBECD5 on white background.


Black color preview on #DBECD5 background

This text has black color on #DBECD5 background.


White color preview on #DBECD5 background

This text has white color on #DBECD5 background.


Related colors

Complementary color

Complementary color for #hex is #24132A.


I love getcolorcode.com

Triadic colors

1 #D5DBEC and #ECD5DB with #DBECD5 are triadic colors.

2 #D5ECDB and #ECDBD5 with #DBECD5 are triadic colors.