COLOR #CC8EBB

HEX: #CC8EBB
RGB: (204,142,187)

Color info

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

RGB color model

#CC8EBB color RGB value is (204,142,187).

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

RGB channels and saturation

R 204 of 255 = 80%
G 142 of 255 = 56%
B 187 of 255 = 73%

204
142
187

R + G + B ~ 70%. #CC8EBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 142 + 187 = 533 (100%)
R 204 of 533 ~ 38.27%
G 142 of 533 ~ 26.64%
B 187 of 533 ~ 35.08%

%38.27
%26.64
%35.08

CMYK color model

#CC8EBB color CMYK value is (0,30,8,20).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK:
(0,30,8,20)
C0M30Y8K20 
(0%,30%,8%,20%)
(0.00/0.30/0.08/0.20)	

CMYK percentages

%0
%30.39
%8.33
%20

Codes

Color #CC8EBB in popluar color models

CC8EBB
RGB204142187
HSL316°37.80%67.84%
HSB/HSV316°30.39%80.00%
CMYK0.00%30.39%8.33%
20.00%

Color #CC8EBB in popluar number systems.

HEXCC8EBB
Decimal204142187
Binary110011001000111010111011
Octal314216273

Shades and tints

Shades of #CC8EBB

#CC8EBB
(204,142,187)
#BA82AA
(186,130,170)
#A87699
(168,118,153)
#966A88
(150,106,136)
#845E77
(132,94,119)
#725266
(114,82,102)
#604655
(96,70,85)
#4E3A44
(78,58,68)
#3C2E33
(60,46,51)
#2A2222
(42,34,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #CC8EBB

#CC8EBB
(204,142,187)
#D098C1
(208,152,193)
#D4A2C7
(212,162,199)
#D8ACCD
(216,172,205)
#DCB6D3
(220,182,211)
#E0C0D9
(224,192,217)
#E4CADF
(228,202,223)
#E8D4E5
(232,212,229)
#ECDEEB
(236,222,235)
#F0E8F1
(240,232,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8EBB; }

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

This text font color is #CC8EBB.


Background Color

.myBgColor { background-color: #CC8EBB; }

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

This div background color is #CC8EBB.


Border color

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

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

This div border color is #CC8EBB.


Opacity

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

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

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

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

This text has shadow with #CC8EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8EBB on black background.


Color preview on white background

This text has color #CC8EBB on white background.



Black color preview on #CC8EBB background

This text has black color on #CC8EBB background.


White color preview on #CC8EBB background

This text has white color on #CC8EBB background.