COLOR #C1A6B0

HEX: #C1A6B0
RGB: (193,166,176)

Color info

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

RGB color model

#C1A6B0 color RGB value is (193,166,176).

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

RGB channels and saturation

R 193 of 255 = 76%
G 166 of 255 = 65%
B 176 of 255 = 69%

193
166
176

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

Portions of RGB colors in percentages

R + G + B =
193 + 166 + 176 = 535 (100%)
R 193 of 535 ~ 36.07%
G 166 of 535 ~ 31.03%
B 176 of 535 ~ 32.9%

%36.07
%31.03
%32.9

CMYK color model

#C1A6B0 color CMYK value is (0,14,9,24).

  • cyan value is 0.00%
  • magenta value is 13.99%
  • yellow value is 8.81%
  • key color value is 24.31%
CMYK:
(0,14,9,24)
C0M14Y9K24 
(0%,14%,9%,24%)
(0.00/0.14/0.09/0.24)	

CMYK percentages

%0
%13.99
%8.81
%24.31

Codes

Color #C1A6B0 in popluar color models

C1A6B0
RGB193166176
HSL338°17.88%70.39%
HSB/HSV338°13.99%75.69%
CMYK0.00%13.99%8.81%
24.31%

Color #C1A6B0 in popluar number systems.

HEXC1A6B0
Decimal193166176
Binary110000011010011010110000
Octal301246260

Shades and tints

Shades of #C1A6B0

#C1A6B0
(193,166,176)
#B097A0
(176,151,160)
#9F8890
(159,136,144)
#8E7980
(142,121,128)
#7D6A70
(125,106,112)
#6C5B60
(108,91,96)
#5B4C50
(91,76,80)
#4A3D40
(74,61,64)
#392E30
(57,46,48)
#281F20
(40,31,32)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #C1A6B0

#C1A6B0
(193,166,176)
#C6AEB7
(198,174,183)
#CBB6BE
(203,182,190)
#D0BEC5
(208,190,197)
#D5C6CC
(213,198,204)
#DACED3
(218,206,211)
#DFD6DA
(223,214,218)
#E4DEE1
(228,222,225)
#E9E6E8
(233,230,232)
#EEEEEF
(238,238,239)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A6B0; }

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

This text font color is #C1A6B0.


Background Color

.myBgColor { background-color: #C1A6B0; }

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

This div background color is #C1A6B0.


Border color

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

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

This div border color is #C1A6B0.


Opacity

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

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

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

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

This text has shadow with #C1A6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A6B0 on black background.


Color preview on white background

This text has color #C1A6B0 on white background.



Black color preview on #C1A6B0 background

This text has black color on #C1A6B0 background.


White color preview on #C1A6B0 background

This text has white color on #C1A6B0 background.