COLOR #CEB5A3

HEX: #CEB5A3
RGB: (206,181,163)

Color info

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

RGB color model

#CEB5A3 color RGB value is (206,181,163).

  • red value is 206;
  • green value is 181;
  • blue value is 163.
RGB:
(206,181,163)
(81%,71%,64%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 163 of 255 = 64%

206
181
163

R + G + B ~ 72%. #CEB5A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 181 + 163 = 550 (100%)
R 206 of 550 ~ 37.45%
G 181 of 550 ~ 32.91%
B 163 of 550 ~ 29.64%

%37.45
%32.91
%29.64

CMYK color model

#CEB5A3 color CMYK value is (0,12,21,19).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 20.87%
  • key color value is 19.22%
CMYK:
(0,12,21,19)
C0M12Y21K19 
(0%,12%,21%,19%)
(0.00/0.12/0.21/0.19)	

CMYK percentages

%0
%12.14
%20.87
%19.22

Codes

Color #CEB5A3 in popluar color models

CEB5A3
RGB206181163
HSL25°30.50%72.35%
HSB/HSV25°20.87%80.78%
CMYK0.00%12.14%20.87%
19.22%

Color #CEB5A3 in popluar number systems.

HEXCEB5A3
Decimal206181163
Binary110011101011010110100011
Octal316265243

Shades and tints

Shades of #CEB5A3

#CEB5A3
(206,181,163)
#BCA595
(188,165,149)
#AA9587
(170,149,135)
#988579
(152,133,121)
#86756B
(134,117,107)
#74655D
(116,101,93)
#62554F
(98,85,79)
#504541
(80,69,65)
#3E3533
(62,53,51)
#2C2525
(44,37,37)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #CEB5A3

#CEB5A3
(206,181,163)
#D2BBAB
(210,187,171)
#D6C1B3
(214,193,179)
#DAC7BB
(218,199,187)
#DECDC3
(222,205,195)
#E2D3CB
(226,211,203)
#E6D9D3
(230,217,211)
#EADFDB
(234,223,219)
#EEE5E3
(238,229,227)
#F2EBEB
(242,235,235)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB5A3 color. Also use rgb(206,181,163) instead hex code.

Text Font Color

.myTextColor { color: #CEB5A3; }

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

This text font color is #CEB5A3.


Background Color

.myBgColor { background-color: #CEB5A3; }

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

This div background color is #CEB5A3.


Border color

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

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

This div border color is #CEB5A3.


Opacity

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

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

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

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

This text has shadow with #CEB5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB5A3 on black background.


Color preview on white background

This text has color #CEB5A3 on white background.



Black color preview on #CEB5A3 background

This text has black color on #CEB5A3 background.


White color preview on #CEB5A3 background

This text has white color on #CEB5A3 background.