COLOR #CCAEDC

HEX: #CCAEDC RGB: (204,174,220)

Color info

#CCAEDC contains red, green and blue colors in about the same proportion. Web safe color of #CCAEDC is #CC99CC (or #C9C).

RGB color model

#CCAEDC color RGB value is (204,174,220).

RGB: (204,174,220) (80%, 68%, 86%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 220 of 255 = 86%

204
174
220

R + G + B ~ 78%. #CCAEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 220 = 598 (100%)
R 204 of 598 ~ 34.11%
G 174 of 598 ~ 29.1%
B 220 of 598 ~ 36.79'%

%34.11
%29.1
%36.79

CMYK color model

#CCAEDC color CMYK value is (7,21,0,14).

  • cyan value is 7.27%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (7,21,0,14)
C7M21Y0K14 (7%, 21%, 0%, 14%)
(0.07 / 0.21 / 0.00 / 0.14)

CMYK percentages

%7.27
%20.91
%0
%13.73

Codes

Color #CCAEDC in popluar color models

CC AE DC
RGB 204 174 220
HSL 279° 39.66% 77.25%
HSB/HSV 279° 20.91% 86.27%
CMYK 7.27% 20.91% 0.00%
13.73%

Color #CCAEDC in popluar number systems.

HEX CC AE DC
Decimal 204 174 220
Binary 11001100 10101110 11011100
Octal 314 256 334

Shades and tints

Shades of #CCAEDC

#CCAEDC
(204,174,220)
#BA9FC8
(186,159,200)
#A890B4
(168,144,180)
#9681A0
(150,129,160)
#84728C
(132,114,140)
#726378
(114,99,120)
#605464
(96,84,100)
#4E4550
(78,69,80)
#3C363C
(60,54,60)
#2A2728
(42,39,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #CCAEDC

#CCAEDC
(204,174,220)
#D0B5DF
(208,181,223)
#D4BCE2
(212,188,226)
#D8C3E5
(216,195,229)
#DCCAE8
(220,202,232)
#E0D1EB
(224,209,235)
#E4D8EE
(228,216,238)
#E8DFF1
(232,223,241)
#ECE6F4
(236,230,244)
#F0EDF7
(240,237,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEDC; }

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

This text font color is #CCAEDC.

Background Color

.myBgColor { background-color: #CCAEDC; }

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

This div background color is #CCAEDC.

Border color

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

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

This div border color is #CCAEDC.

Opacity

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

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

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

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

This text has shadow with #CCAEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEDC.

Preview

Color preview on black background

This text has color #CCAEDC on black background.


Color preview on white background

This text has color #CCAEDC on white background.


Black color preview on #CCAEDC background

This text has black color on #CCAEDC background.


White color preview on #CCAEDC background

This text has white color on #CCAEDC background.


Related colors

Complementary color

Complementary color for #hex is #335123.


I love getcolorcode.com

Triadic colors

1 #DCCCAE and #AEDCCC with #CCAEDC are triadic colors.

2 #DCAECC and #AECCDC with #CCAEDC are triadic colors.