COLOR #DBE1BB

HEX: #DBE1BB
RGB: (219,225,187)

Color info

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

RGB color model

#DBE1BB color RGB value is (219,225,187).

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

RGB channels and saturation

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

219
225
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 187 = 631 (100%)
R 219 of 631 ~ 34.71%
G 225 of 631 ~ 35.66%
B 187 of 631 ~ 29.64%

%34.71
%35.66
%29.64

CMYK color model

#DBE1BB color CMYK value is (3,0,17,12).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(3,0,17,12)
C3M0Y17K12 
(3%,0%,17%,12%)
(0.03/0.00/0.17/0.12)	

CMYK percentages

%2.67
%0
%16.89
%11.76

Codes

Color #DBE1BB in popluar color models

DBE1BB
RGB219225187
HSL69°38.78%80.78%
HSB/HSV69°16.89%88.24%
CMYK2.67%0.00%16.89%
11.76%

Color #DBE1BB in popluar number systems.

HEXDBE1BB
Decimal219225187
Binary110110111110000110111011
Octal333341273

Shades and tints

Shades of #DBE1BB

#DBE1BB
(219,225,187)
#C8CDAA
(200,205,170)
#B5B999
(181,185,153)
#A2A588
(162,165,136)
#8F9177
(143,145,119)
#7C7D66
(124,125,102)
#696955
(105,105,85)
#565544
(86,85,68)
#434133
(67,65,51)
#302D22
(48,45,34)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #DBE1BB

#DBE1BB
(219,225,187)
#DEE3C1
(222,227,193)
#E1E5C7
(225,229,199)
#E4E7CD
(228,231,205)
#E7E9D3
(231,233,211)
#EAEBD9
(234,235,217)
#EDEDDF
(237,237,223)
#F0EFE5
(240,239,229)
#F3F1EB
(243,241,235)
#F6F3F1
(246,243,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1BB; }

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

This text font color is #DBE1BB.


Background Color

.myBgColor { background-color: #DBE1BB; }

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

This div background color is #DBE1BB.


Border color

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

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

This div border color is #DBE1BB.


Opacity

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

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

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

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

This text has shadow with #DBE1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1BB on black background.


Color preview on white background

This text has color #DBE1BB on white background.



Black color preview on #DBE1BB background

This text has black color on #DBE1BB background.


White color preview on #DBE1BB background

This text has white color on #DBE1BB background.