COLOR #DBC9C0

HEX: #DBC9C0 RGB: (219,201,192)

Color info

#DBC9C0 contains red, green and blue colors in about the same proportion. Web safe color of #DBC9C0 is #CCCCCC (or #CCC).

RGB color model

#DBC9C0 color RGB value is (219,201,192).

RGB: (219,201,192) (86%, 79%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 192 of 255 = 75%

219
201
192

R + G + B ~ 80%. #DBC9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 201 + 192 = 612 (100%)
R 219 of 612 ~ 35.78%
G 201 of 612 ~ 32.84%
B 192 of 612 ~ 31.37'%

%35.78
%32.84
%31.37

CMYK color model

#DBC9C0 color CMYK value is (0,8,12,14).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 12.33%
  • key color value is 14.12%
CMYK: (0,8,12,14) C0M8Y12K14 (0%,8%,12%,14%) (0.00/0.08/0.12/0.14) 

CMYK percentages

%0
%8.22
%12.33
%14.12

Codes

Color #DBC9C0 in popluar color models

DB C9 C0
RGB 219 201 192
HSL 20° 27.27% 80.59%
HSB/HSV 20° 12.33% 85.88%
CMYK 0.00% 8.22% 12.33%
14.12%

Color #DBC9C0 in popluar number systems.

HEX DB C9 C0
Decimal 219 201 192
Binary 11011011 11001001 11000000
Octal 333 311 300

Shades and tints

Shades of #DBC9C0

#DBC9C0
(219,201,192)
#C8B7AF
(200,183,175)
#B5A59E
(181,165,158)
#A2938D
(162,147,141)
#8F817C
(143,129,124)
#7C6F6B
(124,111,107)
#695D5A
(105,93,90)
#564B49
(86,75,73)
#433938
(67,57,56)
#302727
(48,39,39)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBC9C0

#DBC9C0
(219,201,192)
#DECDC5
(222,205,197)
#E1D1CA
(225,209,202)
#E4D5CF
(228,213,207)
#E7D9D4
(231,217,212)
#EADDD9
(234,221,217)
#EDE1DE
(237,225,222)
#F0E5E3
(240,229,227)
#F3E9E8
(243,233,232)
#F6EDED
(246,237,237)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC9C0 color. Also use rgb(219,201,192) instead hex code.

Text Font Color

.myTextColor { color: #DBC9C0; }

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

This text font color is #DBC9C0.

Background Color

.myBgColor { background-color: #DBC9C0; }

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

This div background color is #DBC9C0.

Border color

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

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

This div border color is #DBC9C0.

Opacity

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

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

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

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

This text has shadow with #DBC9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBC9C0.

Preview

Color preview on black background

This text has color #DBC9C0 on black background.


Color preview on white background

This text has color #DBC9C0 on white background.


Black color preview on #DBC9C0 background

This text has black color on #DBC9C0 background.


White color preview on #DBC9C0 background

This text has white color on #DBC9C0 background.


Related colors

Complementary color

Complementary color for #hex is #24363F.


I love getcolorcode.com

Triadic colors

1 #C0DBC9 and #C9C0DB with #DBC9C0 are triadic colors.

2 #C0C9DB and #C9DBC0 with #DBC9C0 are triadic colors.