COLOR #C1ACCC

HEX: #C1ACCC
RGB: (193,172,204)

Color info

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

RGB color model

#C1ACCC color RGB value is (193,172,204).

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

RGB channels and saturation

R 193 of 255 = 76%
G 172 of 255 = 67%
B 204 of 255 = 80%

193
172
204

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

Portions of RGB colors in percentages

R + G + B =
193 + 172 + 204 = 569 (100%)
R 193 of 569 ~ 33.92%
G 172 of 569 ~ 30.23%
B 204 of 569 ~ 35.85%

%33.92
%30.23
%35.85

CMYK color model

#C1ACCC color CMYK value is (5,16,0,20).

  • cyan value is 5.39%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,16,0,20)
C5M16Y0K20 
(5%,16%,0%,20%)
(0.05/0.16/0.00/0.20)	

CMYK percentages

%5.39
%15.69
%0
%20

Codes

Color #C1ACCC in popluar color models

C1ACCC
RGB193172204
HSL279°23.88%73.73%
HSB/HSV279°15.69%80.00%
CMYK5.39%15.69%0.00%
20.00%

Color #C1ACCC in popluar number systems.

HEXC1ACCC
Decimal193172204
Binary110000011010110011001100
Octal301254314

Shades and tints

Shades of #C1ACCC

#C1ACCC
(193,172,204)
#B09DBA
(176,157,186)
#9F8EA8
(159,142,168)
#8E7F96
(142,127,150)
#7D7084
(125,112,132)
#6C6172
(108,97,114)
#5B5260
(91,82,96)
#4A434E
(74,67,78)
#39343C
(57,52,60)
#28252A
(40,37,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #C1ACCC

#C1ACCC
(193,172,204)
#C6B3D0
(198,179,208)
#CBBAD4
(203,186,212)
#D0C1D8
(208,193,216)
#D5C8DC
(213,200,220)
#DACFE0
(218,207,224)
#DFD6E4
(223,214,228)
#E4DDE8
(228,221,232)
#E9E4EC
(233,228,236)
#EEEBF0
(238,235,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ACCC; }

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

This text font color is #C1ACCC.


Background Color

.myBgColor { background-color: #C1ACCC; }

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

This div background color is #C1ACCC.


Border color

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

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

This div border color is #C1ACCC.


Opacity

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

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

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

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

This text has shadow with #C1ACCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ACCC on black background.


Color preview on white background

This text has color #C1ACCC on white background.



Black color preview on #C1ACCC background

This text has black color on #C1ACCC background.


White color preview on #C1ACCC background

This text has white color on #C1ACCC background.