COLOR #C0ABBA

HEX: #C0ABBA
RGB: (192,171,186)

Color info

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

RGB color model

#C0ABBA color RGB value is (192,171,186).

  • red value is 192;
  • green value is 171;
  • blue value is 186.
RGB:
(192,171,186)
(75%,67%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 171 of 255 = 67%
B 186 of 255 = 73%

192
171
186

R + G + B ~ 72%. #C0ABBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 171 + 186 = 549 (100%)
R 192 of 549 ~ 34.97%
G 171 of 549 ~ 31.15%
B 186 of 549 ~ 33.88%

%34.97
%31.15
%33.88

CMYK color model

#C0ABBA color CMYK value is (0,11,3,25).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 3.13%
  • key color value is 24.71%
CMYK:
(0,11,3,25)
C0M11Y3K25 
(0%,11%,3%,25%)
(0.00/0.11/0.03/0.25)	

CMYK percentages

%0
%10.94
%3.13
%24.71

Codes

Color #C0ABBA in popluar color models

C0ABBA
RGB192171186
HSL317°14.29%71.18%
HSB/HSV317°10.94%75.29%
CMYK0.00%10.94%3.13%
24.71%

Color #C0ABBA in popluar number systems.

HEXC0ABBA
Decimal192171186
Binary110000001010101110111010
Octal300253272

Shades and tints

Shades of #C0ABBA

#C0ABBA
(192,171,186)
#AF9CAA
(175,156,170)
#9E8D9A
(158,141,154)
#8D7E8A
(141,126,138)
#7C6F7A
(124,111,122)
#6B606A
(107,96,106)
#5A515A
(90,81,90)
#49424A
(73,66,74)
#38333A
(56,51,58)
#27242A
(39,36,42)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #C0ABBA

#C0ABBA
(192,171,186)
#C5B2C0
(197,178,192)
#CAB9C6
(202,185,198)
#CFC0CC
(207,192,204)
#D4C7D2
(212,199,210)
#D9CED8
(217,206,216)
#DED5DE
(222,213,222)
#E3DCE4
(227,220,228)
#E8E3EA
(232,227,234)
#EDEAF0
(237,234,240)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ABBA; }

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

This text font color is #C0ABBA.


Background Color

.myBgColor { background-color: #C0ABBA; }

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

This div background color is #C0ABBA.


Border color

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

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

This div border color is #C0ABBA.


Opacity

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

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

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

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

This text has shadow with #C0ABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ABBA on black background.


Color preview on white background

This text has color #C0ABBA on white background.



Black color preview on #C0ABBA background

This text has black color on #C0ABBA background.


White color preview on #C0ABBA background

This text has white color on #C0ABBA background.