COLOR #D1C19C

HEX: #D1C19C
RGB: (209,193,156)

Color info

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

RGB color model

#D1C19C color RGB value is (209,193,156).

  • red value is 209;
  • green value is 193;
  • blue value is 156.
RGB:
(209,193,156)
(82%,76%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 193 of 255 = 76%
B 156 of 255 = 61%

209
193
156

R + G + B ~ 73%. #D1C19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 193 + 156 = 558 (100%)
R 209 of 558 ~ 37.46%
G 193 of 558 ~ 34.59%
B 156 of 558 ~ 27.96%

%37.46
%34.59
%27.96

CMYK color model

#D1C19C color CMYK value is (0,8,25,18).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 25.36%
  • key color value is 18.04%
CMYK:
(0,8,25,18)
C0M8Y25K18 
(0%,8%,25%,18%)
(0.00/0.08/0.25/0.18)	

CMYK percentages

%0
%7.66
%25.36
%18.04

Codes

Color #D1C19C in popluar color models

D1C19C
RGB209193156
HSL42°36.55%71.57%
HSB/HSV42°25.36%81.96%
CMYK0.00%7.66%25.36%
18.04%

Color #D1C19C in popluar number systems.

HEXD1C19C
Decimal209193156
Binary110100011100000110011100
Octal321301234

Shades and tints

Shades of #D1C19C

#D1C19C
(209,193,156)
#BEB08E
(190,176,142)
#AB9F80
(171,159,128)
#988E72
(152,142,114)
#857D64
(133,125,100)
#726C56
(114,108,86)
#5F5B48
(95,91,72)
#4C4A3A
(76,74,58)
#39392C
(57,57,44)
#26281E
(38,40,30)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #D1C19C

#D1C19C
(209,193,156)
#D5C6A5
(213,198,165)
#D9CBAE
(217,203,174)
#DDD0B7
(221,208,183)
#E1D5C0
(225,213,192)
#E5DAC9
(229,218,201)
#E9DFD2
(233,223,210)
#EDE4DB
(237,228,219)
#F1E9E4
(241,233,228)
#F5EEED
(245,238,237)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C19C color. Also use rgb(209,193,156) instead hex code.

Text Font Color

.myTextColor { color: #D1C19C; }

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

This text font color is #D1C19C.


Background Color

.myBgColor { background-color: #D1C19C; }

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

This div background color is #D1C19C.


Border color

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

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

This div border color is #D1C19C.


Opacity

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

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

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

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

This text has shadow with #D1C19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C19C on black background.


Color preview on white background

This text has color #D1C19C on white background.



Black color preview on #D1C19C background

This text has black color on #D1C19C background.


White color preview on #D1C19C background

This text has white color on #D1C19C background.