COLOR #CC9797

HEX: #CC9797
RGB: (204,151,151)

Color info

#CC9797 contains red, green and blue colors in about the same proportion. Web safe color of #CC9797 is #CC9999 (or #C99).

RGB color model

#CC9797 color RGB value is (204,151,151).

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

RGB channels and saturation

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

204
151
151

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

Portions of RGB colors in percentages

R + G + B =
204 + 151 + 151 = 506 (100%)
R 204 of 506 ~ 40.32%
G 151 of 506 ~ 29.84%
B 151 of 506 ~ 29.84%

%40.32
%29.84
%29.84

CMYK color model

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

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

CMYK percentages

%0
%25.98
%25.98
%20

Codes

Color #CC9797 in popluar color models

CC9797
RGB204151151
HSL34.19%69.61%
HSB/HSV25.98%80.00%
CMYK0.00%25.98%25.98%
20.00%

Color #CC9797 in popluar number systems.

HEXCC9797
Decimal204151151
Binary110011001001011110010111
Octal314227227

Shades and tints

Shades of #CC9797

#CC9797
(204,151,151)
#BA8A8A
(186,138,138)
#A87D7D
(168,125,125)
#967070
(150,112,112)
#846363
(132,99,99)
#725656
(114,86,86)
#604949
(96,73,73)
#4E3C3C
(78,60,60)
#3C2F2F
(60,47,47)
#2A2222
(42,34,34)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #CC9797

#CC9797
(204,151,151)
#D0A0A0
(208,160,160)
#D4A9A9
(212,169,169)
#D8B2B2
(216,178,178)
#DCBBBB
(220,187,187)
#E0C4C4
(224,196,196)
#E4CDCD
(228,205,205)
#E8D6D6
(232,214,214)
#ECDFDF
(236,223,223)
#F0E8E8
(240,232,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9797; }

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

This text font color is #CC9797.


Background Color

.myBgColor { background-color: #CC9797; }

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

This div background color is #CC9797.


Border color

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

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

This div border color is #CC9797.


Opacity

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

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

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

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

This text has shadow with #CC9797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9797 on black background.


Color preview on white background

This text has color #CC9797 on white background.



Black color preview on #CC9797 background

This text has black color on #CC9797 background.


White color preview on #CC9797 background

This text has white color on #CC9797 background.