COLOR #DBE6BE

HEX: #DBE6BE
RGB: (219,230,190)

Color info

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

RGB color model

#DBE6BE color RGB value is (219,230,190).

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

RGB channels and saturation

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

219
230
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 190 = 639 (100%)
R 219 of 639 ~ 34.27%
G 230 of 639 ~ 35.99%
B 190 of 639 ~ 29.73%

%34.27
%35.99
%29.73

CMYK color model

#DBE6BE color CMYK value is (5,0,17,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 9.80%
CMYK:
(5,0,17,10)
C5M0Y17K10 
(5%,0%,17%,10%)
(0.05/0.00/0.17/0.10)	

CMYK percentages

%4.78
%0
%17.39
%9.8

Codes

Color #DBE6BE in popluar color models

DBE6BE
RGB219230190
HSL77°44.44%82.35%
HSB/HSV77°17.39%90.20%
CMYK4.78%0.00%17.39%
9.80%

Color #DBE6BE in popluar number systems.

HEXDBE6BE
Decimal219230190
Binary110110111110011010111110
Octal333346276

Shades and tints

Shades of #DBE6BE

#DBE6BE
(219,230,190)
#C8D2AD
(200,210,173)
#B5BE9C
(181,190,156)
#A2AA8B
(162,170,139)
#8F967A
(143,150,122)
#7C8269
(124,130,105)
#696E58
(105,110,88)
#565A47
(86,90,71)
#434636
(67,70,54)
#303225
(48,50,37)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #DBE6BE

#DBE6BE
(219,230,190)
#DEE8C3
(222,232,195)
#E1EAC8
(225,234,200)
#E4ECCD
(228,236,205)
#E7EED2
(231,238,210)
#EAF0D7
(234,240,215)
#EDF2DC
(237,242,220)
#F0F4E1
(240,244,225)
#F3F6E6
(243,246,230)
#F6F8EB
(246,248,235)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6BE; }

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

This text font color is #DBE6BE.


Background Color

.myBgColor { background-color: #DBE6BE; }

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

This div background color is #DBE6BE.


Border color

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

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

This div border color is #DBE6BE.


Opacity

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

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

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

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

This text has shadow with #DBE6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6BE on black background.


Color preview on white background

This text has color #DBE6BE on white background.



Black color preview on #DBE6BE background

This text has black color on #DBE6BE background.


White color preview on #DBE6BE background

This text has white color on #DBE6BE background.