COLOR #CC8B9E

HEX: #CC8B9E
RGB: (204,139,158)

Color info

#CC8B9E contains mainly red and blue colors. Web safe color of #CC8B9E is #CC9999 (or #C99).

RGB color model

#CC8B9E color RGB value is (204,139,158).

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

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 158 of 255 = 62%

204
139
158

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

Portions of RGB colors in percentages

R + G + B =
204 + 139 + 158 = 501 (100%)
R 204 of 501 ~ 40.72%
G 139 of 501 ~ 27.74%
B 158 of 501 ~ 31.54%

%40.72
%27.74
%31.54

CMYK color model

#CC8B9E color CMYK value is (0,32,23,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(0,32,23,20)
C0M32Y23K20 
(0%,32%,23%,20%)
(0.00/0.32/0.23/0.20)	

CMYK percentages

%0
%31.86
%22.55
%20

Codes

Color #CC8B9E in popluar color models

CC8B9E
RGB204139158
HSL342°38.92%67.25%
HSB/HSV342°31.86%80.00%
CMYK0.00%31.86%22.55%
20.00%

Color #CC8B9E in popluar number systems.

HEXCC8B9E
Decimal204139158
Binary110011001000101110011110
Octal314213236

Shades and tints

Shades of #CC8B9E

#CC8B9E
(204,139,158)
#BA7F90
(186,127,144)
#A87382
(168,115,130)
#966774
(150,103,116)
#845B66
(132,91,102)
#724F58
(114,79,88)
#60434A
(96,67,74)
#4E373C
(78,55,60)
#3C2B2E
(60,43,46)
#2A1F20
(42,31,32)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CC8B9E

#CC8B9E
(204,139,158)
#D095A6
(208,149,166)
#D49FAE
(212,159,174)
#D8A9B6
(216,169,182)
#DCB3BE
(220,179,190)
#E0BDC6
(224,189,198)
#E4C7CE
(228,199,206)
#E8D1D6
(232,209,214)
#ECDBDE
(236,219,222)
#F0E5E6
(240,229,230)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8B9E; }

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

This text font color is #CC8B9E.


Background Color

.myBgColor { background-color: #CC8B9E; }

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

This div background color is #CC8B9E.


Border color

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

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

This div border color is #CC8B9E.


Opacity

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

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

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

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

This text has shadow with #CC8B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8B9E on black background.


Color preview on white background

This text has color #CC8B9E on white background.



Black color preview on #CC8B9E background

This text has black color on #CC8B9E background.


White color preview on #CC8B9E background

This text has white color on #CC8B9E background.