COLOR #D1CEB9

HEX: #D1CEB9
RGB: (209,206,185)

Color info

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

RGB color model

#D1CEB9 color RGB value is (209,206,185).

  • red value is 209;
  • green value is 206;
  • blue value is 185.
RGB:
(209,206,185)
(82%,81%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 206 of 255 = 81%
B 185 of 255 = 73%

209
206
185

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

Portions of RGB colors in percentages

R + G + B =
209 + 206 + 185 = 600 (100%)
R 209 of 600 ~ 34.83%
G 206 of 600 ~ 34.33%
B 185 of 600 ~ 30.83%

%34.83
%34.33
%30.83

CMYK color model

#D1CEB9 color CMYK value is (0,1,11,18).

  • cyan value is 0.00%
  • magenta value is 1.44%
  • yellow value is 11.48%
  • key color value is 18.04%
CMYK:
(0,1,11,18)
C0M1Y11K18 
(0%,1%,11%,18%)
(0.00/0.01/0.11/0.18)	

CMYK percentages

%0
%1.44
%11.48
%18.04

Codes

Color #D1CEB9 in popluar color models

D1CEB9
RGB209206185
HSL53°20.69%77.25%
HSB/HSV53°11.48%81.96%
CMYK0.00%1.44%11.48%
18.04%

Color #D1CEB9 in popluar number systems.

HEXD1CEB9
Decimal209206185
Binary110100011100111010111001
Octal321316271

Shades and tints

Shades of #D1CEB9

#D1CEB9
(209,206,185)
#BEBCA9
(190,188,169)
#ABAA99
(171,170,153)
#989889
(152,152,137)
#858679
(133,134,121)
#727469
(114,116,105)
#5F6259
(95,98,89)
#4C5049
(76,80,73)
#393E39
(57,62,57)
#262C29
(38,44,41)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #D1CEB9

#D1CEB9
(209,206,185)
#D5D2BF
(213,210,191)
#D9D6C5
(217,214,197)
#DDDACB
(221,218,203)
#E1DED1
(225,222,209)
#E5E2D7
(229,226,215)
#E9E6DD
(233,230,221)
#EDEAE3
(237,234,227)
#F1EEE9
(241,238,233)
#F5F2EF
(245,242,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1CEB9 color. Also use rgb(209,206,185) instead hex code.

Text Font Color

.myTextColor { color: #D1CEB9; }

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

This text font color is #D1CEB9.


Background Color

.myBgColor { background-color: #D1CEB9; }

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

This div background color is #D1CEB9.


Border color

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

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

This div border color is #D1CEB9.


Opacity

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

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

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

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

This text has shadow with #D1CEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CEB9 on black background.


Color preview on white background

This text has color #D1CEB9 on white background.



Black color preview on #D1CEB9 background

This text has black color on #D1CEB9 background.


White color preview on #D1CEB9 background

This text has white color on #D1CEB9 background.