COLOR #C0ABB6

HEX: #C0ABB6
RGB: (192,171,182)

Color info

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

RGB color model

#C0ABB6 color RGB value is (192,171,182).

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

RGB channels and saturation

R 192 of 255 = 75%
G 171 of 255 = 67%
B 182 of 255 = 71%

192
171
182

R + G + B ~ 71%. #C0ABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 171 + 182 = 545 (100%)
R 192 of 545 ~ 35.23%
G 171 of 545 ~ 31.38%
B 182 of 545 ~ 33.39%

%35.23
%31.38
%33.39

CMYK color model

#C0ABB6 color CMYK value is (0,11,5,25).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 5.21%
  • key color value is 24.71%
CMYK:
(0,11,5,25)
C0M11Y5K25 
(0%,11%,5%,25%)
(0.00/0.11/0.05/0.25)	

CMYK percentages

%0
%10.94
%5.21
%24.71

Codes

Color #C0ABB6 in popluar color models

C0ABB6
RGB192171182
HSL329°14.29%71.18%
HSB/HSV329°10.94%75.29%
CMYK0.00%10.94%5.21%
24.71%

Color #C0ABB6 in popluar number systems.

HEXC0ABB6
Decimal192171182
Binary110000001010101110110110
Octal300253266

Shades and tints

Shades of #C0ABB6

#C0ABB6
(192,171,182)
#AF9CA6
(175,156,166)
#9E8D96
(158,141,150)
#8D7E86
(141,126,134)
#7C6F76
(124,111,118)
#6B6066
(107,96,102)
#5A5156
(90,81,86)
#494246
(73,66,70)
#383336
(56,51,54)
#272426
(39,36,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C0ABB6

#C0ABB6
(192,171,182)
#C5B2BC
(197,178,188)
#CAB9C2
(202,185,194)
#CFC0C8
(207,192,200)
#D4C7CE
(212,199,206)
#D9CED4
(217,206,212)
#DED5DA
(222,213,218)
#E3DCE0
(227,220,224)
#E8E3E6
(232,227,230)
#EDEAEC
(237,234,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ABB6; }

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

This text font color is #C0ABB6.


Background Color

.myBgColor { background-color: #C0ABB6; }

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

This div background color is #C0ABB6.


Border color

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

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

This div border color is #C0ABB6.


Opacity

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

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

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

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

This text has shadow with #C0ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ABB6 on black background.


Color preview on white background

This text has color #C0ABB6 on white background.



Black color preview on #C0ABB6 background

This text has black color on #C0ABB6 background.


White color preview on #C0ABB6 background

This text has white color on #C0ABB6 background.