COLOR #C0AABD

HEX: #C0AABD
RGB: (192,170,189)

Color info

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

RGB color model

#C0AABD color RGB value is (192,170,189).

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

RGB channels and saturation

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

192
170
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 170 + 189 = 551 (100%)
R 192 of 551 ~ 34.85%
G 170 of 551 ~ 30.85%
B 189 of 551 ~ 34.3%

%34.85
%30.85
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.46%
  • 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
%11.46
%1.56
%24.71

Codes

Color #C0AABD in popluar color models

C0AABD
RGB192170189
HSL308°14.86%70.98%
HSB/HSV308°11.46%75.29%
CMYK0.00%11.46%1.56%
24.71%

Color #C0AABD in popluar number systems.

HEXC0AABD
Decimal192170189
Binary110000001010101010111101
Octal300252275

Shades and tints

Shades of #C0AABD

#C0AABD
(192,170,189)
#AF9BAC
(175,155,172)
#9E8C9B
(158,140,155)
#8D7D8A
(141,125,138)
#7C6E79
(124,110,121)
#6B5F68
(107,95,104)
#5A5057
(90,80,87)
#494146
(73,65,70)
#383235
(56,50,53)
#272324
(39,35,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #C0AABD

#C0AABD
(192,170,189)
#C5B1C3
(197,177,195)
#CAB8C9
(202,184,201)
#CFBFCF
(207,191,207)
#D4C6D5
(212,198,213)
#D9CDDB
(217,205,219)
#DED4E1
(222,212,225)
#E3DBE7
(227,219,231)
#E8E2ED
(232,226,237)
#EDE9F3
(237,233,243)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AABD; }

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

This text font color is #C0AABD.


Background Color

.myBgColor { background-color: #C0AABD; }

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

This div background color is #C0AABD.


Border color

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

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

This div border color is #C0AABD.


Opacity

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

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

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

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

This text has shadow with #C0AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AABD on black background.


Color preview on white background

This text has color #C0AABD on white background.



Black color preview on #C0AABD background

This text has black color on #C0AABD background.


White color preview on #C0AABD background

This text has white color on #C0AABD background.