COLOR #DBE0A3

HEX: #DBE0A3
RGB: (219,224,163)

Color info

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

RGB color model

#DBE0A3 color RGB value is (219,224,163).

  • red value is 219;
  • green value is 224;
  • blue value is 163.
RGB: (219,224,163) (86%,88%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 224 of 255 = 88%
B 163 of 255 = 64%

219
224
163

R + G + B ~ 79%. #DBE0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 224 + 163 = 606 (100%)
R 219 of 606 ~ 36.14%
G 224 of 606 ~ 36.96%
B 163 of 606 ~ 26.9%

%36.14
%36.96
%26.9

CMYK color model

#DBE0A3 color CMYK value is (2,0,27,12).

  • cyan value is 2.23%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 12.16%
CMYK: (2,0,27,12) C2M0Y27K12 (2%,0%,27%,12%) (0.02/0.00/0.27/0.12)

CMYK percentages

%2.23
%0
%27.23
%12.16

Codes

Color #DBE0A3 in popluar color models

DBE0A3
RGB219224163
HSL65°49.59%75.88%
HSB/HSV65°27.23%87.84%
CMYK2.23%0.00%27.23%
12.16%

Color #DBE0A3 in popluar number systems.

HEXDBE0A3
Decimal219224163
Binary110110111110000010100011
Octal333340243

Shades and tints

Shades of #DBE0A3

#DBE0A3
(219,224,163)
#C8CC95
(200,204,149)
#B5B887
(181,184,135)
#A2A479
(162,164,121)
#8F906B
(143,144,107)
#7C7C5D
(124,124,93)
#69684F
(105,104,79)
#565441
(86,84,65)
#434033
(67,64,51)
#302C25
(48,44,37)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #DBE0A3

#DBE0A3
(219,224,163)
#DEE2AB
(222,226,171)
#E1E4B3
(225,228,179)
#E4E6BB
(228,230,187)
#E7E8C3
(231,232,195)
#EAEACB
(234,234,203)
#EDECD3
(237,236,211)
#F0EEDB
(240,238,219)
#F3F0E3
(243,240,227)
#F6F2EB
(246,242,235)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE0A3 color. Also use rgb(219,224,163) instead hex code.

Text Font Color

.myTextColor { color: #DBE0A3; }

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

This text font color is #DBE0A3.


Background Color

.myBgColor { background-color: #DBE0A3; }

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

This div background color is #DBE0A3.


Border color

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

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

This div border color is #DBE0A3.


Opacity

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

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

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

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

This text has shadow with #DBE0A3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBE0A3 on black background.


Color preview on white background

This text has color #DBE0A3 on white background.



Black color preview on #DBE0A3 background

This text has black color on #DBE0A3 background.


White color preview on #DBE0A3 background

This text has white color on #DBE0A3 background.