COLOR #C7AEB9

HEX: #C7AEB9 RGB: (199,174,185)

Color info

#C7AEB9 contains red, green and blue colors in about the same proportion. Web safe color of #C7AEB9 is #CC99CC (or #C9C).

RGB color model

#C7AEB9 color RGB value is (199,174,185).

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

RGB channels and saturation

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

199
174
185

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

Portions of RGB colors in percentages

R + G + B = 199 + 174 + 185 = 558 (100%)
R 199 of 558 ~ 35.66%
G 174 of 558 ~ 31.18%
B 185 of 558 ~ 33.15'%

%35.66
%31.18
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 7.04%
  • key color value is 21.96%

CMYK: (0,13,7,22)
C0M13Y7K22 (0%, 13%, 7%, 22%)
(0.00 / 0.13 / 0.07 / 0.22)

CMYK percentages

%0
%12.56
%7.04
%21.96

Codes

Color #C7AEB9 in popluar color models

C7 AE B9
RGB 199 174 185
HSL 334° 18.25% 73.14%
HSB/HSV 334° 12.56% 78.04%
CMYK 0.00% 12.56% 7.04%
21.96%

Color #C7AEB9 in popluar number systems.

HEX C7 AE B9
Decimal 199 174 185
Binary 11000111 10101110 10111001
Octal 307 256 271

Shades and tints

Shades of #C7AEB9

#C7AEB9
(199,174,185)
#B59FA9
(181,159,169)
#A39099
(163,144,153)
#918189
(145,129,137)
#7F7279
(127,114,121)
#6D6369
(109,99,105)
#5B5459
(91,84,89)
#494549
(73,69,73)
#373639
(55,54,57)
#252729
(37,39,41)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7AEB9

#C7AEB9
(199,174,185)
#CCB5BF
(204,181,191)
#D1BCC5
(209,188,197)
#D6C3CB
(214,195,203)
#DBCAD1
(219,202,209)
#E0D1D7
(224,209,215)
#E5D8DD
(229,216,221)
#EADFE3
(234,223,227)
#EFE6E9
(239,230,233)
#F4EDEF
(244,237,239)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEB9; }

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

This text font color is #C7AEB9.

Background Color

.myBgColor { background-color: #C7AEB9; }

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

This div background color is #C7AEB9.

Border color

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

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

This div border color is #C7AEB9.

Opacity

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

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

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

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

This text has shadow with #C7AEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AEB9.

Preview

Color preview on black background

This text has color #C7AEB9 on black background.


Color preview on white background

This text has color #C7AEB9 on white background.


Black color preview on #C7AEB9 background

This text has black color on #C7AEB9 background.


White color preview on #C7AEB9 background

This text has white color on #C7AEB9 background.


Related colors

Complementary color

Complementary color for #hex is #385146.


I love getcolorcode.com

Triadic colors

1 #B9C7AE and #AEB9C7 with #C7AEB9 are triadic colors.

2 #B9AEC7 and #AEC7B9 with #C7AEB9 are triadic colors.