COLOR #CEB9AD

HEX: #CEB9AD
RGB: (206,185,173)

Color info

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

RGB color model

#CEB9AD color RGB value is (206,185,173).

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

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 173 of 255 = 68%

206
185
173

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 173 = 564 (100%)
R 206 of 564 ~ 36.52%
G 185 of 564 ~ 32.8%
B 173 of 564 ~ 30.67%

%36.52
%32.8
%30.67

CMYK color model

#CEB9AD color CMYK value is (0,10,16,19).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 16.02%
  • key color value is 19.22%
CMYK:
(0,10,16,19)
C0M10Y16K19 
(0%,10%,16%,19%)
(0.00/0.10/0.16/0.19)	

CMYK percentages

%0
%10.19
%16.02
%19.22

Codes

Color #CEB9AD in popluar color models

CEB9AD
RGB206185173
HSL22°25.19%74.31%
HSB/HSV22°16.02%80.78%
CMYK0.00%10.19%16.02%
19.22%

Color #CEB9AD in popluar number systems.

HEXCEB9AD
Decimal206185173
Binary110011101011100110101101
Octal316271255

Shades and tints

Shades of #CEB9AD

#CEB9AD
(206,185,173)
#BCA99E
(188,169,158)
#AA998F
(170,153,143)
#988980
(152,137,128)
#867971
(134,121,113)
#746962
(116,105,98)
#625953
(98,89,83)
#504944
(80,73,68)
#3E3935
(62,57,53)
#2C2926
(44,41,38)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #CEB9AD

#CEB9AD
(206,185,173)
#D2BFB4
(210,191,180)
#D6C5BB
(214,197,187)
#DACBC2
(218,203,194)
#DED1C9
(222,209,201)
#E2D7D0
(226,215,208)
#E6DDD7
(230,221,215)
#EAE3DE
(234,227,222)
#EEE9E5
(238,233,229)
#F2EFEC
(242,239,236)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB9AD; }

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

This text font color is #CEB9AD.


Background Color

.myBgColor { background-color: #CEB9AD; }

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

This div background color is #CEB9AD.


Border color

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

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

This div border color is #CEB9AD.


Opacity

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

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

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

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

This text has shadow with #CEB9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9AD on black background.


Color preview on white background

This text has color #CEB9AD on white background.



Black color preview on #CEB9AD background

This text has black color on #CEB9AD background.


White color preview on #CEB9AD background

This text has white color on #CEB9AD background.