COLOR #DBE0B9

HEX: #DBE0B9
RGB: (219,224,185)

Color info

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

RGB color model

#DBE0B9 color RGB value is (219,224,185).

  • red value is 219;
  • green value is 224;
  • blue value is 185.
RGB:
(219,224,185)
(86%,88%,73%)

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 185 of 255 = 73%

219
224
185

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

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 185 = 628 (100%)
R 219 of 628 ~ 34.87%
G 224 of 628 ~ 35.67%
B 185 of 628 ~ 29.46%

%34.87
%35.67
%29.46

CMYK color model

#DBE0B9 color CMYK value is (2,0,17,12).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 12.16%
CMYK:
(2,0,17,12)
C2M0Y17K12 
(2%,0%,17%,12%)
(0.02/0.00/0.17/0.12)	

CMYK percentages

%2.23
%0
%17.41
%12.16

Codes

Color #DBE0B9 in popluar color models

DBE0B9
RGB219224185
HSL68°38.61%80.20%
HSB/HSV68°17.41%87.84%
CMYK2.23%0.00%17.41%
12.16%

Color #DBE0B9 in popluar number systems.

HEXDBE0B9
Decimal219224185
Binary110110111110000010111001
Octal333340271

Shades and tints

Shades of #DBE0B9

#DBE0B9
(219,224,185)
#C8CCA9
(200,204,169)
#B5B899
(181,184,153)
#A2A489
(162,164,137)
#8F9079
(143,144,121)
#7C7C69
(124,124,105)
#696859
(105,104,89)
#565449
(86,84,73)
#434039
(67,64,57)
#302C29
(48,44,41)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #DBE0B9

#DBE0B9
(219,224,185)
#DEE2BF
(222,226,191)
#E1E4C5
(225,228,197)
#E4E6CB
(228,230,203)
#E7E8D1
(231,232,209)
#EAEAD7
(234,234,215)
#EDECDD
(237,236,221)
#F0EEE3
(240,238,227)
#F3F0E9
(243,240,233)
#F6F2EF
(246,242,239)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0B9; }

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

This text font color is #DBE0B9.


Background Color

.myBgColor { background-color: #DBE0B9; }

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

This div background color is #DBE0B9.


Border color

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

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

This div border color is #DBE0B9.


Opacity

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

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

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

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

This text has shadow with #DBE0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE0B9 on black background.


Color preview on white background

This text has color #DBE0B9 on white background.



Black color preview on #DBE0B9 background

This text has black color on #DBE0B9 background.


White color preview on #DBE0B9 background

This text has white color on #DBE0B9 background.