COLOR #CCAEB9

HEX: #CCAEB9 RGB: (204,174,185)

Color info

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

RGB color model

#CCAEB9 color RGB value is (204,174,185).

RGB: (204,174,185) (80%, 68%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 185 of 255 = 73%

204
174
185

R + G + B ~ 74%. #CCAEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 185 = 563 (100%)
R 204 of 563 ~ 36.23%
G 174 of 563 ~ 30.91%
B 185 of 563 ~ 32.86'%

%36.23
%30.91
%32.86

CMYK color model

#CCAEB9 color CMYK value is (0,15,9,20).

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

CMYK: (0,15,9,20)
C0M15Y9K20 (0%, 15%, 9%, 20%)
(0.00 / 0.15 / 0.09 / 0.20)

CMYK percentages

%0
%14.71
%9.31
%20

Codes

Color #CCAEB9 in popluar color models

CC AE B9
RGB 204 174 185
HSL 338° 22.73% 74.12%
HSB/HSV 338° 14.71% 80.00%
CMYK 0.00% 14.71% 9.31%
20.00%

Color #CCAEB9 in popluar number systems.

HEX CC AE B9
Decimal 204 174 185
Binary 11001100 10101110 10111001
Octal 314 256 271

Shades and tints

Shades of #CCAEB9

#CCAEB9
(204,174,185)
#BA9FA9
(186,159,169)
#A89099
(168,144,153)
#968189
(150,129,137)
#847279
(132,114,121)
#726369
(114,99,105)
#605459
(96,84,89)
#4E4549
(78,69,73)
#3C3639
(60,54,57)
#2A2729
(42,39,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCAEB9

#CCAEB9
(204,174,185)
#D0B5BF
(208,181,191)
#D4BCC5
(212,188,197)
#D8C3CB
(216,195,203)
#DCCAD1
(220,202,209)
#E0D1D7
(224,209,215)
#E4D8DD
(228,216,221)
#E8DFE3
(232,223,227)
#ECE6E9
(236,230,233)
#F0EDEF
(240,237,239)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEB9; }

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

This text font color is #CCAEB9.

Background Color

.myBgColor { background-color: #CCAEB9; }

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

This div background color is #CCAEB9.

Border color

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

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

This div border color is #CCAEB9.

Opacity

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

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

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

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

This text has shadow with #CCAEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEB9.

Preview

Color preview on black background

This text has color #CCAEB9 on black background.


Color preview on white background

This text has color #CCAEB9 on white background.


Black color preview on #CCAEB9 background

This text has black color on #CCAEB9 background.


White color preview on #CCAEB9 background

This text has white color on #CCAEB9 background.


Related colors

Complementary color

Complementary color for #hex is #335146.


I love getcolorcode.com

Triadic colors

1 #B9CCAE and #AEB9CC with #CCAEB9 are triadic colors.

2 #B9AECC and #AECCB9 with #CCAEB9 are triadic colors.