COLOR #CCAEB2

HEX: #CCAEB2 RGB: (204,174,178)

Color info

#CCAEB2 contains red, green and blue colors in about the same proportion. Web safe color of #CCAEB2 is #CC9999 (or #C99).

RGB color model

#CCAEB2 color RGB value is (204,174,178).

RGB: (204,174,178) (80%, 68%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 178 of 255 = 70%

204
174
178

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

Portions of RGB colors in percentages

R + G + B = 204 + 174 + 178 = 556 (100%)
R 204 of 556 ~ 36.69%
G 174 of 556 ~ 31.29%
B 178 of 556 ~ 32.01'%

%36.69
%31.29
%32.01

CMYK color model

#CCAEB2 color CMYK value is (0,15,13,20).

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

CMYK: (0,15,13,20)
C0M15Y13K20 (0%, 15%, 13%, 20%)
(0.00 / 0.15 / 0.13 / 0.20)

CMYK percentages

%0
%14.71
%12.75
%20

Codes

Color #CCAEB2 in popluar color models

CC AE B2
RGB 204 174 178
HSL 352° 22.73% 74.12%
HSB/HSV 352° 14.71% 80.00%
CMYK 0.00% 14.71% 12.75%
20.00%

Color #CCAEB2 in popluar number systems.

HEX CC AE B2
Decimal 204 174 178
Binary 11001100 10101110 10110010
Octal 314 256 262

Shades and tints

Shades of #CCAEB2

#CCAEB2
(204,174,178)
#BA9FA2
(186,159,162)
#A89092
(168,144,146)
#968182
(150,129,130)
#847272
(132,114,114)
#726362
(114,99,98)
#605452
(96,84,82)
#4E4542
(78,69,66)
#3C3632
(60,54,50)
#2A2722
(42,39,34)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCAEB2

#CCAEB2
(204,174,178)
#D0B5B9
(208,181,185)
#D4BCC0
(212,188,192)
#D8C3C7
(216,195,199)
#DCCACE
(220,202,206)
#E0D1D5
(224,209,213)
#E4D8DC
(228,216,220)
#E8DFE3
(232,223,227)
#ECE6EA
(236,230,234)
#F0EDF1
(240,237,241)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEB2; }

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

This text font color is #CCAEB2.

Background Color

.myBgColor { background-color: #CCAEB2; }

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

This div background color is #CCAEB2.

Border color

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

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

This div border color is #CCAEB2.

Opacity

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

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

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

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

This text has shadow with #CCAEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAEB2.

Preview

Color preview on black background

This text has color #CCAEB2 on black background.


Color preview on white background

This text has color #CCAEB2 on white background.


Black color preview on #CCAEB2 background

This text has black color on #CCAEB2 background.


White color preview on #CCAEB2 background

This text has white color on #CCAEB2 background.


Related colors

Complementary color

Complementary color for #hex is #33514D.


I love getcolorcode.com

Triadic colors

1 #B2CCAE and #AEB2CC with #CCAEB2 are triadic colors.

2 #B2AECC and #AECCB2 with #CCAEB2 are triadic colors.