COLOR #DCC4BE

HEX: #DCC4BE RGB: (220,196,190)

Color info

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

RGB color model

#DCC4BE color RGB value is (220,196,190).

RGB: (220,196,190) (86%, 77%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 190 of 255 = 75%

220
196
190

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

Portions of RGB colors in percentages

R + G + B = 220 + 196 + 190 = 606 (100%)
R 220 of 606 ~ 36.3%
G 196 of 606 ~ 32.34%
B 190 of 606 ~ 31.35'%

%36.3
%32.34
%31.35

CMYK color model

#DCC4BE color CMYK value is (0,11,14,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (0,11,14,14)
C0M11Y14K14 (0%, 11%, 14%, 14%)
(0.00 / 0.11 / 0.14 / 0.14)

CMYK percentages

%0
%10.91
%13.64
%13.73

Codes

Color #DCC4BE in popluar color models

DC C4 BE
RGB 220 196 190
HSL 12° 30.00% 80.39%
HSB/HSV 12° 13.64% 86.27%
CMYK 0.00% 10.91% 13.64%
13.73%

Color #DCC4BE in popluar number systems.

HEX DC C4 BE
Decimal 220 196 190
Binary 11011100 11000100 10111110
Octal 334 304 276

Shades and tints

Shades of #DCC4BE

#DCC4BE
(220,196,190)
#C8B3AD
(200,179,173)
#B4A29C
(180,162,156)
#A0918B
(160,145,139)
#8C807A
(140,128,122)
#786F69
(120,111,105)
#645E58
(100,94,88)
#504D47
(80,77,71)
#3C3C36
(60,60,54)
#282B25
(40,43,37)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #DCC4BE

#DCC4BE
(220,196,190)
#DFC9C3
(223,201,195)
#E2CEC8
(226,206,200)
#E5D3CD
(229,211,205)
#E8D8D2
(232,216,210)
#EBDDD7
(235,221,215)
#EEE2DC
(238,226,220)
#F1E7E1
(241,231,225)
#F4ECE6
(244,236,230)
#F7F1EB
(247,241,235)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4BE; }

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

This text font color is #DCC4BE.

Background Color

.myBgColor { background-color: #DCC4BE; }

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

This div background color is #DCC4BE.

Border color

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

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

This div border color is #DCC4BE.

Opacity

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

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

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

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

This text has shadow with #DCC4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC4BE.

Preview

Color preview on black background

This text has color #DCC4BE on black background.


Color preview on white background

This text has color #DCC4BE on white background.


Black color preview on #DCC4BE background

This text has black color on #DCC4BE background.


White color preview on #DCC4BE background

This text has white color on #DCC4BE background.


Related colors

Complementary color

Complementary color for #hex is #233B41.


I love getcolorcode.com

Triadic colors

1 #BEDCC4 and #C4BEDC with #DCC4BE are triadic colors.

2 #BEC4DC and #C4DCBE with #DCC4BE are triadic colors.