COLOR #CC85CB

HEX: #CC85CB
RGB: (204,133,203)

Color info

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

RGB color model

#CC85CB color RGB value is (204,133,203).

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

RGB channels and saturation

R 204 of 255 = 80%
G 133 of 255 = 52%
B 203 of 255 = 80%

204
133
203

R + G + B ~ 71%. #CC85CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 133 + 203 = 540 (100%)
R 204 of 540 ~ 37.78%
G 133 of 540 ~ 24.63%
B 203 of 540 ~ 37.59%

%37.78
%24.63
%37.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 0.49%
  • key color value is 20.00%
CMYK:
(0,35,0,20)
C0M35Y0K20 
(0%,35%,0%,20%)
(0.00/0.35/0.00/0.20)	

CMYK percentages

%0
%34.8
%0.49
%20

Codes

Color #CC85CB in popluar color models

CC85CB
RGB204133203
HSL301°41.04%66.08%
HSB/HSV301°34.80%80.00%
CMYK0.00%34.80%0.49%
20.00%

Color #CC85CB in popluar number systems.

HEXCC85CB
Decimal204133203
Binary110011001000010111001011
Octal314205313

Shades and tints

Shades of #CC85CB

#CC85CB
(204,133,203)
#BA79B9
(186,121,185)
#A86DA7
(168,109,167)
#966195
(150,97,149)
#845583
(132,85,131)
#724971
(114,73,113)
#603D5F
(96,61,95)
#4E314D
(78,49,77)
#3C253B
(60,37,59)
#2A1929
(42,25,41)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #CC85CB

#CC85CB
(204,133,203)
#D090CF
(208,144,207)
#D49BD3
(212,155,211)
#D8A6D7
(216,166,215)
#DCB1DB
(220,177,219)
#E0BCDF
(224,188,223)
#E4C7E3
(228,199,227)
#E8D2E7
(232,210,231)
#ECDDEB
(236,221,235)
#F0E8EF
(240,232,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC85CB; }

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

This text font color is #CC85CB.


Background Color

.myBgColor { background-color: #CC85CB; }

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

This div background color is #CC85CB.


Border color

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

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

This div border color is #CC85CB.


Opacity

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

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

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

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

This text has shadow with #CC85CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC85CB on black background.


Color preview on white background

This text has color #CC85CB on white background.



Black color preview on #CC85CB background

This text has black color on #CC85CB background.


White color preview on #CC85CB background

This text has white color on #CC85CB background.