COLOR #CEB7A5

HEX: #CEB7A5
RGB: (206,183,165)

Color info

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

RGB color model

#CEB7A5 color RGB value is (206,183,165).

  • red value is 206;
  • green value is 183;
  • blue value is 165.
RGB:
(206,183,165)
(81%,72%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 183 of 255 = 72%
B 165 of 255 = 65%

206
183
165

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

Portions of RGB colors in percentages

R + G + B =
206 + 183 + 165 = 554 (100%)
R 206 of 554 ~ 37.18%
G 183 of 554 ~ 33.03%
B 165 of 554 ~ 29.78%

%37.18
%33.03
%29.78

CMYK color model

#CEB7A5 color CMYK value is (0,11,20,19).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 19.90%
  • key color value is 19.22%
CMYK:
(0,11,20,19)
C0M11Y20K19 
(0%,11%,20%,19%)
(0.00/0.11/0.20/0.19)	

CMYK percentages

%0
%11.17
%19.9
%19.22

Codes

Color #CEB7A5 in popluar color models

CEB7A5
RGB206183165
HSL26°29.50%72.75%
HSB/HSV26°19.90%80.78%
CMYK0.00%11.17%19.90%
19.22%

Color #CEB7A5 in popluar number systems.

HEXCEB7A5
Decimal206183165
Binary110011101011011110100101
Octal316267245

Shades and tints

Shades of #CEB7A5

#CEB7A5
(206,183,165)
#BCA796
(188,167,150)
#AA9787
(170,151,135)
#988778
(152,135,120)
#867769
(134,119,105)
#74675A
(116,103,90)
#62574B
(98,87,75)
#50473C
(80,71,60)
#3E372D
(62,55,45)
#2C271E
(44,39,30)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #CEB7A5

#CEB7A5
(206,183,165)
#D2BDAD
(210,189,173)
#D6C3B5
(214,195,181)
#DAC9BD
(218,201,189)
#DECFC5
(222,207,197)
#E2D5CD
(226,213,205)
#E6DBD5
(230,219,213)
#EAE1DD
(234,225,221)
#EEE7E5
(238,231,229)
#F2EDED
(242,237,237)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB7A5 color. Also use rgb(206,183,165) instead hex code.

Text Font Color

.myTextColor { color: #CEB7A5; }

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

This text font color is #CEB7A5.


Background Color

.myBgColor { background-color: #CEB7A5; }

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

This div background color is #CEB7A5.


Border color

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

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

This div border color is #CEB7A5.


Opacity

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

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

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

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

This text has shadow with #CEB7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB7A5 on black background.


Color preview on white background

This text has color #CEB7A5 on white background.



Black color preview on #CEB7A5 background

This text has black color on #CEB7A5 background.


White color preview on #CEB7A5 background

This text has white color on #CEB7A5 background.