COLOR #DBE0B4

HEX: #DBE0B4 RGB: (219,224,180)

Color info

#DBE0B4 contains red, green and blue colors in about the same proportion. Web safe color of #DBE0B4 is #CCCCCC (or #CCC).

RGB color model

#DBE0B4 color RGB value is (219,224,180).

RGB: (219,224,180) (86%, 88%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 180 of 255 = 71%

219
224
180

R + G + B ~ 82%. #DBE0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 224 + 180 = 623 (100%)
R 219 of 623 ~ 35.15%
G 224 of 623 ~ 35.96%
B 180 of 623 ~ 28.89'%

%35.15
%35.96
%28.89

CMYK color model

#DBE0B4 color CMYK value is (2,0,20,12).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 12.16%

CMYK: (2,0,20,12)
C2M0Y20K12 (2%, 0%, 20%, 12%)
(0.02 / 0.00 / 0.20 / 0.12)

CMYK percentages

%2.23
%0
%19.64
%12.16

Codes

Color #DBE0B4 in popluar color models

DB E0 B4
RGB 219 224 180
HSL 67° 41.51% 79.22%
HSB/HSV 67° 19.64% 87.84%
CMYK 2.23% 0.00% 19.64%
12.16%

Color #DBE0B4 in popluar number systems.

HEX DB E0 B4
Decimal 219 224 180
Binary 11011011 11100000 10110100
Octal 333 340 264

Shades and tints

Shades of #DBE0B4

#DBE0B4
(219,224,180)
#C8CCA4
(200,204,164)
#B5B894
(181,184,148)
#A2A484
(162,164,132)
#8F9074
(143,144,116)
#7C7C64
(124,124,100)
#696854
(105,104,84)
#565444
(86,84,68)
#434034
(67,64,52)
#302C24
(48,44,36)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #DBE0B4

#DBE0B4
(219,224,180)
#DEE2BA
(222,226,186)
#E1E4C0
(225,228,192)
#E4E6C6
(228,230,198)
#E7E8CC
(231,232,204)
#EAEAD2
(234,234,210)
#EDECD8
(237,236,216)
#F0EEDE
(240,238,222)
#F3F0E4
(243,240,228)
#F6F2EA
(246,242,234)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE0B4 color. Also use rgb(219,224,180) instead hex code.

Text Font Color

.myTextColor { color: #DBE0B4; }

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

This text font color is #DBE0B4.

Background Color

.myBgColor { background-color: #DBE0B4; }

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

This div background color is #DBE0B4.

Border color

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

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

This div border color is #DBE0B4.

Opacity

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

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

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

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

This text has shadow with #DBE0B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE0B4.

Preview

Color preview on black background

This text has color #DBE0B4 on black background.


Color preview on white background

This text has color #DBE0B4 on white background.


Black color preview on #DBE0B4 background

This text has black color on #DBE0B4 background.


White color preview on #DBE0B4 background

This text has white color on #DBE0B4 background.


Related colors

Complementary color

Complementary color for #hex is #241F4B.


I love getcolorcode.com

Triadic colors

1 #B4DBE0 and #E0B4DB with #DBE0B4 are triadic colors.

2 #B4E0DB and #E0DBB4 with #DBE0B4 are triadic colors.