COLOR #DCC2BE

HEX: #DCC2BE
RGB: (220,194,190)

Color info

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

RGB color model

#DCC2BE color RGB value is (220,194,190).

  • red value is 220;
  • green value is 194;
  • blue value is 190.
RGB:
(220,194,190)
(86%,76%,75%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 190 of 255 = 75%

220
194
190

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

Portions of RGB colors in percentages

R + G + B =
220 + 194 + 190 = 604 (100%)
R 220 of 604 ~ 36.42%
G 194 of 604 ~ 32.12%
B 190 of 604 ~ 31.46%

%36.42
%32.12
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 13.64%
  • key color value is 13.73%
CMYK:
(0,12,14,14)
C0M12Y14K14 
(0%,12%,14%,14%)
(0.00/0.12/0.14/0.14)	

CMYK percentages

%0
%11.82
%13.64
%13.73

Codes

Color #DCC2BE in popluar color models

DCC2BE
RGB220194190
HSL30.00%80.39%
HSB/HSV13.64%86.27%
CMYK0.00%11.82%13.64%
13.73%

Color #DCC2BE in popluar number systems.

HEXDCC2BE
Decimal220194190
Binary110111001100001010111110
Octal334302276

Shades and tints

Shades of #DCC2BE

#DCC2BE
(220,194,190)
#C8B1AD
(200,177,173)
#B4A09C
(180,160,156)
#A08F8B
(160,143,139)
#8C7E7A
(140,126,122)
#786D69
(120,109,105)
#645C58
(100,92,88)
#504B47
(80,75,71)
#3C3A36
(60,58,54)
#282925
(40,41,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #DCC2BE

#DCC2BE
(220,194,190)
#DFC7C3
(223,199,195)
#E2CCC8
(226,204,200)
#E5D1CD
(229,209,205)
#E8D6D2
(232,214,210)
#EBDBD7
(235,219,215)
#EEE0DC
(238,224,220)
#F1E5E1
(241,229,225)
#F4EAE6
(244,234,230)
#F7EFEB
(247,239,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC2BE color. Also use rgb(220,194,190) instead hex code.

Text Font Color

.myTextColor { color: #DCC2BE; }

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

This text font color is #DCC2BE.


Background Color

.myBgColor { background-color: #DCC2BE; }

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

This div background color is #DCC2BE.


Border color

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

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

This div border color is #DCC2BE.


Opacity

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

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

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

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

This text has shadow with #DCC2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC2BE on black background.


Color preview on white background

This text has color #DCC2BE on white background.



Black color preview on #DCC2BE background

This text has black color on #DCC2BE background.


White color preview on #DCC2BE background

This text has white color on #DCC2BE background.