COLOR #C9AEAE

HEX: #C9AEAE
RGB: (201,174,174)

Color info

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

RGB color model

#C9AEAE color RGB value is (201,174,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 174 of 255 = 68%

201
174
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 174 = 549 (100%)
R 201 of 549 ~ 36.61%
G 174 of 549 ~ 31.69%
B 174 of 549 ~ 31.69%

%36.61
%31.69
%31.69

CMYK color model

#C9AEAE color CMYK value is (0,13,13,21).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,13,13,21)
C0M13Y13K21 
(0%,13%,13%,21%)
(0.00/0.13/0.13/0.21)	

CMYK percentages

%0
%13.43
%13.43
%21.18

Codes

Color #C9AEAE in popluar color models

C9AEAE
RGB201174174
HSL20.00%73.53%
HSB/HSV13.43%78.82%
CMYK0.00%13.43%13.43%
21.18%

Color #C9AEAE in popluar number systems.

HEXC9AEAE
Decimal201174174
Binary110010011010111010101110
Octal311256256

Shades and tints

Shades of #C9AEAE

#C9AEAE
(201,174,174)
#B79F9F
(183,159,159)
#A59090
(165,144,144)
#938181
(147,129,129)
#817272
(129,114,114)
#6F6363
(111,99,99)
#5D5454
(93,84,84)
#4B4545
(75,69,69)
#393636
(57,54,54)
#272727
(39,39,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9AEAE

#C9AEAE
(201,174,174)
#CDB5B5
(205,181,181)
#D1BCBC
(209,188,188)
#D5C3C3
(213,195,195)
#D9CACA
(217,202,202)
#DDD1D1
(221,209,209)
#E1D8D8
(225,216,216)
#E5DFDF
(229,223,223)
#E9E6E6
(233,230,230)
#EDEDED
(237,237,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEAE; }

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

This text font color is #C9AEAE.


Background Color

.myBgColor { background-color: #C9AEAE; }

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

This div background color is #C9AEAE.


Border color

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

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

This div border color is #C9AEAE.


Opacity

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

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

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

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

This text has shadow with #C9AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEAE on black background.


Color preview on white background

This text has color #C9AEAE on white background.



Black color preview on #C9AEAE background

This text has black color on #C9AEAE background.


White color preview on #C9AEAE background

This text has white color on #C9AEAE background.