COLOR #CC97A3

HEX: #CC97A3
RGB: (204,151,163)

Color info

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

RGB color model

#CC97A3 color RGB value is (204,151,163).

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

RGB channels and saturation

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

204
151
163

R + G + B ~ 68%. #CC97A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 151 + 163 = 518 (100%)
R 204 of 518 ~ 39.38%
G 151 of 518 ~ 29.15%
B 163 of 518 ~ 31.47%

%39.38
%29.15
%31.47

CMYK color model

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

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

CMYK percentages

%0
%25.98
%20.1
%20

Codes

Color #CC97A3 in popluar color models

CC97A3
RGB204151163
HSL346°34.19%69.61%
HSB/HSV346°25.98%80.00%
CMYK0.00%25.98%20.10%
20.00%

Color #CC97A3 in popluar number systems.

HEXCC97A3
Decimal204151163
Binary110011001001011110100011
Octal314227243

Shades and tints

Shades of #CC97A3

#CC97A3
(204,151,163)
#BA8A95
(186,138,149)
#A87D87
(168,125,135)
#967079
(150,112,121)
#84636B
(132,99,107)
#72565D
(114,86,93)
#60494F
(96,73,79)
#4E3C41
(78,60,65)
#3C2F33
(60,47,51)
#2A2225
(42,34,37)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #CC97A3

#CC97A3
(204,151,163)
#D0A0AB
(208,160,171)
#D4A9B3
(212,169,179)
#D8B2BB
(216,178,187)
#DCBBC3
(220,187,195)
#E0C4CB
(224,196,203)
#E4CDD3
(228,205,211)
#E8D6DB
(232,214,219)
#ECDFE3
(236,223,227)
#F0E8EB
(240,232,235)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC97A3; }

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

This text font color is #CC97A3.


Background Color

.myBgColor { background-color: #CC97A3; }

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

This div background color is #CC97A3.


Border color

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

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

This div border color is #CC97A3.


Opacity

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

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

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

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

This text has shadow with #CC97A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC97A3 on black background.


Color preview on white background

This text has color #CC97A3 on white background.



Black color preview on #CC97A3 background

This text has black color on #CC97A3 background.


White color preview on #CC97A3 background

This text has white color on #CC97A3 background.