COLOR #CC8DE3

HEX: #CC8DE3
RGB: (204,141,227)

Color info

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

RGB color model

#CC8DE3 color RGB value is (204,141,227).

  • red value is 204;
  • green value is 141;
  • blue value is 227.
RGB:
(204,141,227)
(80%,55%,89%)

RGB channels and saturation

R 204 of 255 = 80%
G 141 of 255 = 55%
B 227 of 255 = 89%

204
141
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 141 + 227 = 572 (100%)
R 204 of 572 ~ 35.66%
G 141 of 572 ~ 24.65%
B 227 of 572 ~ 39.69%

%35.66
%24.65
%39.69

CMYK color model

#CC8DE3 color CMYK value is (10,38,0,11).

  • cyan value is 10.13%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(10,38,0,11)
C10M38Y0K11 
(10%,38%,0%,11%)
(0.10/0.38/0.00/0.11)	

CMYK percentages

%10.13
%37.89
%0
%10.98

Codes

Color #CC8DE3 in popluar color models

CC8DE3
RGB204141227
HSL284°60.56%72.16%
HSB/HSV284°37.89%89.02%
CMYK10.13%37.89%0.00%
10.98%

Color #CC8DE3 in popluar number systems.

HEXCC8DE3
Decimal204141227
Binary110011001000110111100011
Octal314215343

Shades and tints

Shades of #CC8DE3

#CC8DE3
(204,141,227)
#BA81CF
(186,129,207)
#A875BB
(168,117,187)
#9669A7
(150,105,167)
#845D93
(132,93,147)
#72517F
(114,81,127)
#60456B
(96,69,107)
#4E3957
(78,57,87)
#3C2D43
(60,45,67)
#2A212F
(42,33,47)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CC8DE3

#CC8DE3
(204,141,227)
#D097E5
(208,151,229)
#D4A1E7
(212,161,231)
#D8ABE9
(216,171,233)
#DCB5EB
(220,181,235)
#E0BFED
(224,191,237)
#E4C9EF
(228,201,239)
#E8D3F1
(232,211,241)
#ECDDF3
(236,221,243)
#F0E7F5
(240,231,245)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8DE3 color. Also use rgb(204,141,227) instead hex code.

Text Font Color

.myTextColor { color: #CC8DE3; }

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

This text font color is #CC8DE3.


Background Color

.myBgColor { background-color: #CC8DE3; }

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

This div background color is #CC8DE3.


Border color

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

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

This div border color is #CC8DE3.


Opacity

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

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

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

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

This text has shadow with #CC8DE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8DE3 on black background.


Color preview on white background

This text has color #CC8DE3 on white background.



Black color preview on #CC8DE3 background

This text has black color on #CC8DE3 background.


White color preview on #CC8DE3 background

This text has white color on #CC8DE3 background.