COLOR #CCAEEB

HEX: #CCAEEB RGB: (204,174,235)

Color info

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

RGB color model

#CCAEEB color RGB value is (204,174,235).

RGB: (204,174,235) (80%, 68%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 235 of 255 = 92%

204
174
235

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

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 235 = 613 (100%)
R 204 of 613 ~ 33.28%
G 174 of 613 ~ 28.38%
B 235 of 613 ~ 38.34'%

%33.28
%28.38
%38.34

CMYK color model

#CCAEEB color CMYK value is (13,26,0,8).

  • cyan value is 13.19%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (13,26,0,8)
C13M26Y0K8 (13%, 26%, 0%, 8%)
(0.13 / 0.26 / 0.00 / 0.08)

CMYK percentages

%13.19
%25.96
%0
%7.84

Codes

Color #CCAEEB in popluar color models

CC AE EB
RGB 204 174 235
HSL 270° 60.40% 80.20%
HSB/HSV 270° 25.96% 92.16%
CMYK 13.19% 25.96% 0.00%
7.84%

Color #CCAEEB in popluar number systems.

HEX CC AE EB
Decimal 204 174 235
Binary 11001100 10101110 11101011
Octal 314 256 353

Shades and tints

Shades of #CCAEEB

#CCAEEB
(204,174,235)
#BA9FD6
(186,159,214)
#A890C1
(168,144,193)
#9681AC
(150,129,172)
#847297
(132,114,151)
#726382
(114,99,130)
#60546D
(96,84,109)
#4E4558
(78,69,88)
#3C3643
(60,54,67)
#2A272E
(42,39,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCAEEB

#CCAEEB
(204,174,235)
#D0B5EC
(208,181,236)
#D4BCED
(212,188,237)
#D8C3EE
(216,195,238)
#DCCAEF
(220,202,239)
#E0D1F0
(224,209,240)
#E4D8F1
(228,216,241)
#E8DFF2
(232,223,242)
#ECE6F3
(236,230,243)
#F0EDF4
(240,237,244)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEEB; }

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

This text font color is #CCAEEB.

Background Color

.myBgColor { background-color: #CCAEEB; }

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

This div background color is #CCAEEB.

Border color

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

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

This div border color is #CCAEEB.

Opacity

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

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

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

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

This text has shadow with #CCAEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEEB.

Preview

Color preview on black background

This text has color #CCAEEB on black background.


Color preview on white background

This text has color #CCAEEB on white background.


Black color preview on #CCAEEB background

This text has black color on #CCAEEB background.


White color preview on #CCAEEB background

This text has white color on #CCAEEB background.


Related colors

Complementary color

Complementary color for #hex is #335114.


I love getcolorcode.com

Triadic colors

1 #EBCCAE and #AEEBCC with #CCAEEB are triadic colors.

2 #EBAECC and #AECCEB with #CCAEEB are triadic colors.