COLOR #DBE5AC

HEX: #DBE5AC RGB: (219,229,172)

Color info

#DBE5AC contains red, green and blue colors in about the same proportion. Web safe color of #DBE5AC is #CCCC99 (or #CC9).

RGB color model

#DBE5AC color RGB value is (219,229,172).

RGB: (219,229,172) (86%, 90%, 67%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 172 of 255 = 67%

219
229
172

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

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 172 = 620 (100%)
R 219 of 620 ~ 35.32%
G 229 of 620 ~ 36.94%
B 172 of 620 ~ 27.74'%

%35.32
%36.94
%27.74

CMYK color model

#DBE5AC color CMYK value is (4,0,25,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (4,0,25,10)
C4M0Y25K10 (4%, 0%, 25%, 10%)
(0.04 / 0.00 / 0.25 / 0.10)

CMYK percentages

%4.37
%0
%24.89
%10.2

Codes

Color #DBE5AC in popluar color models

DB E5 AC
RGB 219 229 172
HSL 71° 52.29% 78.63%
HSB/HSV 71° 24.89% 89.80%
CMYK 4.37% 0.00% 24.89%
10.20%

Color #DBE5AC in popluar number systems.

HEX DB E5 AC
Decimal 219 229 172
Binary 11011011 11100101 10101100
Octal 333 345 254

Shades and tints

Shades of #DBE5AC

#DBE5AC
(219,229,172)
#C8D19D
(200,209,157)
#B5BD8E
(181,189,142)
#A2A97F
(162,169,127)
#8F9570
(143,149,112)
#7C8161
(124,129,97)
#696D52
(105,109,82)
#565943
(86,89,67)
#434534
(67,69,52)
#303125
(48,49,37)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #DBE5AC

#DBE5AC
(219,229,172)
#DEE7B3
(222,231,179)
#E1E9BA
(225,233,186)
#E4EBC1
(228,235,193)
#E7EDC8
(231,237,200)
#EAEFCF
(234,239,207)
#EDF1D6
(237,241,214)
#F0F3DD
(240,243,221)
#F3F5E4
(243,245,228)
#F6F7EB
(246,247,235)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5AC; }

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

This text font color is #DBE5AC.

Background Color

.myBgColor { background-color: #DBE5AC; }

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

This div background color is #DBE5AC.

Border color

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

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

This div border color is #DBE5AC.

Opacity

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

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

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

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

This text has shadow with #DBE5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5AC.

Preview

Color preview on black background

This text has color #DBE5AC on black background.


Color preview on white background

This text has color #DBE5AC on white background.


Black color preview on #DBE5AC background

This text has black color on #DBE5AC background.


White color preview on #DBE5AC background

This text has white color on #DBE5AC background.


Related colors

Complementary color

Complementary color for #hex is #241A53.


I love getcolorcode.com

Triadic colors

1 #ACDBE5 and #E5ACDB with #DBE5AC are triadic colors.

2 #ACE5DB and #E5DBAC with #DBE5AC are triadic colors.