COLOR #DBE8BA

HEX: #DBE8BA RGB: (219,232,186)

Color info

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

RGB color model

#DBE8BA color RGB value is (219,232,186).

RGB: (219,232,186) (86%, 91%, 73%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 186 of 255 = 73%

219
232
186

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

Portions of RGB colors in percentages

R + G + B = 219 + 232 + 186 = 637 (100%)
R 219 of 637 ~ 34.38%
G 232 of 637 ~ 36.42%
B 186 of 637 ~ 29.2'%

%34.38
%36.42
%29.2

CMYK color model

#DBE8BA color CMYK value is (6,0,20,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 9.02%
CMYK: (6,0,20,9) C6M0Y20K9 (6%,0%,20%,9%) (0.06/0.00/0.20/0.09) 

CMYK percentages

%5.6
%0
%19.83
%9.02

Codes

Color #DBE8BA in popluar color models

DB E8 BA
RGB 219 232 186
HSL 77° 50.00% 81.96%
HSB/HSV 77° 19.83% 90.98%
CMYK 5.60% 0.00% 19.83%
9.02%

Color #DBE8BA in popluar number systems.

HEX DB E8 BA
Decimal 219 232 186
Binary 11011011 11101000 10111010
Octal 333 350 272

Shades and tints

Shades of #DBE8BA

#DBE8BA
(219,232,186)
#C8D3AA
(200,211,170)
#B5BE9A
(181,190,154)
#A2A98A
(162,169,138)
#8F947A
(143,148,122)
#7C7F6A
(124,127,106)
#696A5A
(105,106,90)
#56554A
(86,85,74)
#43403A
(67,64,58)
#302B2A
(48,43,42)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #DBE8BA

#DBE8BA
(219,232,186)
#DEEAC0
(222,234,192)
#E1ECC6
(225,236,198)
#E4EECC
(228,238,204)
#E7F0D2
(231,240,210)
#EAF2D8
(234,242,216)
#EDF4DE
(237,244,222)
#F0F6E4
(240,246,228)
#F3F8EA
(243,248,234)
#F6FAF0
(246,250,240)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE8BA color. Also use rgb(219,232,186) instead hex code.

Text Font Color

.myTextColor { color: #DBE8BA; }

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

This text font color is #DBE8BA.

Background Color

.myBgColor { background-color: #DBE8BA; }

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

This div background color is #DBE8BA.

Border color

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

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

This div border color is #DBE8BA.

Opacity

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

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

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

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

This text has shadow with #DBE8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE8BA.

Preview

Color preview on black background

This text has color #DBE8BA on black background.


Color preview on white background

This text has color #DBE8BA on white background.


Black color preview on #DBE8BA background

This text has black color on #DBE8BA background.


White color preview on #DBE8BA background

This text has white color on #DBE8BA background.


Related colors

Complementary color

Complementary color for #hex is #241745.


I love getcolorcode.com

Triadic colors

1 #BADBE8 and #E8BADB with #DBE8BA are triadic colors.

2 #BAE8DB and #E8DBBA with #DBE8BA are triadic colors.