COLOR #DCBBA5

HEX: #DCBBA5
RGB: (220,187,165)

Color info

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

RGB color model

#DCBBA5 color RGB value is (220,187,165).

  • red value is 220;
  • green value is 187;
  • blue value is 165.
RGB:
(220,187,165)
(86%,73%,65%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 165 of 255 = 65%

220
187
165

R + G + B ~ 75%. #DCBBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 187 + 165 = 572 (100%)
R 220 of 572 ~ 38.46%
G 187 of 572 ~ 32.69%
B 165 of 572 ~ 28.85%

%38.46
%32.69
%28.85

CMYK color model

#DCBBA5 color CMYK value is (0,15,25,14).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(0,15,25,14)
C0M15Y25K14 
(0%,15%,25%,14%)
(0.00/0.15/0.25/0.14)	

CMYK percentages

%0
%15
%25
%13.73

Codes

Color #DCBBA5 in popluar color models

DCBBA5
RGB220187165
HSL24°44.00%75.49%
HSB/HSV24°25.00%86.27%
CMYK0.00%15.00%25.00%
13.73%

Color #DCBBA5 in popluar number systems.

HEXDCBBA5
Decimal220187165
Binary110111001011101110100101
Octal334273245

Shades and tints

Shades of #DCBBA5

#DCBBA5
(220,187,165)
#C8AA96
(200,170,150)
#B49987
(180,153,135)
#A08878
(160,136,120)
#8C7769
(140,119,105)
#78665A
(120,102,90)
#64554B
(100,85,75)
#50443C
(80,68,60)
#3C332D
(60,51,45)
#28221E
(40,34,30)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #DCBBA5

#DCBBA5
(220,187,165)
#DFC1AD
(223,193,173)
#E2C7B5
(226,199,181)
#E5CDBD
(229,205,189)
#E8D3C5
(232,211,197)
#EBD9CD
(235,217,205)
#EEDFD5
(238,223,213)
#F1E5DD
(241,229,221)
#F4EBE5
(244,235,229)
#F7F1ED
(247,241,237)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBBA5 color. Also use rgb(220,187,165) instead hex code.

Text Font Color

.myTextColor { color: #DCBBA5; }

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

This text font color is #DCBBA5.


Background Color

.myBgColor { background-color: #DCBBA5; }

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

This div background color is #DCBBA5.


Border color

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

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

This div border color is #DCBBA5.


Opacity

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

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

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

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

This text has shadow with #DCBBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBBA5 on black background.


Color preview on white background

This text has color #DCBBA5 on white background.



Black color preview on #DCBBA5 background

This text has black color on #DCBBA5 background.


White color preview on #DCBBA5 background

This text has white color on #DCBBA5 background.