COLOR #CE8B5C

HEX: #CE8B5C
RGB: (206,139,92)

Color info

#CE8B5C contains mainly red color. Web safe color of #CE8B5C is #CC9966 (or #C96).

RGB color model

#CE8B5C color RGB value is (206,139,92).

  • red value is 206;
  • green value is 139;
  • blue value is 92.
RGB:
(206,139,92)
(81%,55%,36%)

RGB channels and saturation

R 206 of 255 = 81%
G 139 of 255 = 55%
B 92 of 255 = 36%

206
139
92

R + G + B ~ 57%. #CE8B5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 139 + 92 = 437 (100%)
R 206 of 437 ~ 47.14%
G 139 of 437 ~ 31.81%
B 92 of 437 ~ 21.05%

%47.14
%31.81
%21.05

CMYK color model

#CE8B5C color CMYK value is (0,33,55,19).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 55.34%
  • key color value is 19.22%
CMYK:
(0,33,55,19)
C0M33Y55K19 
(0%,33%,55%,19%)
(0.00/0.33/0.55/0.19)	

CMYK percentages

%0
%32.52
%55.34
%19.22

Codes

Color #CE8B5C in popluar color models

CE8B5C
RGB20613992
HSL25°53.77%58.43%
HSB/HSV25°55.34%80.78%
CMYK0.00%32.52%55.34%
19.22%

Color #CE8B5C in popluar number systems.

HEXCE8B5C
Decimal20613992
Binary11001110100010111011100
Octal316213134

Shades and tints

Shades of #CE8B5C

#CE8B5C
(206,139,92)
#BC7F54
(188,127,84)
#AA734C
(170,115,76)
#986744
(152,103,68)
#865B3C
(134,91,60)
#744F34
(116,79,52)
#62432C
(98,67,44)
#503724
(80,55,36)
#3E2B1C
(62,43,28)
#2C1F14
(44,31,20)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #CE8B5C

#CE8B5C
(206,139,92)
#D2956A
(210,149,106)
#D69F78
(214,159,120)
#DAA986
(218,169,134)
#DEB394
(222,179,148)
#E2BDA2
(226,189,162)
#E6C7B0
(230,199,176)
#EAD1BE
(234,209,190)
#EEDBCC
(238,219,204)
#F2E5DA
(242,229,218)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8B5C color. Also use rgb(206,139,92) instead hex code.

Text Font Color

.myTextColor { color: #CE8B5C; }

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

This text font color is #CE8B5C.


Background Color

.myBgColor { background-color: #CE8B5C; }

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

This div background color is #CE8B5C.


Border color

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

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

This div border color is #CE8B5C.


Opacity

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

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

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

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

This text has shadow with #CE8B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8B5C on black background.


Color preview on white background

This text has color #CE8B5C on white background.



Black color preview on #CE8B5C background

This text has black color on #CE8B5C background.


White color preview on #CE8B5C background

This text has white color on #CE8B5C background.