COLOR #CC8997

HEX: #CC8997
RGB: (204,137,151)

Color info

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

RGB color model

#CC8997 color RGB value is (204,137,151).

  • red value is 204;
  • green value is 137;
  • blue value is 151.
RGB:
(204,137,151)
(80%,54%,59%)

RGB channels and saturation

R 204 of 255 = 80%
G 137 of 255 = 54%
B 151 of 255 = 59%

204
137
151

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

Portions of RGB colors in percentages

R + G + B =
204 + 137 + 151 = 492 (100%)
R 204 of 492 ~ 41.46%
G 137 of 492 ~ 27.85%
B 151 of 492 ~ 30.69%

%41.46
%27.85
%30.69

CMYK color model

#CC8997 color CMYK value is (0,33,26,20).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 25.98%
  • key color value is 20.00%
CMYK:
(0,33,26,20)
C0M33Y26K20 
(0%,33%,26%,20%)
(0.00/0.33/0.26/0.20)	

CMYK percentages

%0
%32.84
%25.98
%20

Codes

Color #CC8997 in popluar color models

CC8997
RGB204137151
HSL347°39.64%66.86%
HSB/HSV347°32.84%80.00%
CMYK0.00%32.84%25.98%
20.00%

Color #CC8997 in popluar number systems.

HEXCC8997
Decimal204137151
Binary110011001000100110010111
Octal314211227

Shades and tints

Shades of #CC8997

#CC8997
(204,137,151)
#BA7D8A
(186,125,138)
#A8717D
(168,113,125)
#966570
(150,101,112)
#845963
(132,89,99)
#724D56
(114,77,86)
#604149
(96,65,73)
#4E353C
(78,53,60)
#3C292F
(60,41,47)
#2A1D22
(42,29,34)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CC8997

#CC8997
(204,137,151)
#D093A0
(208,147,160)
#D49DA9
(212,157,169)
#D8A7B2
(216,167,178)
#DCB1BB
(220,177,187)
#E0BBC4
(224,187,196)
#E4C5CD
(228,197,205)
#E8CFD6
(232,207,214)
#ECD9DF
(236,217,223)
#F0E3E8
(240,227,232)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8997 color. Also use rgb(204,137,151) instead hex code.

Text Font Color

.myTextColor { color: #CC8997; }

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

This text font color is #CC8997.


Background Color

.myBgColor { background-color: #CC8997; }

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

This div background color is #CC8997.


Border color

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

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

This div border color is #CC8997.


Opacity

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

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

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

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

This text has shadow with #CC8997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8997 on black background.


Color preview on white background

This text has color #CC8997 on white background.



Black color preview on #CC8997 background

This text has black color on #CC8997 background.


White color preview on #CC8997 background

This text has white color on #CC8997 background.