COLOR #CC8AE2

HEX: #CC8AE2 RGB: (204,138,226)

Color info

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

RGB color model

#CC8AE2 color RGB value is (204,138,226).

RGB: (204,138,226) (80%, 54%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 138 of 255 = 54%
B 226 of 255 = 89%

204
138
226

R + G + B ~ 74%. #CC8AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 138 + 226 = 568 (100%)
R 204 of 568 ~ 35.92%
G 138 of 568 ~ 24.3%
B 226 of 568 ~ 39.79'%

%35.92
%24.3
%39.79

CMYK color model

#CC8AE2 color CMYK value is (10,39,0,11).

  • cyan value is 9.73%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (10,39,0,11) C10M39Y0K11 (10%,39%,0%,11%) (0.10/0.39/0.00/0.11) 

CMYK percentages

%9.73
%38.94
%0
%11.37

Codes

Color #CC8AE2 in popluar color models

CC 8A E2
RGB 204 138 226
HSL 285° 60.27% 71.37%
HSB/HSV 285° 38.94% 88.63%
CMYK 9.73% 38.94% 0.00%
11.37%

Color #CC8AE2 in popluar number systems.

HEX CC 8A E2
Decimal 204 138 226
Binary 11001100 10001010 11100010
Octal 314 212 342

Shades and tints

Shades of #CC8AE2

#CC8AE2
(204,138,226)
#BA7ECE
(186,126,206)
#A872BA
(168,114,186)
#9666A6
(150,102,166)
#845A92
(132,90,146)
#724E7E
(114,78,126)
#60426A
(96,66,106)
#4E3656
(78,54,86)
#3C2A42
(60,42,66)
#2A1E2E
(42,30,46)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #CC8AE2

#CC8AE2
(204,138,226)
#D094E4
(208,148,228)
#D49EE6
(212,158,230)
#D8A8E8
(216,168,232)
#DCB2EA
(220,178,234)
#E0BCEC
(224,188,236)
#E4C6EE
(228,198,238)
#E8D0F0
(232,208,240)
#ECDAF2
(236,218,242)
#F0E4F4
(240,228,244)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8AE2 color. Also use rgb(204,138,226) instead hex code.

Text Font Color

.myTextColor { color: #CC8AE2; }

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

This text font color is #CC8AE2.

Background Color

.myBgColor { background-color: #CC8AE2; }

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

This div background color is #CC8AE2.

Border color

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

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

This div border color is #CC8AE2.

Opacity

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

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

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

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

This text has shadow with #CC8AE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8AE2.

Preview

Color preview on black background

This text has color #CC8AE2 on black background.


Color preview on white background

This text has color #CC8AE2 on white background.


Black color preview on #CC8AE2 background

This text has black color on #CC8AE2 background.


White color preview on #CC8AE2 background

This text has white color on #CC8AE2 background.


Related colors

Complementary color

Complementary color for #hex is #33751D.


I love getcolorcode.com

Triadic colors

1 #E2CC8A and #8AE2CC with #CC8AE2 are triadic colors.

2 #E28ACC and #8ACCE2 with #CC8AE2 are triadic colors.