COLOR #DBE3AF

HEX: #DBE3AF RGB: (219,227,175)

Color info

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

RGB color model

#DBE3AF color RGB value is (219,227,175).

RGB: (219,227,175) (86%, 89%, 69%)

RGB channels and saturation

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

219
227
175

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

Portions of RGB colors in percentages

R + G + B = 219 + 227 + 175 = 621 (100%)
R 219 of 621 ~ 35.27%
G 227 of 621 ~ 36.55%
B 175 of 621 ~ 28.18'%

%35.27
%36.55
%28.18

CMYK color model

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

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

CMYK percentages

%3.52
%0
%22.91
%10.98

Codes

Color #DBE3AF in popluar color models

DB E3 AF
RGB 219 227 175
HSL 69° 48.15% 78.82%
HSB/HSV 69° 22.91% 89.02%
CMYK 3.52% 0.00% 22.91%
10.98%

Color #DBE3AF in popluar number systems.

HEX DB E3 AF
Decimal 219 227 175
Binary 11011011 11100011 10101111
Octal 333 343 257

Shades and tints

Shades of #DBE3AF

#DBE3AF
(219,227,175)
#C8CFA0
(200,207,160)
#B5BB91
(181,187,145)
#A2A782
(162,167,130)
#8F9373
(143,147,115)
#7C7F64
(124,127,100)
#696B55
(105,107,85)
#565746
(86,87,70)
#434337
(67,67,55)
#302F28
(48,47,40)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #DBE3AF

#DBE3AF
(219,227,175)
#DEE5B6
(222,229,182)
#E1E7BD
(225,231,189)
#E4E9C4
(228,233,196)
#E7EBCB
(231,235,203)
#EAEDD2
(234,237,210)
#EDEFD9
(237,239,217)
#F0F1E0
(240,241,224)
#F3F3E7
(243,243,231)
#F6F5EE
(246,245,238)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3AF; }

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

This text font color is #DBE3AF.

Background Color

.myBgColor { background-color: #DBE3AF; }

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

This div background color is #DBE3AF.

Border color

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

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

This div border color is #DBE3AF.

Opacity

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

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

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

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

This text has shadow with #DBE3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE3AF.

Preview

Color preview on black background

This text has color #DBE3AF on black background.


Color preview on white background

This text has color #DBE3AF on white background.


Black color preview on #DBE3AF background

This text has black color on #DBE3AF background.


White color preview on #DBE3AF background

This text has white color on #DBE3AF background.


Related colors

Complementary color

Complementary color for #hex is #241C50.


I love getcolorcode.com

Triadic colors

1 #AFDBE3 and #E3AFDB with #DBE3AF are triadic colors.

2 #AFE3DB and #E3DBAF with #DBE3AF are triadic colors.