COLOR #CEB9A7

HEX: #CEB9A7
RGB: (206,185,167)

Color info

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

RGB color model

#CEB9A7 color RGB value is (206,185,167).

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

RGB channels and saturation

R 206 of 255 = 81%
G 185 of 255 = 73%
B 167 of 255 = 65%

206
185
167

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

Portions of RGB colors in percentages

R + G + B =
206 + 185 + 167 = 558 (100%)
R 206 of 558 ~ 36.92%
G 185 of 558 ~ 33.15%
B 167 of 558 ~ 29.93%

%36.92
%33.15
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK:
(0,10,19,19)
C0M10Y19K19 
(0%,10%,19%,19%)
(0.00/0.10/0.19/0.19)	

CMYK percentages

%0
%10.19
%18.93
%19.22

Codes

Color #CEB9A7 in popluar color models

CEB9A7
RGB206185167
HSL28°28.47%73.14%
HSB/HSV28°18.93%80.78%
CMYK0.00%10.19%18.93%
19.22%

Color #CEB9A7 in popluar number systems.

HEXCEB9A7
Decimal206185167
Binary110011101011100110100111
Octal316271247

Shades and tints

Shades of #CEB9A7

#CEB9A7
(206,185,167)
#BCA998
(188,169,152)
#AA9989
(170,153,137)
#98897A
(152,137,122)
#86796B
(134,121,107)
#74695C
(116,105,92)
#62594D
(98,89,77)
#50493E
(80,73,62)
#3E392F
(62,57,47)
#2C2920
(44,41,32)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #CEB9A7

#CEB9A7
(206,185,167)
#D2BFAF
(210,191,175)
#D6C5B7
(214,197,183)
#DACBBF
(218,203,191)
#DED1C7
(222,209,199)
#E2D7CF
(226,215,207)
#E6DDD7
(230,221,215)
#EAE3DF
(234,227,223)
#EEE9E7
(238,233,231)
#F2EFEF
(242,239,239)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB9A7; }

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

This text font color is #CEB9A7.


Background Color

.myBgColor { background-color: #CEB9A7; }

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

This div background color is #CEB9A7.


Border color

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

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

This div border color is #CEB9A7.


Opacity

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

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

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

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

This text has shadow with #CEB9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB9A7 on black background.


Color preview on white background

This text has color #CEB9A7 on white background.



Black color preview on #CEB9A7 background

This text has black color on #CEB9A7 background.


White color preview on #CEB9A7 background

This text has white color on #CEB9A7 background.