COLOR #CEB576

HEX: #CEB576
RGB: (206,181,118)

Color info

#CEB576 contains mainly red and green colors. Web safe color of #CEB576 is #CCCC66 (or #CC6).

RGB color model

#CEB576 color RGB value is (206,181,118).

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

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 118 of 255 = 46%

206
181
118

R + G + B ~ 66%. #CEB576 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 181 + 118 = 505 (100%)
R 206 of 505 ~ 40.79%
G 181 of 505 ~ 35.84%
B 118 of 505 ~ 23.37%

%40.79
%35.84
%23.37

CMYK color model

#CEB576 color CMYK value is (0,12,43,19).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 42.72%
  • key color value is 19.22%
CMYK:
(0,12,43,19)
C0M12Y43K19 
(0%,12%,43%,19%)
(0.00/0.12/0.43/0.19)	

CMYK percentages

%0
%12.14
%42.72
%19.22

Codes

Color #CEB576 in popluar color models

CEB576
RGB206181118
HSL43°47.31%63.53%
HSB/HSV43°42.72%80.78%
CMYK0.00%12.14%42.72%
19.22%

Color #CEB576 in popluar number systems.

HEXCEB576
Decimal206181118
Binary11001110101101011110110
Octal316265166

Shades and tints

Shades of #CEB576

#CEB576
(206,181,118)
#BCA56C
(188,165,108)
#AA9562
(170,149,98)
#988558
(152,133,88)
#86754E
(134,117,78)
#746544
(116,101,68)
#62553A
(98,85,58)
#504530
(80,69,48)
#3E3526
(62,53,38)
#2C251C
(44,37,28)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #CEB576

#CEB576
(206,181,118)
#D2BB82
(210,187,130)
#D6C18E
(214,193,142)
#DAC79A
(218,199,154)
#DECDA6
(222,205,166)
#E2D3B2
(226,211,178)
#E6D9BE
(230,217,190)
#EADFCA
(234,223,202)
#EEE5D6
(238,229,214)
#F2EBE2
(242,235,226)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB576; }

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

This text font color is #CEB576.


Background Color

.myBgColor { background-color: #CEB576; }

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

This div background color is #CEB576.


Border color

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

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

This div border color is #CEB576.


Opacity

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

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

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

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

This text has shadow with #CEB576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB576 on black background.


Color preview on white background

This text has color #CEB576 on white background.



Black color preview on #CEB576 background

This text has black color on #CEB576 background.


White color preview on #CEB576 background

This text has white color on #CEB576 background.