COLOR #CC8B86

HEX: #CC8B86
RGB: (204,139,134)

Color info

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

RGB color model

#CC8B86 color RGB value is (204,139,134).

  • red value is 204;
  • green value is 139;
  • blue value is 134.
RGB:
(204,139,134)
(80%,55%,53%)

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 134 of 255 = 53%

204
139
134

R + G + B ~ 63%. #CC8B86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 139 + 134 = 477 (100%)
R 204 of 477 ~ 42.77%
G 139 of 477 ~ 29.14%
B 134 of 477 ~ 28.09%

%42.77
%29.14
%28.09

CMYK color model

#CC8B86 color CMYK value is (0,32,34,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 34.31%
  • key color value is 20.00%
CMYK:
(0,32,34,20)
C0M32Y34K20 
(0%,32%,34%,20%)
(0.00/0.32/0.34/0.20)	

CMYK percentages

%0
%31.86
%34.31
%20

Codes

Color #CC8B86 in popluar color models

CC8B86
RGB204139134
HSL40.70%66.27%
HSB/HSV34.31%80.00%
CMYK0.00%31.86%34.31%
20.00%

Color #CC8B86 in popluar number systems.

HEXCC8B86
Decimal204139134
Binary110011001000101110000110
Octal314213206

Shades and tints

Shades of #CC8B86

#CC8B86
(204,139,134)
#BA7F7A
(186,127,122)
#A8736E
(168,115,110)
#966762
(150,103,98)
#845B56
(132,91,86)
#724F4A
(114,79,74)
#60433E
(96,67,62)
#4E3732
(78,55,50)
#3C2B26
(60,43,38)
#2A1F1A
(42,31,26)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #CC8B86

#CC8B86
(204,139,134)
#D09591
(208,149,145)
#D49F9C
(212,159,156)
#D8A9A7
(216,169,167)
#DCB3B2
(220,179,178)
#E0BDBD
(224,189,189)
#E4C7C8
(228,199,200)
#E8D1D3
(232,209,211)
#ECDBDE
(236,219,222)
#F0E5E9
(240,229,233)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8B86 color. Also use rgb(204,139,134) instead hex code.

Text Font Color

.myTextColor { color: #CC8B86; }

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

This text font color is #CC8B86.


Background Color

.myBgColor { background-color: #CC8B86; }

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

This div background color is #CC8B86.


Border color

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

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

This div border color is #CC8B86.


Opacity

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

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

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

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

This text has shadow with #CC8B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8B86 on black background.


Color preview on white background

This text has color #CC8B86 on white background.



Black color preview on #CC8B86 background

This text has black color on #CC8B86 background.


White color preview on #CC8B86 background

This text has white color on #CC8B86 background.