COLOR #CCAEC7

HEX: #CCAEC7 RGB: (204,174,199)

Color info

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

RGB color model

#CCAEC7 color RGB value is (204,174,199).

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

RGB channels and saturation

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

204
174
199

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

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 199 = 577 (100%)
R 204 of 577 ~ 35.36%
G 174 of 577 ~ 30.16%
B 199 of 577 ~ 34.49'%

%35.36
%30.16
%34.49

CMYK color model

#CCAEC7 color CMYK value is (0,15,2,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK: (0,15,2,20) C0M15Y2K20 (0%,15%,2%,20%) (0.00/0.15/0.02/0.20) 

CMYK percentages

%0
%14.71
%2.45
%20

Codes

Color #CCAEC7 in popluar color models

CC AE C7
RGB 204 174 199
HSL 310° 22.73% 74.12%
HSB/HSV 310° 14.71% 80.00%
CMYK 0.00% 14.71% 2.45%
20.00%

Color #CCAEC7 in popluar number systems.

HEX CC AE C7
Decimal 204 174 199
Binary 11001100 10101110 11000111
Octal 314 256 307

Shades and tints

Shades of #CCAEC7

#CCAEC7
(204,174,199)
#BA9FB5
(186,159,181)
#A890A3
(168,144,163)
#968191
(150,129,145)
#84727F
(132,114,127)
#72636D
(114,99,109)
#60545B
(96,84,91)
#4E4549
(78,69,73)
#3C3637
(60,54,55)
#2A2725
(42,39,37)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #CCAEC7

#CCAEC7
(204,174,199)
#D0B5CC
(208,181,204)
#D4BCD1
(212,188,209)
#D8C3D6
(216,195,214)
#DCCADB
(220,202,219)
#E0D1E0
(224,209,224)
#E4D8E5
(228,216,229)
#E8DFEA
(232,223,234)
#ECE6EF
(236,230,239)
#F0EDF4
(240,237,244)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEC7; }

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

This text font color is #CCAEC7.

Background Color

.myBgColor { background-color: #CCAEC7; }

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

This div background color is #CCAEC7.

Border color

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

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

This div border color is #CCAEC7.

Opacity

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

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

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

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

This text has shadow with #CCAEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEC7.

Preview

Color preview on black background

This text has color #CCAEC7 on black background.


Color preview on white background

This text has color #CCAEC7 on white background.


Black color preview on #CCAEC7 background

This text has black color on #CCAEC7 background.


White color preview on #CCAEC7 background

This text has white color on #CCAEC7 background.


Related colors

Complementary color

Complementary color for #hex is #335138.


I love getcolorcode.com

Triadic colors

1 #C7CCAE and #AEC7CC with #CCAEC7 are triadic colors.

2 #C7AECC and #AECCC7 with #CCAEC7 are triadic colors.