COLOR #C7AAC3

HEX: #C7AAC3
RGB: (199,170,195)

Color info

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

RGB color model

#C7AAC3 color RGB value is (199,170,195).

  • red value is 199;
  • green value is 170;
  • blue value is 195.
RGB:
(199,170,195)
(78%,67%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 170 of 255 = 67%
B 195 of 255 = 76%

199
170
195

R + G + B ~ 74%. #C7AAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 170 + 195 = 564 (100%)
R 199 of 564 ~ 35.28%
G 170 of 564 ~ 30.14%
B 195 of 564 ~ 34.57%

%35.28
%30.14
%34.57

CMYK color model

#C7AAC3 color CMYK value is (0,15,2,22).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 2.01%
  • key color value is 21.96%
CMYK:
(0,15,2,22)
C0M15Y2K22 
(0%,15%,2%,22%)
(0.00/0.15/0.02/0.22)	

CMYK percentages

%0
%14.57
%2.01
%21.96

Codes

Color #C7AAC3 in popluar color models

C7AAC3
RGB199170195
HSL308°20.57%72.35%
HSB/HSV308°14.57%78.04%
CMYK0.00%14.57%2.01%
21.96%

Color #C7AAC3 in popluar number systems.

HEXC7AAC3
Decimal199170195
Binary110001111010101011000011
Octal307252303

Shades and tints

Shades of #C7AAC3

#C7AAC3
(199,170,195)
#B59BB2
(181,155,178)
#A38CA1
(163,140,161)
#917D90
(145,125,144)
#7F6E7F
(127,110,127)
#6D5F6E
(109,95,110)
#5B505D
(91,80,93)
#49414C
(73,65,76)
#37323B
(55,50,59)
#25232A
(37,35,42)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #C7AAC3

#C7AAC3
(199,170,195)
#CCB1C8
(204,177,200)
#D1B8CD
(209,184,205)
#D6BFD2
(214,191,210)
#DBC6D7
(219,198,215)
#E0CDDC
(224,205,220)
#E5D4E1
(229,212,225)
#EADBE6
(234,219,230)
#EFE2EB
(239,226,235)
#F4E9F0
(244,233,240)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AAC3; }

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

This text font color is #C7AAC3.


Background Color

.myBgColor { background-color: #C7AAC3; }

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

This div background color is #C7AAC3.


Border color

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

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

This div border color is #C7AAC3.


Opacity

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

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

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

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

This text has shadow with #C7AAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AAC3 on black background.


Color preview on white background

This text has color #C7AAC3 on white background.



Black color preview on #C7AAC3 background

This text has black color on #C7AAC3 background.


White color preview on #C7AAC3 background

This text has white color on #C7AAC3 background.