COLOR #C0ACC7

HEX: #C0ACC7 RGB: (192,172,199)

Color info

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

RGB color model

#C0ACC7 color RGB value is (192,172,199).

RGB: (192,172,199) (75%, 67%, 78%)

RGB channels and saturation

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

192
172
199

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

Portions of RGB colors in percentages

R + G + B = 192 + 172 + 199 = 563 (100%)
R 192 of 563 ~ 34.1%
G 172 of 563 ~ 30.55%
B 199 of 563 ~ 35.35'%

%34.1
%30.55
%35.35

CMYK color model

#C0ACC7 color CMYK value is (4,14,0,22).

  • cyan value is 3.52%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (4,14,0,22) C4M14Y0K22 (4%,14%,0%,22%) (0.04/0.14/0.00/0.22) 

CMYK percentages

%3.52
%13.57
%0
%21.96

Codes

Color #C0ACC7 in popluar color models

C0 AC C7
RGB 192 172 199
HSL 284° 19.42% 72.75%
HSB/HSV 284° 13.57% 78.04%
CMYK 3.52% 13.57% 0.00%
21.96%

Color #C0ACC7 in popluar number systems.

HEX C0 AC C7
Decimal 192 172 199
Binary 11000000 10101100 11000111
Octal 300 254 307

Shades and tints

Shades of #C0ACC7

#C0ACC7
(192,172,199)
#AF9DB5
(175,157,181)
#9E8EA3
(158,142,163)
#8D7F91
(141,127,145)
#7C707F
(124,112,127)
#6B616D
(107,97,109)
#5A525B
(90,82,91)
#494349
(73,67,73)
#383437
(56,52,55)
#272525
(39,37,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #C0ACC7

#C0ACC7
(192,172,199)
#C5B3CC
(197,179,204)
#CABAD1
(202,186,209)
#CFC1D6
(207,193,214)
#D4C8DB
(212,200,219)
#D9CFE0
(217,207,224)
#DED6E5
(222,214,229)
#E3DDEA
(227,221,234)
#E8E4EF
(232,228,239)
#EDEBF4
(237,235,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ACC7; }

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

This text font color is #C0ACC7.

Background Color

.myBgColor { background-color: #C0ACC7; }

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

This div background color is #C0ACC7.

Border color

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

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

This div border color is #C0ACC7.

Opacity

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

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

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

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

This text has shadow with #C0ACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0ACC7.

Preview

Color preview on black background

This text has color #C0ACC7 on black background.


Color preview on white background

This text has color #C0ACC7 on white background.


Black color preview on #C0ACC7 background

This text has black color on #C0ACC7 background.


White color preview on #C0ACC7 background

This text has white color on #C0ACC7 background.


Related colors

Complementary color

Complementary color for #hex is #3F5338.


I love getcolorcode.com

Triadic colors

1 #C7C0AC and #ACC7C0 with #C0ACC7 are triadic colors.

2 #C7ACC0 and #ACC0C7 with #C0ACC7 are triadic colors.