COLOR #CE8B8C

HEX: #CE8B8C
RGB: (206,139,140)

Color info

#CE8B8C contains mainly red color. Web safe color of #CE8B8C is #CC9999 (or #C99).

RGB color model

#CE8B8C color RGB value is (206,139,140).

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

RGB channels and saturation

R 206 of 255 = 81%
G 139 of 255 = 55%
B 140 of 255 = 55%

206
139
140

R + G + B ~ 64%. #CE8B8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 139 + 140 = 485 (100%)
R 206 of 485 ~ 42.47%
G 139 of 485 ~ 28.66%
B 140 of 485 ~ 28.87%

%42.47
%28.66
%28.87

CMYK color model

#CE8B8C color CMYK value is (0,33,32,19).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 32.04%
  • key color value is 19.22%
CMYK:
(0,33,32,19)
C0M33Y32K19 
(0%,33%,32%,19%)
(0.00/0.33/0.32/0.19)	

CMYK percentages

%0
%32.52
%32.04
%19.22

Codes

Color #CE8B8C in popluar color models

CE8B8C
RGB206139140
HSL359°40.61%67.65%
HSB/HSV359°32.52%80.78%
CMYK0.00%32.52%32.04%
19.22%

Color #CE8B8C in popluar number systems.

HEXCE8B8C
Decimal206139140
Binary110011101000101110001100
Octal316213214

Shades and tints

Shades of #CE8B8C

#CE8B8C
(206,139,140)
#BC7F80
(188,127,128)
#AA7374
(170,115,116)
#986768
(152,103,104)
#865B5C
(134,91,92)
#744F50
(116,79,80)
#624344
(98,67,68)
#503738
(80,55,56)
#3E2B2C
(62,43,44)
#2C1F20
(44,31,32)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #CE8B8C

#CE8B8C
(206,139,140)
#D29596
(210,149,150)
#D69FA0
(214,159,160)
#DAA9AA
(218,169,170)
#DEB3B4
(222,179,180)
#E2BDBE
(226,189,190)
#E6C7C8
(230,199,200)
#EAD1D2
(234,209,210)
#EEDBDC
(238,219,220)
#F2E5E6
(242,229,230)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE8B8C; }

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

This text font color is #CE8B8C.


Background Color

.myBgColor { background-color: #CE8B8C; }

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

This div background color is #CE8B8C.


Border color

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

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

This div border color is #CE8B8C.


Opacity

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

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

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

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

This text has shadow with #CE8B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8B8C on black background.


Color preview on white background

This text has color #CE8B8C on white background.



Black color preview on #CE8B8C background

This text has black color on #CE8B8C background.


White color preview on #CE8B8C background

This text has white color on #CE8B8C background.