COLOR #CCAEED

HEX: #CCAEED
RGB: (204,174,237)

Color info

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

RGB color model

#CCAEED color RGB value is (204,174,237).

  • red value is 204;
  • green value is 174;
  • blue value is 237.
RGB:
(204,174,237)
(80%,68%,93%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 237 of 255 = 93%

204
174
237

R + G + B ~ 80%. #CCAEED is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 174 + 237 = 615 (100%)
R 204 of 615 ~ 33.17%
G 174 of 615 ~ 28.29%
B 237 of 615 ~ 38.54%

%33.17
%28.29
%38.54

CMYK color model

#CCAEED color CMYK value is (14,27,0,7).

  • cyan value is 13.92%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(14,27,0,7)
C14M27Y0K7 
(14%,27%,0%,7%)
(0.14/0.27/0.00/0.07)	

CMYK percentages

%13.92
%26.58
%0
%7.06

Codes

Color #CCAEED in popluar color models

CCAEED
RGB204174237
HSL269°63.64%80.59%
HSB/HSV269°26.58%92.94%
CMYK13.92%26.58%0.00%
7.06%

Color #CCAEED in popluar number systems.

HEXCCAEED
Decimal204174237
Binary110011001010111011101101
Octal314256355

Shades and tints

Shades of #CCAEED

#CCAEED
(204,174,237)
#BA9FD8
(186,159,216)
#A890C3
(168,144,195)
#9681AE
(150,129,174)
#847299
(132,114,153)
#726384
(114,99,132)
#60546F
(96,84,111)
#4E455A
(78,69,90)
#3C3645
(60,54,69)
#2A2730
(42,39,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCAEED

#CCAEED
(204,174,237)
#D0B5EE
(208,181,238)
#D4BCEF
(212,188,239)
#D8C3F0
(216,195,240)
#DCCAF1
(220,202,241)
#E0D1F2
(224,209,242)
#E4D8F3
(228,216,243)
#E8DFF4
(232,223,244)
#ECE6F5
(236,230,245)
#F0EDF6
(240,237,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAEED color. Also use rgb(204,174,237) instead hex code.

Text Font Color

.myTextColor { color: #CCAEED; }

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

This text font color is #CCAEED.


Background Color

.myBgColor { background-color: #CCAEED; }

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

This div background color is #CCAEED.


Border color

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

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

This div border color is #CCAEED.


Opacity

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

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

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

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

This text has shadow with #CCAEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAEED on black background.


Color preview on white background

This text has color #CCAEED on white background.



Black color preview on #CCAEED background

This text has black color on #CCAEED background.


White color preview on #CCAEED background

This text has white color on #CCAEED background.