COLOR #C0ACC6

HEX: #C0ACC6
RGB: (192,172,198)

Color info

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

RGB color model

#C0ACC6 color RGB value is (192,172,198).

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

RGB channels and saturation

R 192 of 255 = 75%
G 172 of 255 = 67%
B 198 of 255 = 78%

192
172
198

R + G + B ~ 73%. #C0ACC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 172 + 198 = 562 (100%)
R 192 of 562 ~ 34.16%
G 172 of 562 ~ 30.6%
B 198 of 562 ~ 35.23%

%34.16
%30.6
%35.23

CMYK color model

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

  • cyan value is 3.03%
  • 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

%3.03
%13.13
%0
%22.35

Codes

Color #C0ACC6 in popluar color models

C0ACC6
RGB192172198
HSL286°18.57%72.55%
HSB/HSV286°13.13%77.65%
CMYK3.03%13.13%0.00%
22.35%

Color #C0ACC6 in popluar number systems.

HEXC0ACC6
Decimal192172198
Binary110000001010110011000110
Octal300254306

Shades and tints

Shades of #C0ACC6

#C0ACC6
(192,172,198)
#AF9DB4
(175,157,180)
#9E8EA2
(158,142,162)
#8D7F90
(141,127,144)
#7C707E
(124,112,126)
#6B616C
(107,97,108)
#5A525A
(90,82,90)
#494348
(73,67,72)
#383436
(56,52,54)
#272524
(39,37,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #C0ACC6

#C0ACC6
(192,172,198)
#C5B3CB
(197,179,203)
#CABAD0
(202,186,208)
#CFC1D5
(207,193,213)
#D4C8DA
(212,200,218)
#D9CFDF
(217,207,223)
#DED6E4
(222,214,228)
#E3DDE9
(227,221,233)
#E8E4EE
(232,228,238)
#EDEBF3
(237,235,243)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ACC6; }

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

This text font color is #C0ACC6.


Background Color

.myBgColor { background-color: #C0ACC6; }

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

This div background color is #C0ACC6.


Border color

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

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

This div border color is #C0ACC6.


Opacity

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

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

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

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

This text has shadow with #C0ACC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ACC6 on black background.


Color preview on white background

This text has color #C0ACC6 on white background.



Black color preview on #C0ACC6 background

This text has black color on #C0ACC6 background.


White color preview on #C0ACC6 background

This text has white color on #C0ACC6 background.