COLOR #CC8BB1

HEX: #CC8BB1
RGB: (204,139,177)

Color info

#CC8BB1 contains mainly red and blue colors. Web safe color of #CC8BB1 is #CC9999 (or #C99).

RGB color model

#CC8BB1 color RGB value is (204,139,177).

  • red value is 204;
  • green value is 139;
  • blue value is 177.
RGB:
(204,139,177)
(80%,55%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 177 of 255 = 69%

204
139
177

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

Portions of RGB colors in percentages

R + G + B =
204 + 139 + 177 = 520 (100%)
R 204 of 520 ~ 39.23%
G 139 of 520 ~ 26.73%
B 177 of 520 ~ 34.04%

%39.23
%26.73
%34.04

CMYK color model

#CC8BB1 color CMYK value is (0,32,13,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(0,32,13,20)
C0M32Y13K20 
(0%,32%,13%,20%)
(0.00/0.32/0.13/0.20)	

CMYK percentages

%0
%31.86
%13.24
%20

Codes

Color #CC8BB1 in popluar color models

CC8BB1
RGB204139177
HSL325°38.92%67.25%
HSB/HSV325°31.86%80.00%
CMYK0.00%31.86%13.24%
20.00%

Color #CC8BB1 in popluar number systems.

HEXCC8BB1
Decimal204139177
Binary110011001000101110110001
Octal314213261

Shades and tints

Shades of #CC8BB1

#CC8BB1
(204,139,177)
#BA7FA1
(186,127,161)
#A87391
(168,115,145)
#966781
(150,103,129)
#845B71
(132,91,113)
#724F61
(114,79,97)
#604351
(96,67,81)
#4E3741
(78,55,65)
#3C2B31
(60,43,49)
#2A1F21
(42,31,33)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CC8BB1

#CC8BB1
(204,139,177)
#D095B8
(208,149,184)
#D49FBF
(212,159,191)
#D8A9C6
(216,169,198)
#DCB3CD
(220,179,205)
#E0BDD4
(224,189,212)
#E4C7DB
(228,199,219)
#E8D1E2
(232,209,226)
#ECDBE9
(236,219,233)
#F0E5F0
(240,229,240)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8BB1 color. Also use rgb(204,139,177) instead hex code.

Text Font Color

.myTextColor { color: #CC8BB1; }

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

This text font color is #CC8BB1.


Background Color

.myBgColor { background-color: #CC8BB1; }

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

This div background color is #CC8BB1.


Border color

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

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

This div border color is #CC8BB1.


Opacity

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

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

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

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

This text has shadow with #CC8BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8BB1 on black background.


Color preview on white background

This text has color #CC8BB1 on white background.



Black color preview on #CC8BB1 background

This text has black color on #CC8BB1 background.


White color preview on #CC8BB1 background

This text has white color on #CC8BB1 background.