COLOR #CC8BBB

HEX: #CC8BBB
RGB: (204,139,187)

Color info

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

RGB color model

#CC8BBB color RGB value is (204,139,187).

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

RGB channels and saturation

R 204 of 255 = 80%
G 139 of 255 = 55%
B 187 of 255 = 73%

204
139
187

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

Portions of RGB colors in percentages

R + G + B =
204 + 139 + 187 = 530 (100%)
R 204 of 530 ~ 38.49%
G 139 of 530 ~ 26.23%
B 187 of 530 ~ 35.28%

%38.49
%26.23
%35.28

CMYK color model

#CC8BBB color CMYK value is (0,32,8,20).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK:
(0,32,8,20)
C0M32Y8K20 
(0%,32%,8%,20%)
(0.00/0.32/0.08/0.20)	

CMYK percentages

%0
%31.86
%8.33
%20

Codes

Color #CC8BBB in popluar color models

CC8BBB
RGB204139187
HSL316°38.92%67.25%
HSB/HSV316°31.86%80.00%
CMYK0.00%31.86%8.33%
20.00%

Color #CC8BBB in popluar number systems.

HEXCC8BBB
Decimal204139187
Binary110011001000101110111011
Octal314213273

Shades and tints

Shades of #CC8BBB

#CC8BBB
(204,139,187)
#BA7FAA
(186,127,170)
#A87399
(168,115,153)
#966788
(150,103,136)
#845B77
(132,91,119)
#724F66
(114,79,102)
#604355
(96,67,85)
#4E3744
(78,55,68)
#3C2B33
(60,43,51)
#2A1F22
(42,31,34)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CC8BBB

#CC8BBB
(204,139,187)
#D095C1
(208,149,193)
#D49FC7
(212,159,199)
#D8A9CD
(216,169,205)
#DCB3D3
(220,179,211)
#E0BDD9
(224,189,217)
#E4C7DF
(228,199,223)
#E8D1E5
(232,209,229)
#ECDBEB
(236,219,235)
#F0E5F1
(240,229,241)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8BBB; }

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

This text font color is #CC8BBB.


Background Color

.myBgColor { background-color: #CC8BBB; }

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

This div background color is #CC8BBB.


Border color

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

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

This div border color is #CC8BBB.


Opacity

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

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

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

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

This text has shadow with #CC8BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8BBB on black background.


Color preview on white background

This text has color #CC8BBB on white background.



Black color preview on #CC8BBB background

This text has black color on #CC8BBB background.


White color preview on #CC8BBB background

This text has white color on #CC8BBB background.