COLOR #C7ACCD

HEX: #C7ACCD
RGB: (199,172,205)

Color info

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

RGB color model

#C7ACCD color RGB value is (199,172,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 172 of 255 = 67%
B 205 of 255 = 80%

199
172
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 172 + 205 = 576 (100%)
R 199 of 576 ~ 34.55%
G 172 of 576 ~ 29.86%
B 205 of 576 ~ 35.59%

%34.55
%29.86
%35.59

CMYK color model

#C7ACCD color CMYK value is (3,16,0,20).

  • cyan value is 2.93%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,16,0,20)
C3M16Y0K20 
(3%,16%,0%,20%)
(0.03/0.16/0.00/0.20)	

CMYK percentages

%2.93
%16.1
%0
%19.61

Codes

Color #C7ACCD in popluar color models

C7ACCD
RGB199172205
HSL289°24.81%73.92%
HSB/HSV289°16.10%80.39%
CMYK2.93%16.10%0.00%
19.61%

Color #C7ACCD in popluar number systems.

HEXC7ACCD
Decimal199172205
Binary110001111010110011001101
Octal307254315

Shades and tints

Shades of #C7ACCD

#C7ACCD
(199,172,205)
#B59DBB
(181,157,187)
#A38EA9
(163,142,169)
#917F97
(145,127,151)
#7F7085
(127,112,133)
#6D6173
(109,97,115)
#5B5261
(91,82,97)
#49434F
(73,67,79)
#37343D
(55,52,61)
#25252B
(37,37,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7ACCD

#C7ACCD
(199,172,205)
#CCB3D1
(204,179,209)
#D1BAD5
(209,186,213)
#D6C1D9
(214,193,217)
#DBC8DD
(219,200,221)
#E0CFE1
(224,207,225)
#E5D6E5
(229,214,229)
#EADDE9
(234,221,233)
#EFE4ED
(239,228,237)
#F4EBF1
(244,235,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ACCD; }

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

This text font color is #C7ACCD.


Background Color

.myBgColor { background-color: #C7ACCD; }

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

This div background color is #C7ACCD.


Border color

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

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

This div border color is #C7ACCD.


Opacity

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

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

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

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

This text has shadow with #C7ACCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACCD on black background.


Color preview on white background

This text has color #C7ACCD on white background.



Black color preview on #C7ACCD background

This text has black color on #C7ACCD background.


White color preview on #C7ACCD background

This text has white color on #C7ACCD background.