COLOR #CC93B9

HEX: #CC93B9
RGB: (204,147,185)

Color info

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

RGB color model

#CC93B9 color RGB value is (204,147,185).

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

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 185 of 255 = 73%

204
147
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 147 + 185 = 536 (100%)
R 204 of 536 ~ 38.06%
G 147 of 536 ~ 27.43%
B 185 of 536 ~ 34.51%

%38.06
%27.43
%34.51

CMYK color model

#CC93B9 color CMYK value is (0,28,9,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(0,28,9,20)
C0M28Y9K20 
(0%,28%,9%,20%)
(0.00/0.28/0.09/0.20)	

CMYK percentages

%0
%27.94
%9.31
%20

Codes

Color #CC93B9 in popluar color models

CC93B9
RGB204147185
HSL320°35.85%68.82%
HSB/HSV320°27.94%80.00%
CMYK0.00%27.94%9.31%
20.00%

Color #CC93B9 in popluar number systems.

HEXCC93B9
Decimal204147185
Binary110011001001001110111001
Octal314223271

Shades and tints

Shades of #CC93B9

#CC93B9
(204,147,185)
#BA86A9
(186,134,169)
#A87999
(168,121,153)
#966C89
(150,108,137)
#845F79
(132,95,121)
#725269
(114,82,105)
#604559
(96,69,89)
#4E3849
(78,56,73)
#3C2B39
(60,43,57)
#2A1E29
(42,30,41)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #CC93B9

#CC93B9
(204,147,185)
#D09CBF
(208,156,191)
#D4A5C5
(212,165,197)
#D8AECB
(216,174,203)
#DCB7D1
(220,183,209)
#E0C0D7
(224,192,215)
#E4C9DD
(228,201,221)
#E8D2E3
(232,210,227)
#ECDBE9
(236,219,233)
#F0E4EF
(240,228,239)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC93B9; }

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

This text font color is #CC93B9.


Background Color

.myBgColor { background-color: #CC93B9; }

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

This div background color is #CC93B9.


Border color

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

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

This div border color is #CC93B9.


Opacity

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

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

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

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

This text has shadow with #CC93B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC93B9 on black background.


Color preview on white background

This text has color #CC93B9 on white background.



Black color preview on #CC93B9 background

This text has black color on #CC93B9 background.


White color preview on #CC93B9 background

This text has white color on #CC93B9 background.