COLOR #D4CBAC

HEX: #D4CBAC
RGB: (212,203,172)

Color info

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

RGB color model

#D4CBAC color RGB value is (212,203,172).

  • red value is 212;
  • green value is 203;
  • blue value is 172.
RGB:
(212,203,172)
(83%,80%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 172 of 255 = 67%

212
203
172

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

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 172 = 587 (100%)
R 212 of 587 ~ 36.12%
G 203 of 587 ~ 34.58%
B 172 of 587 ~ 29.3%

%36.12
%34.58
%29.3

CMYK color model

#D4CBAC color CMYK value is (0,4,19,17).

  • cyan value is 0.00%
  • magenta value is 4.25%
  • yellow value is 18.87%
  • key color value is 16.86%
CMYK:
(0,4,19,17)
C0M4Y19K17 
(0%,4%,19%,17%)
(0.00/0.04/0.19/0.17)	

CMYK percentages

%0
%4.25
%18.87
%16.86

Codes

Color #D4CBAC in popluar color models

D4CBAC
RGB212203172
HSL47°31.75%75.29%
HSB/HSV47°18.87%83.14%
CMYK0.00%4.25%18.87%
16.86%

Color #D4CBAC in popluar number systems.

HEXD4CBAC
Decimal212203172
Binary110101001100101110101100
Octal324313254

Shades and tints

Shades of #D4CBAC

#D4CBAC
(212,203,172)
#C1B99D
(193,185,157)
#AEA78E
(174,167,142)
#9B957F
(155,149,127)
#888370
(136,131,112)
#757161
(117,113,97)
#625F52
(98,95,82)
#4F4D43
(79,77,67)
#3C3B34
(60,59,52)
#292925
(41,41,37)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #D4CBAC

#D4CBAC
(212,203,172)
#D7CFB3
(215,207,179)
#DAD3BA
(218,211,186)
#DDD7C1
(221,215,193)
#E0DBC8
(224,219,200)
#E3DFCF
(227,223,207)
#E6E3D6
(230,227,214)
#E9E7DD
(233,231,221)
#ECEBE4
(236,235,228)
#EFEFEB
(239,239,235)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CBAC color. Also use rgb(212,203,172) instead hex code.

Text Font Color

.myTextColor { color: #D4CBAC; }

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

This text font color is #D4CBAC.


Background Color

.myBgColor { background-color: #D4CBAC; }

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

This div background color is #D4CBAC.


Border color

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

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

This div border color is #D4CBAC.


Opacity

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

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

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

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

This text has shadow with #D4CBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CBAC on black background.


Color preview on white background

This text has color #D4CBAC on white background.



Black color preview on #D4CBAC background

This text has black color on #D4CBAC background.


White color preview on #D4CBAC background

This text has white color on #D4CBAC background.