COLOR #CC93B7

HEX: #CC93B7
RGB: (204,147,183)

Color info

#CC93B7 contains red, green and blue colors in about the same proportion. Web safe color of #CC93B7 is #CC99CC (or #C9C).

RGB color model

#CC93B7 color RGB value is (204,147,183).

  • red value is 204;
  • green value is 147;
  • blue value is 183.
RGB:
(204,147,183)
(80%,58%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 183 of 255 = 72%

204
147
183

R + G + B ~ 70%. #CC93B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 147 + 183 = 534 (100%)
R 204 of 534 ~ 38.2%
G 147 of 534 ~ 27.53%
B 183 of 534 ~ 34.27%

%38.2
%27.53
%34.27

CMYK color model

#CC93B7 color CMYK value is (0,28,10,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,28,10,20)
C0M28Y10K20 
(0%,28%,10%,20%)
(0.00/0.28/0.10/0.20)	

CMYK percentages

%0
%27.94
%10.29
%20

Codes

Color #CC93B7 in popluar color models

CC93B7
RGB204147183
HSL322°35.85%68.82%
HSB/HSV322°27.94%80.00%
CMYK0.00%27.94%10.29%
20.00%

Color #CC93B7 in popluar number systems.

HEXCC93B7
Decimal204147183
Binary110011001001001110110111
Octal314223267

Shades and tints

Shades of #CC93B7

#CC93B7
(204,147,183)
#BA86A7
(186,134,167)
#A87997
(168,121,151)
#966C87
(150,108,135)
#845F77
(132,95,119)
#725267
(114,82,103)
#604557
(96,69,87)
#4E3847
(78,56,71)
#3C2B37
(60,43,55)
#2A1E27
(42,30,39)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #CC93B7

#CC93B7
(204,147,183)
#D09CBD
(208,156,189)
#D4A5C3
(212,165,195)
#D8AEC9
(216,174,201)
#DCB7CF
(220,183,207)
#E0C0D5
(224,192,213)
#E4C9DB
(228,201,219)
#E8D2E1
(232,210,225)
#ECDBE7
(236,219,231)
#F0E4ED
(240,228,237)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC93B7; }

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

This text font color is #CC93B7.


Background Color

.myBgColor { background-color: #CC93B7; }

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

This div background color is #CC93B7.


Border color

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

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

This div border color is #CC93B7.


Opacity

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

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

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

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

This text has shadow with #CC93B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC93B7 on black background.


Color preview on white background

This text has color #CC93B7 on white background.



Black color preview on #CC93B7 background

This text has black color on #CC93B7 background.


White color preview on #CC93B7 background

This text has white color on #CC93B7 background.