COLOR #CCAEAE

HEX: #CCAEAE
RGB: (204,174,174)

Color info

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

RGB color model

#CCAEAE color RGB value is (204,174,174).

  • red value is 204;
  • green value is 174;
  • blue value is 174.
RGB:
(204,174,174)
(80%,68%,68%)

RGB channels and saturation

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

204
174
174

R + G + B ~ 72%. #CCAEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 174 + 174 = 552 (100%)
R 204 of 552 ~ 36.96%
G 174 of 552 ~ 31.52%
B 174 of 552 ~ 31.52%

%36.96
%31.52
%31.52

CMYK color model

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

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

CMYK percentages

%0
%14.71
%14.71
%20

Codes

Color #CCAEAE in popluar color models

CCAEAE
RGB204174174
HSL22.73%74.12%
HSB/HSV14.71%80.00%
CMYK0.00%14.71%14.71%
20.00%

Color #CCAEAE in popluar number systems.

HEXCCAEAE
Decimal204174174
Binary110011001010111010101110
Octal314256256

Shades and tints

Shades of #CCAEAE

#CCAEAE
(204,174,174)
#BA9F9F
(186,159,159)
#A89090
(168,144,144)
#968181
(150,129,129)
#847272
(132,114,114)
#726363
(114,99,99)
#605454
(96,84,84)
#4E4545
(78,69,69)
#3C3636
(60,54,54)
#2A2727
(42,39,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCAEAE

#CCAEAE
(204,174,174)
#D0B5B5
(208,181,181)
#D4BCBC
(212,188,188)
#D8C3C3
(216,195,195)
#DCCACA
(220,202,202)
#E0D1D1
(224,209,209)
#E4D8D8
(228,216,216)
#E8DFDF
(232,223,223)
#ECE6E6
(236,230,230)
#F0EDED
(240,237,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAEAE; }

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

This text font color is #CCAEAE.


Background Color

.myBgColor { background-color: #CCAEAE; }

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

This div background color is #CCAEAE.


Border color

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

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

This div border color is #CCAEAE.


Opacity

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

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

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

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

This text has shadow with #CCAEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAEAE on black background.


Color preview on white background

This text has color #CCAEAE on white background.



Black color preview on #CCAEAE background

This text has black color on #CCAEAE background.


White color preview on #CCAEAE background

This text has white color on #CCAEAE background.