COLOR #CC97D3

HEX: #CC97D3
RGB: (204,151,211)

Color info

#CC97D3 contains mainly red and blue colors. Web safe color of #CC97D3 is #CC99CC (or #C9C).

RGB color model

#CC97D3 color RGB value is (204,151,211).

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

RGB channels and saturation

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

204
151
211

R + G + B ~ 74%. #CC97D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 151 + 211 = 566 (100%)
R 204 of 566 ~ 36.04%
G 151 of 566 ~ 26.68%
B 211 of 566 ~ 37.28%

%36.04
%26.68
%37.28

CMYK color model

#CC97D3 color CMYK value is (3,28,0,17).

  • cyan value is 3.32%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(3,28,0,17)
C3M28Y0K17 
(3%,28%,0%,17%)
(0.03/0.28/0.00/0.17)	

CMYK percentages

%3.32
%28.44
%0
%17.25

Codes

Color #CC97D3 in popluar color models

CC97D3
RGB204151211
HSL293°40.54%70.98%
HSB/HSV293°28.44%82.75%
CMYK3.32%28.44%0.00%
17.25%

Color #CC97D3 in popluar number systems.

HEXCC97D3
Decimal204151211
Binary110011001001011111010011
Octal314227323

Shades and tints

Shades of #CC97D3

#CC97D3
(204,151,211)
#BA8AC0
(186,138,192)
#A87DAD
(168,125,173)
#96709A
(150,112,154)
#846387
(132,99,135)
#725674
(114,86,116)
#604961
(96,73,97)
#4E3C4E
(78,60,78)
#3C2F3B
(60,47,59)
#2A2228
(42,34,40)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #CC97D3

#CC97D3
(204,151,211)
#D0A0D7
(208,160,215)
#D4A9DB
(212,169,219)
#D8B2DF
(216,178,223)
#DCBBE3
(220,187,227)
#E0C4E7
(224,196,231)
#E4CDEB
(228,205,235)
#E8D6EF
(232,214,239)
#ECDFF3
(236,223,243)
#F0E8F7
(240,232,247)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC97D3; }

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

This text font color is #CC97D3.


Background Color

.myBgColor { background-color: #CC97D3; }

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

This div background color is #CC97D3.


Border color

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

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

This div border color is #CC97D3.


Opacity

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

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

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

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

This text has shadow with #CC97D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC97D3 on black background.


Color preview on white background

This text has color #CC97D3 on white background.



Black color preview on #CC97D3 background

This text has black color on #CC97D3 background.


White color preview on #CC97D3 background

This text has white color on #CC97D3 background.