COLOR #DBE8BD

HEX: #DBE8BD
RGB: (219,232,189)

Color info

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

RGB color model

#DBE8BD color RGB value is (219,232,189).

  • red value is 219;
  • green value is 232;
  • blue value is 189.
RGB:
(219,232,189)
(86%,91%,74%)

RGB channels and saturation

R 219 of 255 = 86%
G 232 of 255 = 91%
B 189 of 255 = 74%

219
232
189

R + G + B ~ 84%. #DBE8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 232 + 189 = 640 (100%)
R 219 of 640 ~ 34.22%
G 232 of 640 ~ 36.25%
B 189 of 640 ~ 29.53%

%34.22
%36.25
%29.53

CMYK color model

#DBE8BD color CMYK value is (6,0,19,9).

  • cyan value is 5.60%
  • magenta value is 0.00%
  • yellow value is 18.53%
  • key color value is 9.02%
CMYK:
(6,0,19,9)
C6M0Y19K9 
(6%,0%,19%,9%)
(0.06/0.00/0.19/0.09)	

CMYK percentages

%5.6
%0
%18.53
%9.02

Codes

Color #DBE8BD in popluar color models

DBE8BD
RGB219232189
HSL78°48.31%82.55%
HSB/HSV78°18.53%90.98%
CMYK5.60%0.00%18.53%
9.02%

Color #DBE8BD in popluar number systems.

HEXDBE8BD
Decimal219232189
Binary110110111110100010111101
Octal333350275

Shades and tints

Shades of #DBE8BD

#DBE8BD
(219,232,189)
#C8D3AC
(200,211,172)
#B5BE9B
(181,190,155)
#A2A98A
(162,169,138)
#8F9479
(143,148,121)
#7C7F68
(124,127,104)
#696A57
(105,106,87)
#565546
(86,85,70)
#434035
(67,64,53)
#302B24
(48,43,36)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #DBE8BD

#DBE8BD
(219,232,189)
#DEEAC3
(222,234,195)
#E1ECC9
(225,236,201)
#E4EECF
(228,238,207)
#E7F0D5
(231,240,213)
#EAF2DB
(234,242,219)
#EDF4E1
(237,244,225)
#F0F6E7
(240,246,231)
#F3F8ED
(243,248,237)
#F6FAF3
(246,250,243)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE8BD; }

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

This text font color is #DBE8BD.


Background Color

.myBgColor { background-color: #DBE8BD; }

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

This div background color is #DBE8BD.


Border color

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

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

This div border color is #DBE8BD.


Opacity

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

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

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

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

This text has shadow with #DBE8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE8BD on black background.


Color preview on white background

This text has color #DBE8BD on white background.



Black color preview on #DBE8BD background

This text has black color on #DBE8BD background.


White color preview on #DBE8BD background

This text has white color on #DBE8BD background.