COLOR #CCAEC6

HEX: #CCAEC6 RGB: (204,174,198)

Color info

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

RGB color model

#CCAEC6 color RGB value is (204,174,198).

RGB: (204,174,198) (80%, 68%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 198 of 255 = 78%

204
174
198

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

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 198 = 576 (100%)
R 204 of 576 ~ 35.42%
G 174 of 576 ~ 30.21%
B 198 of 576 ~ 34.38'%

%35.42
%30.21
%34.38

CMYK color model

#CCAEC6 color CMYK value is (0,15,3,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 2.94%
  • key color value is 20.00%

CMYK: (0,15,3,20)
C0M15Y3K20 (0%, 15%, 3%, 20%)
(0.00 / 0.15 / 0.03 / 0.20)

CMYK percentages

%0
%14.71
%2.94
%20

Codes

Color #CCAEC6 in popluar color models

CC AE C6
RGB 204 174 198
HSL 312° 22.73% 74.12%
HSB/HSV 312° 14.71% 80.00%
CMYK 0.00% 14.71% 2.94%
20.00%

Color #CCAEC6 in popluar number systems.

HEX CC AE C6
Decimal 204 174 198
Binary 11001100 10101110 11000110
Octal 314 256 306

Shades and tints

Shades of #CCAEC6

#CCAEC6
(204,174,198)
#BA9FB4
(186,159,180)
#A890A2
(168,144,162)
#968190
(150,129,144)
#84727E
(132,114,126)
#72636C
(114,99,108)
#60545A
(96,84,90)
#4E4548
(78,69,72)
#3C3636
(60,54,54)
#2A2724
(42,39,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCAEC6

#CCAEC6
(204,174,198)
#D0B5CB
(208,181,203)
#D4BCD0
(212,188,208)
#D8C3D5
(216,195,213)
#DCCADA
(220,202,218)
#E0D1DF
(224,209,223)
#E4D8E4
(228,216,228)
#E8DFE9
(232,223,233)
#ECE6EE
(236,230,238)
#F0EDF3
(240,237,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEC6; }

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

This text font color is #CCAEC6.

Background Color

.myBgColor { background-color: #CCAEC6; }

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

This div background color is #CCAEC6.

Border color

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

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

This div border color is #CCAEC6.

Opacity

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

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

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

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

This text has shadow with #CCAEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEC6.

Preview

Color preview on black background

This text has color #CCAEC6 on black background.


Color preview on white background

This text has color #CCAEC6 on white background.


Black color preview on #CCAEC6 background

This text has black color on #CCAEC6 background.


White color preview on #CCAEC6 background

This text has white color on #CCAEC6 background.


Related colors

Complementary color

Complementary color for #hex is #335139.


I love getcolorcode.com

Triadic colors

1 #C6CCAE and #AEC6CC with #CCAEC6 are triadic colors.

2 #C6AECC and #AECCC6 with #CCAEC6 are triadic colors.