COLOR #CCAEB8

HEX: #CCAEB8 RGB: (204,174,184)

Color info

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

RGB color model

#CCAEB8 color RGB value is (204,174,184).

RGB: (204,174,184) (80%, 68%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 184 of 255 = 72%

204
174
184

R + G + B ~ 73%. #CCAEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 184 = 562 (100%)
R 204 of 562 ~ 36.3%
G 174 of 562 ~ 30.96%
B 184 of 562 ~ 32.74'%

%36.3
%30.96
%32.74

CMYK color model

#CCAEB8 color CMYK value is (0,15,10,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK: (0,15,10,20) C0M15Y10K20 (0%,15%,10%,20%) (0.00/0.15/0.10/0.20) 

CMYK percentages

%0
%14.71
%9.8
%20

Codes

Color #CCAEB8 in popluar color models

CC AE B8
RGB 204 174 184
HSL 340° 22.73% 74.12%
HSB/HSV 340° 14.71% 80.00%
CMYK 0.00% 14.71% 9.80%
20.00%

Color #CCAEB8 in popluar number systems.

HEX CC AE B8
Decimal 204 174 184
Binary 11001100 10101110 10111000
Octal 314 256 270

Shades and tints

Shades of #CCAEB8

#CCAEB8
(204,174,184)
#BA9FA8
(186,159,168)
#A89098
(168,144,152)
#968188
(150,129,136)
#847278
(132,114,120)
#726368
(114,99,104)
#605458
(96,84,88)
#4E4548
(78,69,72)
#3C3638
(60,54,56)
#2A2728
(42,39,40)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCAEB8

#CCAEB8
(204,174,184)
#D0B5BE
(208,181,190)
#D4BCC4
(212,188,196)
#D8C3CA
(216,195,202)
#DCCAD0
(220,202,208)
#E0D1D6
(224,209,214)
#E4D8DC
(228,216,220)
#E8DFE2
(232,223,226)
#ECE6E8
(236,230,232)
#F0EDEE
(240,237,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEB8; }

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

This text font color is #CCAEB8.

Background Color

.myBgColor { background-color: #CCAEB8; }

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

This div background color is #CCAEB8.

Border color

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

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

This div border color is #CCAEB8.

Opacity

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

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

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

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

This text has shadow with #CCAEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEB8.

Preview

Color preview on black background

This text has color #CCAEB8 on black background.


Color preview on white background

This text has color #CCAEB8 on white background.


Black color preview on #CCAEB8 background

This text has black color on #CCAEB8 background.


White color preview on #CCAEB8 background

This text has white color on #CCAEB8 background.


Related colors

Complementary color

Complementary color for #hex is #335147.


I love getcolorcode.com

Triadic colors

1 #B8CCAE and #AEB8CC with #CCAEB8 are triadic colors.

2 #B8AECC and #AECCB8 with #CCAEB8 are triadic colors.