COLOR #CC85BF

HEX: #CC85BF RGB: (204,133,191)

Color info

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

RGB color model

#CC85BF color RGB value is (204,133,191).

RGB: (204,133,191) (80%, 52%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 133 of 255 = 52%
B 191 of 255 = 75%

204
133
191

R + G + B ~ 69%. #CC85BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 133 + 191 = 528 (100%)
R 204 of 528 ~ 38.64%
G 133 of 528 ~ 25.19%
B 191 of 528 ~ 36.17'%

%38.64
%25.19
%36.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.80%
  • yellow value is 6.37%
  • key color value is 20.00%

CMYK: (0,35,6,20)
C0M35Y6K20 (0%, 35%, 6%, 20%)
(0.00 / 0.35 / 0.06 / 0.20)

CMYK percentages

%0
%34.8
%6.37
%20

Codes

Color #CC85BF in popluar color models

CC 85 BF
RGB 204 133 191
HSL 311° 41.04% 66.08%
HSB/HSV 311° 34.80% 80.00%
CMYK 0.00% 34.80% 6.37%
20.00%

Color #CC85BF in popluar number systems.

HEX CC 85 BF
Decimal 204 133 191
Binary 11001100 10000101 10111111
Octal 314 205 277

Shades and tints

Shades of #CC85BF

#CC85BF
(204,133,191)
#BA79AE
(186,121,174)
#A86D9D
(168,109,157)
#96618C
(150,97,140)
#84557B
(132,85,123)
#72496A
(114,73,106)
#603D59
(96,61,89)
#4E3148
(78,49,72)
#3C2537
(60,37,55)
#2A1926
(42,25,38)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #CC85BF

#CC85BF
(204,133,191)
#D090C4
(208,144,196)
#D49BC9
(212,155,201)
#D8A6CE
(216,166,206)
#DCB1D3
(220,177,211)
#E0BCD8
(224,188,216)
#E4C7DD
(228,199,221)
#E8D2E2
(232,210,226)
#ECDDE7
(236,221,231)
#F0E8EC
(240,232,236)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC85BF; }

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

This text font color is #CC85BF.

Background Color

.myBgColor { background-color: #CC85BF; }

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

This div background color is #CC85BF.

Border color

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

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

This div border color is #CC85BF.

Opacity

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

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

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

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

This text has shadow with #CC85BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC85BF.

Preview

Color preview on black background

This text has color #CC85BF on black background.


Color preview on white background

This text has color #CC85BF on white background.


Black color preview on #CC85BF background

This text has black color on #CC85BF background.


White color preview on #CC85BF background

This text has white color on #CC85BF background.


Related colors

Complementary color

Complementary color for #hex is #337A40.


I love getcolorcode.com

Triadic colors

1 #BFCC85 and #85BFCC with #CC85BF are triadic colors.

2 #BF85CC and #85CCBF with #CC85BF are triadic colors.