COLOR #C0A3BD

HEX: #C0A3BD
RGB: (192,163,189)

Color info

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

RGB color model

#C0A3BD color RGB value is (192,163,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 189 of 255 = 74%

192
163
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 189 = 544 (100%)
R 192 of 544 ~ 35.29%
G 163 of 544 ~ 29.96%
B 189 of 544 ~ 34.74%

%35.29
%29.96
%34.74

CMYK color model

#C0A3BD color CMYK value is (0,15,2,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(0,15,2,25)
C0M15Y2K25 
(0%,15%,2%,25%)
(0.00/0.15/0.02/0.25)	

CMYK percentages

%0
%15.1
%1.56
%24.71

Codes

Color #C0A3BD in popluar color models

C0A3BD
RGB192163189
HSL306°18.71%69.61%
HSB/HSV306°15.10%75.29%
CMYK0.00%15.10%1.56%
24.71%

Color #C0A3BD in popluar number systems.

HEXC0A3BD
Decimal192163189
Binary110000001010001110111101
Octal300243275

Shades and tints

Shades of #C0A3BD

#C0A3BD
(192,163,189)
#AF95AC
(175,149,172)
#9E879B
(158,135,155)
#8D798A
(141,121,138)
#7C6B79
(124,107,121)
#6B5D68
(107,93,104)
#5A4F57
(90,79,87)
#494146
(73,65,70)
#383335
(56,51,53)
#272524
(39,37,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #C0A3BD

#C0A3BD
(192,163,189)
#C5ABC3
(197,171,195)
#CAB3C9
(202,179,201)
#CFBBCF
(207,187,207)
#D4C3D5
(212,195,213)
#D9CBDB
(217,203,219)
#DED3E1
(222,211,225)
#E3DBE7
(227,219,231)
#E8E3ED
(232,227,237)
#EDEBF3
(237,235,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A3BD; }

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

This text font color is #C0A3BD.


Background Color

.myBgColor { background-color: #C0A3BD; }

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

This div background color is #C0A3BD.


Border color

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

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

This div border color is #C0A3BD.


Opacity

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

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

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

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

This text has shadow with #C0A3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A3BD on black background.


Color preview on white background

This text has color #C0A3BD on white background.



Black color preview on #C0A3BD background

This text has black color on #C0A3BD background.


White color preview on #C0A3BD background

This text has white color on #C0A3BD background.