COLOR #CC8B8F

HEX: #CC8B8F
RGB: (204,139,143)

Color info

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

RGB color model

#CC8B8F color RGB value is (204,139,143).

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

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 143 of 255 = 56%

204
139
143

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

Portions of RGB colors in percentages

R + G + B =
204 + 139 + 143 = 486 (100%)
R 204 of 486 ~ 41.98%
G 139 of 486 ~ 28.6%
B 143 of 486 ~ 29.42%

%41.98
%28.6
%29.42

CMYK color model

#CC8B8F color CMYK value is (0,32,30,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 29.90%
  • key color value is 20.00%
CMYK:
(0,32,30,20)
C0M32Y30K20 
(0%,32%,30%,20%)
(0.00/0.32/0.30/0.20)	

CMYK percentages

%0
%31.86
%29.9
%20

Codes

Color #CC8B8F in popluar color models

CC8B8F
RGB204139143
HSL356°38.92%67.25%
HSB/HSV356°31.86%80.00%
CMYK0.00%31.86%29.90%
20.00%

Color #CC8B8F in popluar number systems.

HEXCC8B8F
Decimal204139143
Binary110011001000101110001111
Octal314213217

Shades and tints

Shades of #CC8B8F

#CC8B8F
(204,139,143)
#BA7F82
(186,127,130)
#A87375
(168,115,117)
#966768
(150,103,104)
#845B5B
(132,91,91)
#724F4E
(114,79,78)
#604341
(96,67,65)
#4E3734
(78,55,52)
#3C2B27
(60,43,39)
#2A1F1A
(42,31,26)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #CC8B8F

#CC8B8F
(204,139,143)
#D09599
(208,149,153)
#D49FA3
(212,159,163)
#D8A9AD
(216,169,173)
#DCB3B7
(220,179,183)
#E0BDC1
(224,189,193)
#E4C7CB
(228,199,203)
#E8D1D5
(232,209,213)
#ECDBDF
(236,219,223)
#F0E5E9
(240,229,233)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8B8F; }

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

This text font color is #CC8B8F.


Background Color

.myBgColor { background-color: #CC8B8F; }

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

This div background color is #CC8B8F.


Border color

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

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

This div border color is #CC8B8F.


Opacity

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

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

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

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

This text has shadow with #CC8B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8B8F on black background.


Color preview on white background

This text has color #CC8B8F on white background.



Black color preview on #CC8B8F background

This text has black color on #CC8B8F background.


White color preview on #CC8B8F background

This text has white color on #CC8B8F background.