COLOR #CC85B7

HEX: #CC85B7
RGB: (204,133,183)

Color info

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

RGB color model

#CC85B7 color RGB value is (204,133,183).

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

RGB channels and saturation

R 204 of 255 = 80%
G 133 of 255 = 52%
B 183 of 255 = 72%

204
133
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 133 + 183 = 520 (100%)
R 204 of 520 ~ 39.23%
G 133 of 520 ~ 25.58%
B 183 of 520 ~ 35.19%

%39.23
%25.58
%35.19

CMYK color model

#CC85B7 color CMYK value is (0,35,10,20).

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK:
(0,35,10,20)
C0M35Y10K20 
(0%,35%,10%,20%)
(0.00/0.35/0.10/0.20)	

CMYK percentages

%0
%34.8
%10.29
%20

Codes

Color #CC85B7 in popluar color models

CC85B7
RGB204133183
HSL318°41.04%66.08%
HSB/HSV318°34.80%80.00%
CMYK0.00%34.80%10.29%
20.00%

Color #CC85B7 in popluar number systems.

HEXCC85B7
Decimal204133183
Binary110011001000010110110111
Octal314205267

Shades and tints

Shades of #CC85B7

#CC85B7
(204,133,183)
#BA79A7
(186,121,167)
#A86D97
(168,109,151)
#966187
(150,97,135)
#845577
(132,85,119)
#724967
(114,73,103)
#603D57
(96,61,87)
#4E3147
(78,49,71)
#3C2537
(60,37,55)
#2A1927
(42,25,39)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #CC85B7

#CC85B7
(204,133,183)
#D090BD
(208,144,189)
#D49BC3
(212,155,195)
#D8A6C9
(216,166,201)
#DCB1CF
(220,177,207)
#E0BCD5
(224,188,213)
#E4C7DB
(228,199,219)
#E8D2E1
(232,210,225)
#ECDDE7
(236,221,231)
#F0E8ED
(240,232,237)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC85B7; }

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

This text font color is #CC85B7.


Background Color

.myBgColor { background-color: #CC85B7; }

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

This div background color is #CC85B7.


Border color

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

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

This div border color is #CC85B7.


Opacity

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

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

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

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

This text has shadow with #CC85B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC85B7 on black background.


Color preview on white background

This text has color #CC85B7 on white background.



Black color preview on #CC85B7 background

This text has black color on #CC85B7 background.


White color preview on #CC85B7 background

This text has white color on #CC85B7 background.