COLOR #DBE7AC

HEX: #DBE7AC
RGB: (219,231,172)

Color info

#DBE7AC contains red, green and blue colors in about the same proportion. Web safe color of #DBE7AC is #CCFF99 (or #CF9).

RGB color model

#DBE7AC color RGB value is (219,231,172).

  • red value is 219;
  • green value is 231;
  • blue value is 172.
RGB:
(219,231,172)
(86%,91%,67%)

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 172 of 255 = 67%

219
231
172

R + G + B ~ 81%. #DBE7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 231 + 172 = 622 (100%)
R 219 of 622 ~ 35.21%
G 231 of 622 ~ 37.14%
B 172 of 622 ~ 27.65%

%35.21
%37.14
%27.65

CMYK color model

#DBE7AC color CMYK value is (5,0,26,9).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 9.41%
CMYK:
(5,0,26,9)
C5M0Y26K9 
(5%,0%,26%,9%)
(0.05/0.00/0.26/0.09)	

CMYK percentages

%5.19
%0
%25.54
%9.41

Codes

Color #DBE7AC in popluar color models

DBE7AC
RGB219231172
HSL72°55.14%79.02%
HSB/HSV72°25.54%90.59%
CMYK5.19%0.00%25.54%
9.41%

Color #DBE7AC in popluar number systems.

HEXDBE7AC
Decimal219231172
Binary110110111110011110101100
Octal333347254

Shades and tints

Shades of #DBE7AC

#DBE7AC
(219,231,172)
#C8D29D
(200,210,157)
#B5BD8E
(181,189,142)
#A2A87F
(162,168,127)
#8F9370
(143,147,112)
#7C7E61
(124,126,97)
#696952
(105,105,82)
#565443
(86,84,67)
#433F34
(67,63,52)
#302A25
(48,42,37)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBE7AC

#DBE7AC
(219,231,172)
#DEE9B3
(222,233,179)
#E1EBBA
(225,235,186)
#E4EDC1
(228,237,193)
#E7EFC8
(231,239,200)
#EAF1CF
(234,241,207)
#EDF3D6
(237,243,214)
#F0F5DD
(240,245,221)
#F3F7E4
(243,247,228)
#F6F9EB
(246,249,235)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE7AC color. Also use rgb(219,231,172) instead hex code.

Text Font Color

.myTextColor { color: #DBE7AC; }

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

This text font color is #DBE7AC.


Background Color

.myBgColor { background-color: #DBE7AC; }

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

This div background color is #DBE7AC.


Border color

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

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

This div border color is #DBE7AC.


Opacity

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

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

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

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

This text has shadow with #DBE7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE7AC on black background.


Color preview on white background

This text has color #DBE7AC on white background.



Black color preview on #DBE7AC background

This text has black color on #DBE7AC background.


White color preview on #DBE7AC background

This text has white color on #DBE7AC background.