COLOR #C7ACC1

HEX: #C7ACC1
RGB: (199,172,193)

Color info

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

RGB color model

#C7ACC1 color RGB value is (199,172,193).

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

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 193 of 255 = 76%

199
172
193

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

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 193 = 564 (100%)
R 199 of 564 ~ 35.28%
G 172 of 564 ~ 30.5%
B 193 of 564 ~ 34.22%

%35.28
%30.5
%34.22

CMYK color model

#C7ACC1 color CMYK value is (0,14,3,22).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK:
(0,14,3,22)
C0M14Y3K22 
(0%,14%,3%,22%)
(0.00/0.14/0.03/0.22)	

CMYK percentages

%0
%13.57
%3.02
%21.96

Codes

Color #C7ACC1 in popluar color models

C7ACC1
RGB199172193
HSL313°19.42%72.75%
HSB/HSV313°13.57%78.04%
CMYK0.00%13.57%3.02%
21.96%

Color #C7ACC1 in popluar number systems.

HEXC7ACC1
Decimal199172193
Binary110001111010110011000001
Octal307254301

Shades and tints

Shades of #C7ACC1

#C7ACC1
(199,172,193)
#B59DB0
(181,157,176)
#A38E9F
(163,142,159)
#917F8E
(145,127,142)
#7F707D
(127,112,125)
#6D616C
(109,97,108)
#5B525B
(91,82,91)
#49434A
(73,67,74)
#373439
(55,52,57)
#252528
(37,37,40)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #C7ACC1

#C7ACC1
(199,172,193)
#CCB3C6
(204,179,198)
#D1BACB
(209,186,203)
#D6C1D0
(214,193,208)
#DBC8D5
(219,200,213)
#E0CFDA
(224,207,218)
#E5D6DF
(229,214,223)
#EADDE4
(234,221,228)
#EFE4E9
(239,228,233)
#F4EBEE
(244,235,238)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ACC1; }

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

This text font color is #C7ACC1.


Background Color

.myBgColor { background-color: #C7ACC1; }

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

This div background color is #C7ACC1.


Border color

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

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

This div border color is #C7ACC1.


Opacity

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

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

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

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

This text has shadow with #C7ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACC1 on black background.


Color preview on white background

This text has color #C7ACC1 on white background.



Black color preview on #C7ACC1 background

This text has black color on #C7ACC1 background.


White color preview on #C7ACC1 background

This text has white color on #C7ACC1 background.