COLOR #C0ABBD

HEX: #C0ABBD
RGB: (192,171,189)

Color info

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

RGB color model

#C0ABBD color RGB value is (192,171,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 171 of 255 = 67%
B 189 of 255 = 74%

192
171
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 171 + 189 = 552 (100%)
R 192 of 552 ~ 34.78%
G 171 of 552 ~ 30.98%
B 189 of 552 ~ 34.24%

%34.78
%30.98
%34.24

CMYK color model

#C0ABBD color CMYK value is (0,11,2,25).

  • cyan value is 0.00%
  • magenta value is 10.94%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(0,11,2,25)
C0M11Y2K25 
(0%,11%,2%,25%)
(0.00/0.11/0.02/0.25)	

CMYK percentages

%0
%10.94
%1.56
%24.71

Codes

Color #C0ABBD in popluar color models

C0ABBD
RGB192171189
HSL309°14.29%71.18%
HSB/HSV309°10.94%75.29%
CMYK0.00%10.94%1.56%
24.71%

Color #C0ABBD in popluar number systems.

HEXC0ABBD
Decimal192171189
Binary110000001010101110111101
Octal300253275

Shades and tints

Shades of #C0ABBD

#C0ABBD
(192,171,189)
#AF9CAC
(175,156,172)
#9E8D9B
(158,141,155)
#8D7E8A
(141,126,138)
#7C6F79
(124,111,121)
#6B6068
(107,96,104)
#5A5157
(90,81,87)
#494246
(73,66,70)
#383335
(56,51,53)
#272424
(39,36,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #C0ABBD

#C0ABBD
(192,171,189)
#C5B2C3
(197,178,195)
#CAB9C9
(202,185,201)
#CFC0CF
(207,192,207)
#D4C7D5
(212,199,213)
#D9CEDB
(217,206,219)
#DED5E1
(222,213,225)
#E3DCE7
(227,220,231)
#E8E3ED
(232,227,237)
#EDEAF3
(237,234,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ABBD; }

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

This text font color is #C0ABBD.


Background Color

.myBgColor { background-color: #C0ABBD; }

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

This div background color is #C0ABBD.


Border color

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

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

This div border color is #C0ABBD.


Opacity

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

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

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

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

This text has shadow with #C0ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ABBD on black background.


Color preview on white background

This text has color #C0ABBD on white background.



Black color preview on #C0ABBD background

This text has black color on #C0ABBD background.


White color preview on #C0ABBD background

This text has white color on #C0ABBD background.