COLOR #DBC6A8

HEX: #DBC6A8
RGB: (219,198,168)

Color info

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

RGB color model

#DBC6A8 color RGB value is (219,198,168).

  • red value is 219;
  • green value is 198;
  • blue value is 168.
RGB:
(219,198,168)
(86%,78%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 168 of 255 = 66%

219
198
168

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

Portions of RGB colors in percentages

R + G + B =
219 + 198 + 168 = 585 (100%)
R 219 of 585 ~ 37.44%
G 198 of 585 ~ 33.85%
B 168 of 585 ~ 28.72%

%37.44
%33.85
%28.72

CMYK color model

#DBC6A8 color CMYK value is (0,10,23,14).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 23.29%
  • key color value is 14.12%
CMYK:
(0,10,23,14)
C0M10Y23K14 
(0%,10%,23%,14%)
(0.00/0.10/0.23/0.14)	

CMYK percentages

%0
%9.59
%23.29
%14.12

Codes

Color #DBC6A8 in popluar color models

DBC6A8
RGB219198168
HSL35°41.46%75.88%
HSB/HSV35°23.29%85.88%
CMYK0.00%9.59%23.29%
14.12%

Color #DBC6A8 in popluar number systems.

HEXDBC6A8
Decimal219198168
Binary110110111100011010101000
Octal333306250

Shades and tints

Shades of #DBC6A8

#DBC6A8
(219,198,168)
#C8B499
(200,180,153)
#B5A28A
(181,162,138)
#A2907B
(162,144,123)
#8F7E6C
(143,126,108)
#7C6C5D
(124,108,93)
#695A4E
(105,90,78)
#56483F
(86,72,63)
#433630
(67,54,48)
#302421
(48,36,33)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #DBC6A8

#DBC6A8
(219,198,168)
#DECBAF
(222,203,175)
#E1D0B6
(225,208,182)
#E4D5BD
(228,213,189)
#E7DAC4
(231,218,196)
#EADFCB
(234,223,203)
#EDE4D2
(237,228,210)
#F0E9D9
(240,233,217)
#F3EEE0
(243,238,224)
#F6F3E7
(246,243,231)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC6A8 color. Also use rgb(219,198,168) instead hex code.

Text Font Color

.myTextColor { color: #DBC6A8; }

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

This text font color is #DBC6A8.


Background Color

.myBgColor { background-color: #DBC6A8; }

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

This div background color is #DBC6A8.


Border color

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

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

This div border color is #DBC6A8.


Opacity

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

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

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

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

This text has shadow with #DBC6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC6A8 on black background.


Color preview on white background

This text has color #DBC6A8 on white background.



Black color preview on #DBC6A8 background

This text has black color on #DBC6A8 background.


White color preview on #DBC6A8 background

This text has white color on #DBC6A8 background.