COLOR #DBE0BB

HEX: #DBE0BB
RGB: (219,224,187)

Color info

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

RGB color model

#DBE0BB color RGB value is (219,224,187).

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

RGB channels and saturation

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

219
224
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 187 = 630 (100%)
R 219 of 630 ~ 34.76%
G 224 of 630 ~ 35.56%
B 187 of 630 ~ 29.68%

%34.76
%35.56
%29.68

CMYK color model

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

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • 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
%16.52
%12.16

Codes

Color #DBE0BB in popluar color models

DBE0BB
RGB219224187
HSL68°37.37%80.59%
HSB/HSV68°16.52%87.84%
CMYK2.23%0.00%16.52%
12.16%

Color #DBE0BB in popluar number systems.

HEXDBE0BB
Decimal219224187
Binary110110111110000010111011
Octal333340273

Shades and tints

Shades of #DBE0BB

#DBE0BB
(219,224,187)
#C8CCAA
(200,204,170)
#B5B899
(181,184,153)
#A2A488
(162,164,136)
#8F9077
(143,144,119)
#7C7C66
(124,124,102)
#696855
(105,104,85)
#565444
(86,84,68)
#434033
(67,64,51)
#302C22
(48,44,34)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #DBE0BB

#DBE0BB
(219,224,187)
#DEE2C1
(222,226,193)
#E1E4C7
(225,228,199)
#E4E6CD
(228,230,205)
#E7E8D3
(231,232,211)
#EAEAD9
(234,234,217)
#EDECDF
(237,236,223)
#F0EEE5
(240,238,229)
#F3F0EB
(243,240,235)
#F6F2F1
(246,242,241)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE0BB; }

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

This text font color is #DBE0BB.


Background Color

.myBgColor { background-color: #DBE0BB; }

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

This div background color is #DBE0BB.


Border color

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

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

This div border color is #DBE0BB.


Opacity

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

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

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

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

This text has shadow with #DBE0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE0BB on black background.


Color preview on white background

This text has color #DBE0BB on white background.



Black color preview on #DBE0BB background

This text has black color on #DBE0BB background.


White color preview on #DBE0BB background

This text has white color on #DBE0BB background.