COLOR #C7AFAA

HEX: #C7AFAA RGB: (199,175,170)

Color info

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

RGB color model

#C7AFAA color RGB value is (199,175,170).

RGB: (199,175,170) (78%, 69%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 175 of 255 = 69%
B 170 of 255 = 67%

199
175
170

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

Portions of RGB colors in percentages

R + G + B = 199 + 175 + 170 = 544 (100%)
R 199 of 544 ~ 36.58%
G 175 of 544 ~ 32.17%
B 170 of 544 ~ 31.25'%

%36.58
%32.17
%31.25

CMYK color model

#C7AFAA color CMYK value is (0,12,15,22).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK: (0,12,15,22) C0M12Y15K22 (0%,12%,15%,22%) (0.00/0.12/0.15/0.22) 

CMYK percentages

%0
%12.06
%14.57
%21.96

Codes

Color #C7AFAA in popluar color models

C7 AF AA
RGB 199 175 170
HSL 10° 20.57% 72.35%
HSB/HSV 10° 14.57% 78.04%
CMYK 0.00% 12.06% 14.57%
21.96%

Color #C7AFAA in popluar number systems.

HEX C7 AF AA
Decimal 199 175 170
Binary 11000111 10101111 10101010
Octal 307 257 252

Shades and tints

Shades of #C7AFAA

#C7AFAA
(199,175,170)
#B5A09B
(181,160,155)
#A3918C
(163,145,140)
#91827D
(145,130,125)
#7F736E
(127,115,110)
#6D645F
(109,100,95)
#5B5550
(91,85,80)
#494641
(73,70,65)
#373732
(55,55,50)
#252823
(37,40,35)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #C7AFAA

#C7AFAA
(199,175,170)
#CCB6B1
(204,182,177)
#D1BDB8
(209,189,184)
#D6C4BF
(214,196,191)
#DBCBC6
(219,203,198)
#E0D2CD
(224,210,205)
#E5D9D4
(229,217,212)
#EAE0DB
(234,224,219)
#EFE7E2
(239,231,226)
#F4EEE9
(244,238,233)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AFAA; }

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

This text font color is #C7AFAA.

Background Color

.myBgColor { background-color: #C7AFAA; }

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

This div background color is #C7AFAA.

Border color

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

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

This div border color is #C7AFAA.

Opacity

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

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

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

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

This text has shadow with #C7AFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AFAA.

Preview

Color preview on black background

This text has color #C7AFAA on black background.


Color preview on white background

This text has color #C7AFAA on white background.


Black color preview on #C7AFAA background

This text has black color on #C7AFAA background.


White color preview on #C7AFAA background

This text has white color on #C7AFAA background.


Related colors

Complementary color

Complementary color for #hex is #385055.


I love getcolorcode.com

Triadic colors

1 #AAC7AF and #AFAAC7 with #C7AFAA are triadic colors.

2 #AAAFC7 and #AFC7AA with #C7AFAA are triadic colors.