COLOR #DBECB5

HEX: #DBECB5 RGB: (219,236,181)

Color info

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

RGB color model

#DBECB5 color RGB value is (219,236,181).

RGB: (219,236,181) (86%, 93%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 236 of 255 = 93%
B 181 of 255 = 71%

219
236
181

R + G + B ~ 83%. #DBECB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 236 + 181 = 636 (100%)
R 219 of 636 ~ 34.43%
G 236 of 636 ~ 37.11%
B 181 of 636 ~ 28.46'%

%34.43
%37.11
%28.46

CMYK color model

#DBECB5 color CMYK value is (7,0,23,7).

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

CMYK: (7,0,23,7)
C7M0Y23K7 (7%, 0%, 23%, 7%)
(0.07 / 0.00 / 0.23 / 0.07)

CMYK percentages

%7.2
%0
%23.31
%7.45

Codes

Color #DBECB5 in popluar color models

DB EC B5
RGB 219 236 181
HSL 79° 59.14% 81.76%
HSB/HSV 79° 23.31% 92.55%
CMYK 7.20% 0.00% 23.31%
7.45%

Color #DBECB5 in popluar number systems.

HEX DB EC B5
Decimal 219 236 181
Binary 11011011 11101100 10110101
Octal 333 354 265

Shades and tints

Shades of #DBECB5

#DBECB5
(219,236,181)
#C8D7A5
(200,215,165)
#B5C295
(181,194,149)
#A2AD85
(162,173,133)
#8F9875
(143,152,117)
#7C8365
(124,131,101)
#696E55
(105,110,85)
#565945
(86,89,69)
#434435
(67,68,53)
#302F25
(48,47,37)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBECB5

#DBECB5
(219,236,181)
#DEEDBB
(222,237,187)
#E1EEC1
(225,238,193)
#E4EFC7
(228,239,199)
#E7F0CD
(231,240,205)
#EAF1D3
(234,241,211)
#EDF2D9
(237,242,217)
#F0F3DF
(240,243,223)
#F3F4E5
(243,244,229)
#F6F5EB
(246,245,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBECB5; }

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

This text font color is #DBECB5.

Background Color

.myBgColor { background-color: #DBECB5; }

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

This div background color is #DBECB5.

Border color

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

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

This div border color is #DBECB5.

Opacity

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

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

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

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

This text has shadow with #DBECB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBECB5.

Preview

Color preview on black background

This text has color #DBECB5 on black background.


Color preview on white background

This text has color #DBECB5 on white background.


Black color preview on #DBECB5 background

This text has black color on #DBECB5 background.


White color preview on #DBECB5 background

This text has white color on #DBECB5 background.


Related colors

Complementary color

Complementary color for #hex is #24134A.


I love getcolorcode.com

Triadic colors

1 #B5DBEC and #ECB5DB with #DBECB5 are triadic colors.

2 #B5ECDB and #ECDBB5 with #DBECB5 are triadic colors.