COLOR #DBE5A7

HEX: #DBE5A7
RGB: (219,229,167)

Color info

#DBE5A7 contains mainly red and green colors. Web safe color of #DBE5A7 is #CCCC99 (or #CC9).

RGB color model

#DBE5A7 color RGB value is (219,229,167).

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

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 167 of 255 = 65%

219
229
167

R + G + B ~ 80%. #DBE5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 167 = 615 (100%)
R 219 of 615 ~ 35.61%
G 229 of 615 ~ 37.24%
B 167 of 615 ~ 27.15%

%35.61
%37.24
%27.15

CMYK color model

#DBE5A7 color CMYK value is (4,0,27,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 27.07%
  • key color value is 10.20%
CMYK:
(4,0,27,10)
C4M0Y27K10 
(4%,0%,27%,10%)
(0.04/0.00/0.27/0.10)	

CMYK percentages

%4.37
%0
%27.07
%10.2

Codes

Color #DBE5A7 in popluar color models

DBE5A7
RGB219229167
HSL70°54.39%77.65%
HSB/HSV70°27.07%89.80%
CMYK4.37%0.00%27.07%
10.20%

Color #DBE5A7 in popluar number systems.

HEXDBE5A7
Decimal219229167
Binary110110111110010110100111
Octal333345247

Shades and tints

Shades of #DBE5A7

#DBE5A7
(219,229,167)
#C8D198
(200,209,152)
#B5BD89
(181,189,137)
#A2A97A
(162,169,122)
#8F956B
(143,149,107)
#7C815C
(124,129,92)
#696D4D
(105,109,77)
#56593E
(86,89,62)
#43452F
(67,69,47)
#303120
(48,49,32)
#1D1D11
(29,29,17)
#000000
(0,0,0)

Tints of #DBE5A7

#DBE5A7
(219,229,167)
#DEE7AF
(222,231,175)
#E1E9B7
(225,233,183)
#E4EBBF
(228,235,191)
#E7EDC7
(231,237,199)
#EAEFCF
(234,239,207)
#EDF1D7
(237,241,215)
#F0F3DF
(240,243,223)
#F3F5E7
(243,245,231)
#F6F7EF
(246,247,239)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5A7; }

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

This text font color is #DBE5A7.


Background Color

.myBgColor { background-color: #DBE5A7; }

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

This div background color is #DBE5A7.


Border color

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

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

This div border color is #DBE5A7.


Opacity

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

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

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

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

This text has shadow with #DBE5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5A7 on black background.


Color preview on white background

This text has color #DBE5A7 on white background.



Black color preview on #DBE5A7 background

This text has black color on #DBE5A7 background.


White color preview on #DBE5A7 background

This text has white color on #DBE5A7 background.