COLOR #DBCAA7

HEX: #DBCAA7 RGB: (219,202,167)

Color info

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

RGB color model

#DBCAA7 color RGB value is (219,202,167).

RGB: (219,202,167) (86%, 79%, 65%)

RGB channels and saturation

R 219 of 255 = 86%
G 202 of 255 = 79%
B 167 of 255 = 65%

219
202
167

R + G + B ~ 77%. #DBCAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 202 + 167 = 588 (100%)
R 219 of 588 ~ 37.24%
G 202 of 588 ~ 34.35%
B 167 of 588 ~ 28.4'%

%37.24
%34.35
%28.4

CMYK color model

#DBCAA7 color CMYK value is (0,8,24,14).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 23.74%
  • key color value is 14.12%

CMYK: (0,8,24,14)
C0M8Y24K14 (0%, 8%, 24%, 14%)
(0.00 / 0.08 / 0.24 / 0.14)

CMYK percentages

%0
%7.76
%23.74
%14.12

Codes

Color #DBCAA7 in popluar color models

DB CA A7
RGB 219 202 167
HSL 40° 41.94% 75.69%
HSB/HSV 40° 23.74% 85.88%
CMYK 0.00% 7.76% 23.74%
14.12%

Color #DBCAA7 in popluar number systems.

HEX DB CA A7
Decimal 219 202 167
Binary 11011011 11001010 10100111
Octal 333 312 247

Shades and tints

Shades of #DBCAA7

#DBCAA7
(219,202,167)
#C8B898
(200,184,152)
#B5A689
(181,166,137)
#A2947A
(162,148,122)
#8F826B
(143,130,107)
#7C705C
(124,112,92)
#695E4D
(105,94,77)
#564C3E
(86,76,62)
#433A2F
(67,58,47)
#302820
(48,40,32)
#1D1611
(29,22,17)
#000000
(0,0,0)

Tints of #DBCAA7

#DBCAA7
(219,202,167)
#DECEAF
(222,206,175)
#E1D2B7
(225,210,183)
#E4D6BF
(228,214,191)
#E7DAC7
(231,218,199)
#EADECF
(234,222,207)
#EDE2D7
(237,226,215)
#F0E6DF
(240,230,223)
#F3EAE7
(243,234,231)
#F6EEEF
(246,238,239)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBCAA7 color. Also use rgb(219,202,167) instead hex code.

Text Font Color

.myTextColor { color: #DBCAA7; }

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

This text font color is #DBCAA7.

Background Color

.myBgColor { background-color: #DBCAA7; }

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

This div background color is #DBCAA7.

Border color

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

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

This div border color is #DBCAA7.

Opacity

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

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

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

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

This text has shadow with #DBCAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBCAA7.

Preview

Color preview on black background

This text has color #DBCAA7 on black background.


Color preview on white background

This text has color #DBCAA7 on white background.


Black color preview on #DBCAA7 background

This text has black color on #DBCAA7 background.


White color preview on #DBCAA7 background

This text has white color on #DBCAA7 background.


Related colors

Complementary color

Complementary color for #hex is #243558.


I love getcolorcode.com

Triadic colors

1 #A7DBCA and #CAA7DB with #DBCAA7 are triadic colors.

2 #A7CADB and #CADBA7 with #DBCAA7 are triadic colors.