COLOR #CC8CE8

HEX: #CC8CE8 RGB: (204,140,232)

Color info

#CC8CE8 contains mainly red and blue colors. Web safe color of #CC8CE8 is #CC99FF (or #C9F).

RGB color model

#CC8CE8 color RGB value is (204,140,232).

RGB: (204,140,232) (80%, 55%, 91%)

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 232 of 255 = 91%

204
140
232

R + G + B ~ 75%. #CC8CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 140 + 232 = 576 (100%)
R 204 of 576 ~ 35.42%
G 140 of 576 ~ 24.31%
B 232 of 576 ~ 40.28'%

%35.42
%24.31
%40.28

CMYK color model

#CC8CE8 color CMYK value is (12,40,0,9).

  • cyan value is 12.07%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (12,40,0,9)
C12M40Y0K9 (12%, 40%, 0%, 9%)
(0.12 / 0.40 / 0.00 / 0.09)

CMYK percentages

%12.07
%39.66
%0
%9.02

Codes

Color #CC8CE8 in popluar color models

CC 8C E8
RGB 204 140 232
HSL 282° 66.67% 72.94%
HSB/HSV 282° 39.66% 90.98%
CMYK 12.07% 39.66% 0.00%
9.02%

Color #CC8CE8 in popluar number systems.

HEX CC 8C E8
Decimal 204 140 232
Binary 11001100 10001100 11101000
Octal 314 214 350

Shades and tints

Shades of #CC8CE8

#CC8CE8
(204,140,232)
#BA80D3
(186,128,211)
#A874BE
(168,116,190)
#9668A9
(150,104,169)
#845C94
(132,92,148)
#72507F
(114,80,127)
#60446A
(96,68,106)
#4E3855
(78,56,85)
#3C2C40
(60,44,64)
#2A202B
(42,32,43)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CC8CE8

#CC8CE8
(204,140,232)
#D096EA
(208,150,234)
#D4A0EC
(212,160,236)
#D8AAEE
(216,170,238)
#DCB4F0
(220,180,240)
#E0BEF2
(224,190,242)
#E4C8F4
(228,200,244)
#E8D2F6
(232,210,246)
#ECDCF8
(236,220,248)
#F0E6FA
(240,230,250)
#F4F0FC
(244,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8CE8 color. Also use rgb(204,140,232) instead hex code.

Text Font Color

.myTextColor { color: #CC8CE8; }

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

This text font color is #CC8CE8.

Background Color

.myBgColor { background-color: #CC8CE8; }

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

This div background color is #CC8CE8.

Border color

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

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

This div border color is #CC8CE8.

Opacity

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

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

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

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

This text has shadow with #CC8CE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8CE8.

Preview

Color preview on black background

This text has color #CC8CE8 on black background.


Color preview on white background

This text has color #CC8CE8 on white background.


Black color preview on #CC8CE8 background

This text has black color on #CC8CE8 background.


White color preview on #CC8CE8 background

This text has white color on #CC8CE8 background.


Related colors

Complementary color

Complementary color for #hex is #337317.


I love getcolorcode.com

Triadic colors

1 #E8CC8C and #8CE8CC with #CC8CE8 are triadic colors.

2 #E88CCC and #8CCCE8 with #CC8CE8 are triadic colors.