COLOR #CC899D

HEX: #CC899D
RGB: (204,137,157)

Color info

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

RGB color model

#CC899D color RGB value is (204,137,157).

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

RGB channels and saturation

R 204 of 255 = 80%
G 137 of 255 = 54%
B 157 of 255 = 62%

204
137
157

R + G + B ~ 65%. #CC899D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 137 + 157 = 498 (100%)
R 204 of 498 ~ 40.96%
G 137 of 498 ~ 27.51%
B 157 of 498 ~ 31.53%

%40.96
%27.51
%31.53

CMYK color model

#CC899D color CMYK value is (0,33,23,20).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,33,23,20)
C0M33Y23K20 
(0%,33%,23%,20%)
(0.00/0.33/0.23/0.20)	

CMYK percentages

%0
%32.84
%23.04
%20

Codes

Color #CC899D in popluar color models

CC899D
RGB204137157
HSL342°39.64%66.86%
HSB/HSV342°32.84%80.00%
CMYK0.00%32.84%23.04%
20.00%

Color #CC899D in popluar number systems.

HEXCC899D
Decimal204137157
Binary110011001000100110011101
Octal314211235

Shades and tints

Shades of #CC899D

#CC899D
(204,137,157)
#BA7D8F
(186,125,143)
#A87181
(168,113,129)
#966573
(150,101,115)
#845965
(132,89,101)
#724D57
(114,77,87)
#604149
(96,65,73)
#4E353B
(78,53,59)
#3C292D
(60,41,45)
#2A1D1F
(42,29,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #CC899D

#CC899D
(204,137,157)
#D093A5
(208,147,165)
#D49DAD
(212,157,173)
#D8A7B5
(216,167,181)
#DCB1BD
(220,177,189)
#E0BBC5
(224,187,197)
#E4C5CD
(228,197,205)
#E8CFD5
(232,207,213)
#ECD9DD
(236,217,221)
#F0E3E5
(240,227,229)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC899D; }

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

This text font color is #CC899D.


Background Color

.myBgColor { background-color: #CC899D; }

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

This div background color is #CC899D.


Border color

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

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

This div border color is #CC899D.


Opacity

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

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

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

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

This text has shadow with #CC899D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC899D on black background.


Color preview on white background

This text has color #CC899D on white background.



Black color preview on #CC899D background

This text has black color on #CC899D background.


White color preview on #CC899D background

This text has white color on #CC899D background.