COLOR #C1ACC6

HEX: #C1ACC6
RGB: (193,172,198)

Color info

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

RGB color model

#C1ACC6 color RGB value is (193,172,198).

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

RGB channels and saturation

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

193
172
198

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

Portions of RGB colors in percentages

R + G + B =
193 + 172 + 198 = 563 (100%)
R 193 of 563 ~ 34.28%
G 172 of 563 ~ 30.55%
B 198 of 563 ~ 35.17%

%34.28
%30.55
%35.17

CMYK color model

#C1ACC6 color CMYK value is (3,13,0,22).

  • cyan value is 2.53%
  • magenta value is 13.13%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(3,13,0,22)
C3M13Y0K22 
(3%,13%,0%,22%)
(0.03/0.13/0.00/0.22)	

CMYK percentages

%2.53
%13.13
%0
%22.35

Codes

Color #C1ACC6 in popluar color models

C1ACC6
RGB193172198
HSL288°18.57%72.55%
HSB/HSV288°13.13%77.65%
CMYK2.53%13.13%0.00%
22.35%

Color #C1ACC6 in popluar number systems.

HEXC1ACC6
Decimal193172198
Binary110000011010110011000110
Octal301254306

Shades and tints

Shades of #C1ACC6

#C1ACC6
(193,172,198)
#B09DB4
(176,157,180)
#9F8EA2
(159,142,162)
#8E7F90
(142,127,144)
#7D707E
(125,112,126)
#6C616C
(108,97,108)
#5B525A
(91,82,90)
#4A4348
(74,67,72)
#393436
(57,52,54)
#282524
(40,37,36)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #C1ACC6

#C1ACC6
(193,172,198)
#C6B3CB
(198,179,203)
#CBBAD0
(203,186,208)
#D0C1D5
(208,193,213)
#D5C8DA
(213,200,218)
#DACFDF
(218,207,223)
#DFD6E4
(223,214,228)
#E4DDE9
(228,221,233)
#E9E4EE
(233,228,238)
#EEEBF3
(238,235,243)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ACC6; }

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

This text font color is #C1ACC6.


Background Color

.myBgColor { background-color: #C1ACC6; }

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

This div background color is #C1ACC6.


Border color

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

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

This div border color is #C1ACC6.


Opacity

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

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

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

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

This text has shadow with #C1ACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ACC6 on black background.


Color preview on white background

This text has color #C1ACC6 on white background.



Black color preview on #C1ACC6 background

This text has black color on #C1ACC6 background.


White color preview on #C1ACC6 background

This text has white color on #C1ACC6 background.