COLOR #C7AACA

HEX: #C7AACA RGB: (199,170,202)

Color info

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

RGB color model

#C7AACA color RGB value is (199,170,202).

RGB: (199,170,202) (78%, 67%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 202 of 255 = 79%

199
170
202

R + G + B ~ 75%. #C7AACA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 170 + 202 = 571 (100%)
R 199 of 571 ~ 34.85%
G 170 of 571 ~ 29.77%
B 202 of 571 ~ 35.38'%

%34.85
%29.77
%35.38

CMYK color model

#C7AACA color CMYK value is (1,16,0,21).

  • cyan value is 1.49%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (1,16,0,21)
C1M16Y0K21 (1%, 16%, 0%, 21%)
(0.01 / 0.16 / 0.00 / 0.21)

CMYK percentages

%1.49
%15.84
%0
%20.78

Codes

Color #C7AACA in popluar color models

C7 AA CA
RGB 199 170 202
HSL 294° 23.19% 72.94%
HSB/HSV 294° 15.84% 79.22%
CMYK 1.49% 15.84% 0.00%
20.78%

Color #C7AACA in popluar number systems.

HEX C7 AA CA
Decimal 199 170 202
Binary 11000111 10101010 11001010
Octal 307 252 312

Shades and tints

Shades of #C7AACA

#C7AACA
(199,170,202)
#B59BB8
(181,155,184)
#A38CA6
(163,140,166)
#917D94
(145,125,148)
#7F6E82
(127,110,130)
#6D5F70
(109,95,112)
#5B505E
(91,80,94)
#49414C
(73,65,76)
#37323A
(55,50,58)
#252328
(37,35,40)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #C7AACA

#C7AACA
(199,170,202)
#CCB1CE
(204,177,206)
#D1B8D2
(209,184,210)
#D6BFD6
(214,191,214)
#DBC6DA
(219,198,218)
#E0CDDE
(224,205,222)
#E5D4E2
(229,212,226)
#EADBE6
(234,219,230)
#EFE2EA
(239,226,234)
#F4E9EE
(244,233,238)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AACA; }

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

This text font color is #C7AACA.

Background Color

.myBgColor { background-color: #C7AACA; }

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

This div background color is #C7AACA.

Border color

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

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

This div border color is #C7AACA.

Opacity

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

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

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

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

This text has shadow with #C7AACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AACA.

Preview

Color preview on black background

This text has color #C7AACA on black background.


Color preview on white background

This text has color #C7AACA on white background.


Black color preview on #C7AACA background

This text has black color on #C7AACA background.


White color preview on #C7AACA background

This text has white color on #C7AACA background.


Related colors

Complementary color

Complementary color for #hex is #385535.


I love getcolorcode.com

Triadic colors

1 #CAC7AA and #AACAC7 with #C7AACA are triadic colors.

2 #CAAAC7 and #AAC7CA with #C7AACA are triadic colors.