COLOR #C1A0BA

HEX: #C1A0BA
RGB: (193,160,186)

Color info

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

RGB color model

#C1A0BA color RGB value is (193,160,186).

  • red value is 193;
  • green value is 160;
  • blue value is 186.
RGB:
(193,160,186)
(76%,63%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 160 of 255 = 63%
B 186 of 255 = 73%

193
160
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 160 + 186 = 539 (100%)
R 193 of 539 ~ 35.81%
G 160 of 539 ~ 29.68%
B 186 of 539 ~ 34.51%

%35.81
%29.68
%34.51

CMYK color model

#C1A0BA color CMYK value is (0,17,4,24).

  • cyan value is 0.00%
  • magenta value is 17.10%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(0,17,4,24)
C0M17Y4K24 
(0%,17%,4%,24%)
(0.00/0.17/0.04/0.24)	

CMYK percentages

%0
%17.1
%3.63
%24.31

Codes

Color #C1A0BA in popluar color models

C1A0BA
RGB193160186
HSL313°21.02%69.22%
HSB/HSV313°17.10%75.69%
CMYK0.00%17.10%3.63%
24.31%

Color #C1A0BA in popluar number systems.

HEXC1A0BA
Decimal193160186
Binary110000011010000010111010
Octal301240272

Shades and tints

Shades of #C1A0BA

#C1A0BA
(193,160,186)
#B092AA
(176,146,170)
#9F849A
(159,132,154)
#8E768A
(142,118,138)
#7D687A
(125,104,122)
#6C5A6A
(108,90,106)
#5B4C5A
(91,76,90)
#4A3E4A
(74,62,74)
#39303A
(57,48,58)
#28222A
(40,34,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #C1A0BA

#C1A0BA
(193,160,186)
#C6A8C0
(198,168,192)
#CBB0C6
(203,176,198)
#D0B8CC
(208,184,204)
#D5C0D2
(213,192,210)
#DAC8D8
(218,200,216)
#DFD0DE
(223,208,222)
#E4D8E4
(228,216,228)
#E9E0EA
(233,224,234)
#EEE8F0
(238,232,240)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A0BA color. Also use rgb(193,160,186) instead hex code.

Text Font Color

.myTextColor { color: #C1A0BA; }

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

This text font color is #C1A0BA.


Background Color

.myBgColor { background-color: #C1A0BA; }

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

This div background color is #C1A0BA.


Border color

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

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

This div border color is #C1A0BA.


Opacity

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

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

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

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

This text has shadow with #C1A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A0BA on black background.


Color preview on white background

This text has color #C1A0BA on white background.



Black color preview on #C1A0BA background

This text has black color on #C1A0BA background.


White color preview on #C1A0BA background

This text has white color on #C1A0BA background.