COLOR #C7AEAE

HEX: #C7AEAE RGB: (199,174,174)

Color info

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

RGB color model

#C7AEAE color RGB value is (199,174,174).

RGB: (199,174,174) (78%, 68%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 174 of 255 = 68%

199
174
174

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 174 = 547 (100%)
R 199 of 547 ~ 36.38%
G 174 of 547 ~ 31.81%
B 174 of 547 ~ 31.81'%

%36.38
%31.81
%31.81

CMYK color model

#C7AEAE color CMYK value is (0,13,13,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK: (0,13,13,22) C0M13Y13K22 (0%,13%,13%,22%) (0.00/0.13/0.13/0.22) 

CMYK percentages

%0
%12.56
%12.56
%21.96

Codes

Color #C7AEAE in popluar color models

C7 AE AE
RGB 199 174 174
HSL 18.25% 73.14%
HSB/HSV 12.56% 78.04%
CMYK 0.00% 12.56% 12.56%
21.96%

Color #C7AEAE in popluar number systems.

HEX C7 AE AE
Decimal 199 174 174
Binary 11000111 10101110 10101110
Octal 307 256 256

Shades and tints

Shades of #C7AEAE

#C7AEAE
(199,174,174)
#B59F9F
(181,159,159)
#A39090
(163,144,144)
#918181
(145,129,129)
#7F7272
(127,114,114)
#6D6363
(109,99,99)
#5B5454
(91,84,84)
#494545
(73,69,69)
#373636
(55,54,54)
#252727
(37,39,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7AEAE

#C7AEAE
(199,174,174)
#CCB5B5
(204,181,181)
#D1BCBC
(209,188,188)
#D6C3C3
(214,195,195)
#DBCACA
(219,202,202)
#E0D1D1
(224,209,209)
#E5D8D8
(229,216,216)
#EADFDF
(234,223,223)
#EFE6E6
(239,230,230)
#F4EDED
(244,237,237)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEAE; }

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

This text font color is #C7AEAE.

Background Color

.myBgColor { background-color: #C7AEAE; }

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

This div background color is #C7AEAE.

Border color

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

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

This div border color is #C7AEAE.

Opacity

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

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

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

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

This text has shadow with #C7AEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AEAE.

Preview

Color preview on black background

This text has color #C7AEAE on black background.


Color preview on white background

This text has color #C7AEAE on white background.


Black color preview on #C7AEAE background

This text has black color on #C7AEAE background.


White color preview on #C7AEAE background

This text has white color on #C7AEAE background.


Related colors

Complementary color

Complementary color for #hex is #385151.


I love getcolorcode.com