COLOR #D1CD9B

HEX: #D1CD9B
RGB: (209,205,155)

Color info

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

RGB color model

#D1CD9B color RGB value is (209,205,155).

  • red value is 209;
  • green value is 205;
  • blue value is 155.
RGB:
(209,205,155)
(82%,80%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 205 of 255 = 80%
B 155 of 255 = 61%

209
205
155

R + G + B ~ 74%. #D1CD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 205 + 155 = 569 (100%)
R 209 of 569 ~ 36.73%
G 205 of 569 ~ 36.03%
B 155 of 569 ~ 27.24%

%36.73
%36.03
%27.24

CMYK color model

#D1CD9B color CMYK value is (0,2,26,18).

  • cyan value is 0.00%
  • magenta value is 1.91%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(0,2,26,18)
C0M2Y26K18 
(0%,2%,26%,18%)
(0.00/0.02/0.26/0.18)	

CMYK percentages

%0
%1.91
%25.84
%18.04

Codes

Color #D1CD9B in popluar color models

D1CD9B
RGB209205155
HSL56°36.99%71.37%
HSB/HSV56°25.84%81.96%
CMYK0.00%1.91%25.84%
18.04%

Color #D1CD9B in popluar number systems.

HEXD1CD9B
Decimal209205155
Binary110100011100110110011011
Octal321315233

Shades and tints

Shades of #D1CD9B

#D1CD9B
(209,205,155)
#BEBB8D
(190,187,141)
#ABA97F
(171,169,127)
#989771
(152,151,113)
#858563
(133,133,99)
#727355
(114,115,85)
#5F6147
(95,97,71)
#4C4F39
(76,79,57)
#393D2B
(57,61,43)
#262B1D
(38,43,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #D1CD9B

#D1CD9B
(209,205,155)
#D5D1A4
(213,209,164)
#D9D5AD
(217,213,173)
#DDD9B6
(221,217,182)
#E1DDBF
(225,221,191)
#E5E1C8
(229,225,200)
#E9E5D1
(233,229,209)
#EDE9DA
(237,233,218)
#F1EDE3
(241,237,227)
#F5F1EC
(245,241,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CD9B color. Also use rgb(209,205,155) instead hex code.

Text Font Color

.myTextColor { color: #D1CD9B; }

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

This text font color is #D1CD9B.


Background Color

.myBgColor { background-color: #D1CD9B; }

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

This div background color is #D1CD9B.


Border color

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

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

This div border color is #D1CD9B.


Opacity

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

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

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

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

This text has shadow with #D1CD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CD9B on black background.


Color preview on white background

This text has color #D1CD9B on white background.



Black color preview on #D1CD9B background

This text has black color on #D1CD9B background.


White color preview on #D1CD9B background

This text has white color on #D1CD9B background.