COLOR #D1CCA4

HEX: #D1CCA4
RGB: (209,204,164)

Color info

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

RGB color model

#D1CCA4 color RGB value is (209,204,164).

  • red value is 209;
  • green value is 204;
  • blue value is 164.
RGB:
(209,204,164)
(82%,80%,64%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 164 of 255 = 64%

209
204
164

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

Portions of RGB colors in percentages

R + G + B =
209 + 204 + 164 = 577 (100%)
R 209 of 577 ~ 36.22%
G 204 of 577 ~ 35.36%
B 164 of 577 ~ 28.42%

%36.22
%35.36
%28.42

CMYK color model

#D1CCA4 color CMYK value is (0,2,22,18).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 21.53%
  • key color value is 18.04%
CMYK:
(0,2,22,18)
C0M2Y22K18 
(0%,2%,22%,18%)
(0.00/0.02/0.22/0.18)	

CMYK percentages

%0
%2.39
%21.53
%18.04

Codes

Color #D1CCA4 in popluar color models

D1CCA4
RGB209204164
HSL53°32.85%73.14%
HSB/HSV53°21.53%81.96%
CMYK0.00%2.39%21.53%
18.04%

Color #D1CCA4 in popluar number systems.

HEXD1CCA4
Decimal209204164
Binary110100011100110010100100
Octal321314244

Shades and tints

Shades of #D1CCA4

#D1CCA4
(209,204,164)
#BEBA96
(190,186,150)
#ABA888
(171,168,136)
#98967A
(152,150,122)
#85846C
(133,132,108)
#72725E
(114,114,94)
#5F6050
(95,96,80)
#4C4E42
(76,78,66)
#393C34
(57,60,52)
#262A26
(38,42,38)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #D1CCA4

#D1CCA4
(209,204,164)
#D5D0AC
(213,208,172)
#D9D4B4
(217,212,180)
#DDD8BC
(221,216,188)
#E1DCC4
(225,220,196)
#E5E0CC
(229,224,204)
#E9E4D4
(233,228,212)
#EDE8DC
(237,232,220)
#F1ECE4
(241,236,228)
#F5F0EC
(245,240,236)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CCA4 color. Also use rgb(209,204,164) instead hex code.

Text Font Color

.myTextColor { color: #D1CCA4; }

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

This text font color is #D1CCA4.


Background Color

.myBgColor { background-color: #D1CCA4; }

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

This div background color is #D1CCA4.


Border color

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

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

This div border color is #D1CCA4.


Opacity

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

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

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

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

This text has shadow with #D1CCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CCA4 on black background.


Color preview on white background

This text has color #D1CCA4 on white background.



Black color preview on #D1CCA4 background

This text has black color on #D1CCA4 background.


White color preview on #D1CCA4 background

This text has white color on #D1CCA4 background.