COLOR #C4AEAE

HEX: #C4AEAE RGB: (196,174,174)

Color info

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

RGB color model

#C4AEAE color RGB value is (196,174,174).

RGB: (196,174,174) (77%, 68%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 174 of 255 = 68%

196
174
174

R + G + B ~ 71%. #C4AEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 174 + 174 = 544 (100%)
R 196 of 544 ~ 36.03%
G 174 of 544 ~ 31.99%
B 174 of 544 ~ 31.99'%

%36.03
%31.99
%31.99

CMYK color model

#C4AEAE color CMYK value is (0,11,11,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 11.22%
  • key color value is 23.14%

CMYK: (0,11,11,23)
C0M11Y11K23 (0%, 11%, 11%, 23%)
(0.00 / 0.11 / 0.11 / 0.23)

CMYK percentages

%0
%11.22
%11.22
%23.14

Codes

Color #C4AEAE in popluar color models

C4 AE AE
RGB 196 174 174
HSL 15.71% 72.55%
HSB/HSV 11.22% 76.86%
CMYK 0.00% 11.22% 11.22%
23.14%

Color #C4AEAE in popluar number systems.

HEX C4 AE AE
Decimal 196 174 174
Binary 11000100 10101110 10101110
Octal 304 256 256

Shades and tints

Shades of #C4AEAE

#C4AEAE
(196,174,174)
#B39F9F
(179,159,159)
#A29090
(162,144,144)
#918181
(145,129,129)
#807272
(128,114,114)
#6F6363
(111,99,99)
#5E5454
(94,84,84)
#4D4545
(77,69,69)
#3C3636
(60,54,54)
#2B2727
(43,39,39)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4AEAE

#C4AEAE
(196,174,174)
#C9B5B5
(201,181,181)
#CEBCBC
(206,188,188)
#D3C3C3
(211,195,195)
#D8CACA
(216,202,202)
#DDD1D1
(221,209,209)
#E2D8D8
(226,216,216)
#E7DFDF
(231,223,223)
#ECE6E6
(236,230,230)
#F1EDED
(241,237,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AEAE; }

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

This text font color is #C4AEAE.

Background Color

.myBgColor { background-color: #C4AEAE; }

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

This div background color is #C4AEAE.

Border color

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

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

This div border color is #C4AEAE.

Opacity

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

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

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

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

This text has shadow with #C4AEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AEAE.

Preview

Color preview on black background

This text has color #C4AEAE on black background.


Color preview on white background

This text has color #C4AEAE on white background.


Black color preview on #C4AEAE background

This text has black color on #C4AEAE background.


White color preview on #C4AEAE background

This text has white color on #C4AEAE background.


Related colors

Complementary color

Complementary color for #hex is #3B5151.


I love getcolorcode.com