COLOR #CC88E3

HEX: #CC88E3
RGB: (204,136,227)

Color info

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

RGB color model

#CC88E3 color RGB value is (204,136,227).

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

RGB channels and saturation

R 204 of 255 = 80%
G 136 of 255 = 53%
B 227 of 255 = 89%

204
136
227

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

Portions of RGB colors in percentages

R + G + B =
204 + 136 + 227 = 567 (100%)
R 204 of 567 ~ 35.98%
G 136 of 567 ~ 23.99%
B 227 of 567 ~ 40.04%

%35.98
%23.99
%40.04

CMYK color model

#CC88E3 color CMYK value is (10,40,0,11).

  • cyan value is 10.13%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(10,40,0,11)
C10M40Y0K11 
(10%,40%,0%,11%)
(0.10/0.40/0.00/0.11)	

CMYK percentages

%10.13
%40.09
%0
%10.98

Codes

Color #CC88E3 in popluar color models

CC88E3
RGB204136227
HSL285°61.90%71.18%
HSB/HSV285°40.09%89.02%
CMYK10.13%40.09%0.00%
10.98%

Color #CC88E3 in popluar number systems.

HEXCC88E3
Decimal204136227
Binary110011001000100011100011
Octal314210343

Shades and tints

Shades of #CC88E3

#CC88E3
(204,136,227)
#BA7CCF
(186,124,207)
#A870BB
(168,112,187)
#9664A7
(150,100,167)
#845893
(132,88,147)
#724C7F
(114,76,127)
#60406B
(96,64,107)
#4E3457
(78,52,87)
#3C2843
(60,40,67)
#2A1C2F
(42,28,47)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #CC88E3

#CC88E3
(204,136,227)
#D092E5
(208,146,229)
#D49CE7
(212,156,231)
#D8A6E9
(216,166,233)
#DCB0EB
(220,176,235)
#E0BAED
(224,186,237)
#E4C4EF
(228,196,239)
#E8CEF1
(232,206,241)
#ECD8F3
(236,216,243)
#F0E2F5
(240,226,245)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC88E3; }

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

This text font color is #CC88E3.


Background Color

.myBgColor { background-color: #CC88E3; }

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

This div background color is #CC88E3.


Border color

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

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

This div border color is #CC88E3.


Opacity

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

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

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

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

This text has shadow with #CC88E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC88E3 on black background.


Color preview on white background

This text has color #CC88E3 on white background.



Black color preview on #CC88E3 background

This text has black color on #CC88E3 background.


White color preview on #CC88E3 background

This text has white color on #CC88E3 background.