COLOR #CC8F9E

HEX: #CC8F9E
RGB: (204,143,158)

Color info

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

RGB color model

#CC8F9E color RGB value is (204,143,158).

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

RGB channels and saturation

R 204 of 255 = 80%
G 143 of 255 = 56%
B 158 of 255 = 62%

204
143
158

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

Portions of RGB colors in percentages

R + G + B =
204 + 143 + 158 = 505 (100%)
R 204 of 505 ~ 40.4%
G 143 of 505 ~ 28.32%
B 158 of 505 ~ 31.29%

%40.4
%28.32
%31.29

CMYK color model

#CC8F9E color CMYK value is (0,30,23,20).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(0,30,23,20)
C0M30Y23K20 
(0%,30%,23%,20%)
(0.00/0.30/0.23/0.20)	

CMYK percentages

%0
%29.9
%22.55
%20

Codes

Color #CC8F9E in popluar color models

CC8F9E
RGB204143158
HSL345°37.42%68.04%
HSB/HSV345°29.90%80.00%
CMYK0.00%29.90%22.55%
20.00%

Color #CC8F9E in popluar number systems.

HEXCC8F9E
Decimal204143158
Binary110011001000111110011110
Octal314217236

Shades and tints

Shades of #CC8F9E

#CC8F9E
(204,143,158)
#BA8290
(186,130,144)
#A87582
(168,117,130)
#966874
(150,104,116)
#845B66
(132,91,102)
#724E58
(114,78,88)
#60414A
(96,65,74)
#4E343C
(78,52,60)
#3C272E
(60,39,46)
#2A1A20
(42,26,32)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #CC8F9E

#CC8F9E
(204,143,158)
#D099A6
(208,153,166)
#D4A3AE
(212,163,174)
#D8ADB6
(216,173,182)
#DCB7BE
(220,183,190)
#E0C1C6
(224,193,198)
#E4CBCE
(228,203,206)
#E8D5D6
(232,213,214)
#ECDFDE
(236,223,222)
#F0E9E6
(240,233,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8F9E; }

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

This text font color is #CC8F9E.


Background Color

.myBgColor { background-color: #CC8F9E; }

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

This div background color is #CC8F9E.


Border color

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

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

This div border color is #CC8F9E.


Opacity

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

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

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

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

This text has shadow with #CC8F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8F9E on black background.


Color preview on white background

This text has color #CC8F9E on white background.



Black color preview on #CC8F9E background

This text has black color on #CC8F9E background.


White color preview on #CC8F9E background

This text has white color on #CC8F9E background.