COLOR #C1A3B0

HEX: #C1A3B0
RGB: (193,163,176)

Color info

#C1A3B0 contains red, green and blue colors in about the same proportion. Web safe color of #C1A3B0 is #CC9999 (or #C99).

RGB color model

#C1A3B0 color RGB value is (193,163,176).

  • red value is 193;
  • green value is 163;
  • blue value is 176.
RGB:
(193,163,176)
(76%,64%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 163 of 255 = 64%
B 176 of 255 = 69%

193
163
176

R + G + B ~ 70%. #C1A3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 163 + 176 = 532 (100%)
R 193 of 532 ~ 36.28%
G 163 of 532 ~ 30.64%
B 176 of 532 ~ 33.08%

%36.28
%30.64
%33.08

CMYK color model

#C1A3B0 color CMYK value is (0,16,9,24).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 8.81%
  • key color value is 24.31%
CMYK:
(0,16,9,24)
C0M16Y9K24 
(0%,16%,9%,24%)
(0.00/0.16/0.09/0.24)	

CMYK percentages

%0
%15.54
%8.81
%24.31

Codes

Color #C1A3B0 in popluar color models

C1A3B0
RGB193163176
HSL334°19.48%69.80%
HSB/HSV334°15.54%75.69%
CMYK0.00%15.54%8.81%
24.31%

Color #C1A3B0 in popluar number systems.

HEXC1A3B0
Decimal193163176
Binary110000011010001110110000
Octal301243260

Shades and tints

Shades of #C1A3B0

#C1A3B0
(193,163,176)
#B095A0
(176,149,160)
#9F8790
(159,135,144)
#8E7980
(142,121,128)
#7D6B70
(125,107,112)
#6C5D60
(108,93,96)
#5B4F50
(91,79,80)
#4A4140
(74,65,64)
#393330
(57,51,48)
#282520
(40,37,32)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #C1A3B0

#C1A3B0
(193,163,176)
#C6ABB7
(198,171,183)
#CBB3BE
(203,179,190)
#D0BBC5
(208,187,197)
#D5C3CC
(213,195,204)
#DACBD3
(218,203,211)
#DFD3DA
(223,211,218)
#E4DBE1
(228,219,225)
#E9E3E8
(233,227,232)
#EEEBEF
(238,235,239)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A3B0 color. Also use rgb(193,163,176) instead hex code.

Text Font Color

.myTextColor { color: #C1A3B0; }

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

This text font color is #C1A3B0.


Background Color

.myBgColor { background-color: #C1A3B0; }

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

This div background color is #C1A3B0.


Border color

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

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

This div border color is #C1A3B0.


Opacity

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

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

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

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

This text has shadow with #C1A3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A3B0 on black background.


Color preview on white background

This text has color #C1A3B0 on white background.



Black color preview on #C1A3B0 background

This text has black color on #C1A3B0 background.


White color preview on #C1A3B0 background

This text has white color on #C1A3B0 background.