COLOR #C0ABC6

HEX: #C0ABC6 RGB: (192,171,198)

Color info

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

RGB color model

#C0ABC6 color RGB value is (192,171,198).

RGB: (192,171,198) (75%, 67%, 78%)

RGB channels and saturation

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

192
171
198

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

Portions of RGB colors in percentages

R + G + B = 192 + 171 + 198 = 561 (100%)
R 192 of 561 ~ 34.22%
G 171 of 561 ~ 30.48%
B 198 of 561 ~ 35.29'%

%34.22
%30.48
%35.29

CMYK color model

#C0ABC6 color CMYK value is (3,14,0,22).

  • cyan value is 3.03%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (3,14,0,22)
C3M14Y0K22 (3%, 14%, 0%, 22%)
(0.03 / 0.14 / 0.00 / 0.22)

CMYK percentages

%3.03
%13.64
%0
%22.35

Codes

Color #C0ABC6 in popluar color models

C0 AB C6
RGB 192 171 198
HSL 287° 19.15% 72.35%
HSB/HSV 287° 13.64% 77.65%
CMYK 3.03% 13.64% 0.00%
22.35%

Color #C0ABC6 in popluar number systems.

HEX C0 AB C6
Decimal 192 171 198
Binary 11000000 10101011 11000110
Octal 300 253 306

Shades and tints

Shades of #C0ABC6

#C0ABC6
(192,171,198)
#AF9CB4
(175,156,180)
#9E8DA2
(158,141,162)
#8D7E90
(141,126,144)
#7C6F7E
(124,111,126)
#6B606C
(107,96,108)
#5A515A
(90,81,90)
#494248
(73,66,72)
#383336
(56,51,54)
#272424
(39,36,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #C0ABC6

#C0ABC6
(192,171,198)
#C5B2CB
(197,178,203)
#CAB9D0
(202,185,208)
#CFC0D5
(207,192,213)
#D4C7DA
(212,199,218)
#D9CEDF
(217,206,223)
#DED5E4
(222,213,228)
#E3DCE9
(227,220,233)
#E8E3EE
(232,227,238)
#EDEAF3
(237,234,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ABC6; }

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

This text font color is #C0ABC6.

Background Color

.myBgColor { background-color: #C0ABC6; }

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

This div background color is #C0ABC6.

Border color

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

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

This div border color is #C0ABC6.

Opacity

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

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

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

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

This text has shadow with #C0ABC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0ABC6.

Preview

Color preview on black background

This text has color #C0ABC6 on black background.


Color preview on white background

This text has color #C0ABC6 on white background.


Black color preview on #C0ABC6 background

This text has black color on #C0ABC6 background.


White color preview on #C0ABC6 background

This text has white color on #C0ABC6 background.


Related colors

Complementary color

Complementary color for #hex is #3F5439.


I love getcolorcode.com

Triadic colors

1 #C6C0AB and #ABC6C0 with #C0ABC6 are triadic colors.

2 #C6ABC0 and #ABC0C6 with #C0ABC6 are triadic colors.