COLOR #DCC6B9

HEX: #DCC6B9
RGB: (220,198,185)

Color info

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

RGB color model

#DCC6B9 color RGB value is (220,198,185).

  • red value is 220;
  • green value is 198;
  • blue value is 185.
RGB:
(220,198,185)
(86%,78%,73%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 185 of 255 = 73%

220
198
185

R + G + B ~ 79%. #DCC6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 185 = 603 (100%)
R 220 of 603 ~ 36.48%
G 198 of 603 ~ 32.84%
B 185 of 603 ~ 30.68%

%36.48
%32.84
%30.68

CMYK color model

#DCC6B9 color CMYK value is (0,10,16,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(0,10,16,14)
C0M10Y16K14 
(0%,10%,16%,14%)
(0.00/0.10/0.16/0.14)	

CMYK percentages

%0
%10
%15.91
%13.73

Codes

Color #DCC6B9 in popluar color models

DCC6B9
RGB220198185
HSL22°33.33%79.41%
HSB/HSV22°15.91%86.27%
CMYK0.00%10.00%15.91%
13.73%

Color #DCC6B9 in popluar number systems.

HEXDCC6B9
Decimal220198185
Binary110111001100011010111001
Octal334306271

Shades and tints

Shades of #DCC6B9

#DCC6B9
(220,198,185)
#C8B4A9
(200,180,169)
#B4A299
(180,162,153)
#A09089
(160,144,137)
#8C7E79
(140,126,121)
#786C69
(120,108,105)
#645A59
(100,90,89)
#504849
(80,72,73)
#3C3639
(60,54,57)
#282429
(40,36,41)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #DCC6B9

#DCC6B9
(220,198,185)
#DFCBBF
(223,203,191)
#E2D0C5
(226,208,197)
#E5D5CB
(229,213,203)
#E8DAD1
(232,218,209)
#EBDFD7
(235,223,215)
#EEE4DD
(238,228,221)
#F1E9E3
(241,233,227)
#F4EEE9
(244,238,233)
#F7F3EF
(247,243,239)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC6B9 color. Also use rgb(220,198,185) instead hex code.

Text Font Color

.myTextColor { color: #DCC6B9; }

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

This text font color is #DCC6B9.


Background Color

.myBgColor { background-color: #DCC6B9; }

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

This div background color is #DCC6B9.


Border color

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

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

This div border color is #DCC6B9.


Opacity

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

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

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

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

This text has shadow with #DCC6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC6B9 on black background.


Color preview on white background

This text has color #DCC6B9 on white background.



Black color preview on #DCC6B9 background

This text has black color on #DCC6B9 background.


White color preview on #DCC6B9 background

This text has white color on #DCC6B9 background.