COLOR #DBE5BE

HEX: #DBE5BE
RGB: (219,229,190)

Color info

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

RGB color model

#DBE5BE color RGB value is (219,229,190).

  • red value is 219;
  • green value is 229;
  • blue value is 190.
RGB:
(219,229,190)
(86%,90%,75%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 190 of 255 = 75%

219
229
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 190 = 638 (100%)
R 219 of 638 ~ 34.33%
G 229 of 638 ~ 35.89%
B 190 of 638 ~ 29.78%

%34.33
%35.89
%29.78

CMYK color model

#DBE5BE color CMYK value is (4,0,17,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 10.20%
CMYK:
(4,0,17,10)
C4M0Y17K10 
(4%,0%,17%,10%)
(0.04/0.00/0.17/0.10)	

CMYK percentages

%4.37
%0
%17.03
%10.2

Codes

Color #DBE5BE in popluar color models

DBE5BE
RGB219229190
HSL75°42.86%82.16%
HSB/HSV75°17.03%89.80%
CMYK4.37%0.00%17.03%
10.20%

Color #DBE5BE in popluar number systems.

HEXDBE5BE
Decimal219229190
Binary110110111110010110111110
Octal333345276

Shades and tints

Shades of #DBE5BE

#DBE5BE
(219,229,190)
#C8D1AD
(200,209,173)
#B5BD9C
(181,189,156)
#A2A98B
(162,169,139)
#8F957A
(143,149,122)
#7C8169
(124,129,105)
#696D58
(105,109,88)
#565947
(86,89,71)
#434536
(67,69,54)
#303125
(48,49,37)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #DBE5BE

#DBE5BE
(219,229,190)
#DEE7C3
(222,231,195)
#E1E9C8
(225,233,200)
#E4EBCD
(228,235,205)
#E7EDD2
(231,237,210)
#EAEFD7
(234,239,215)
#EDF1DC
(237,241,220)
#F0F3E1
(240,243,225)
#F3F5E6
(243,245,230)
#F6F7EB
(246,247,235)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5BE color. Also use rgb(219,229,190) instead hex code.

Text Font Color

.myTextColor { color: #DBE5BE; }

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

This text font color is #DBE5BE.


Background Color

.myBgColor { background-color: #DBE5BE; }

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

This div background color is #DBE5BE.


Border color

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

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

This div border color is #DBE5BE.


Opacity

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

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

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

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

This text has shadow with #DBE5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5BE on black background.


Color preview on white background

This text has color #DBE5BE on white background.



Black color preview on #DBE5BE background

This text has black color on #DBE5BE background.


White color preview on #DBE5BE background

This text has white color on #DBE5BE background.