COLOR #DBE4AF

HEX: #DBE4AF
RGB: (219,228,175)

Color info

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

RGB color model

#DBE4AF color RGB value is (219,228,175).

  • red value is 219;
  • green value is 228;
  • blue value is 175.
RGB:
(219,228,175)
(86%,89%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 175 of 255 = 69%

219
228
175

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

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 175 = 622 (100%)
R 219 of 622 ~ 35.21%
G 228 of 622 ~ 36.66%
B 175 of 622 ~ 28.14%

%35.21
%36.66
%28.14

CMYK color model

#DBE4AF color CMYK value is (4,0,23,11).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(4,0,23,11)
C4M0Y23K11 
(4%,0%,23%,11%)
(0.04/0.00/0.23/0.11)	

CMYK percentages

%3.95
%0
%23.25
%10.59

Codes

Color #DBE4AF in popluar color models

DBE4AF
RGB219228175
HSL70°49.53%79.02%
HSB/HSV70°23.25%89.41%
CMYK3.95%0.00%23.25%
10.59%

Color #DBE4AF in popluar number systems.

HEXDBE4AF
Decimal219228175
Binary110110111110010010101111
Octal333344257

Shades and tints

Shades of #DBE4AF

#DBE4AF
(219,228,175)
#C8D0A0
(200,208,160)
#B5BC91
(181,188,145)
#A2A882
(162,168,130)
#8F9473
(143,148,115)
#7C8064
(124,128,100)
#696C55
(105,108,85)
#565846
(86,88,70)
#434437
(67,68,55)
#303028
(48,48,40)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #DBE4AF

#DBE4AF
(219,228,175)
#DEE6B6
(222,230,182)
#E1E8BD
(225,232,189)
#E4EAC4
(228,234,196)
#E7ECCB
(231,236,203)
#EAEED2
(234,238,210)
#EDF0D9
(237,240,217)
#F0F2E0
(240,242,224)
#F3F4E7
(243,244,231)
#F6F6EE
(246,246,238)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE4AF color. Also use rgb(219,228,175) instead hex code.

Text Font Color

.myTextColor { color: #DBE4AF; }

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

This text font color is #DBE4AF.


Background Color

.myBgColor { background-color: #DBE4AF; }

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

This div background color is #DBE4AF.


Border color

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

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

This div border color is #DBE4AF.


Opacity

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

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

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

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

This text has shadow with #DBE4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4AF on black background.


Color preview on white background

This text has color #DBE4AF on white background.



Black color preview on #DBE4AF background

This text has black color on #DBE4AF background.


White color preview on #DBE4AF background

This text has white color on #DBE4AF background.