COLOR #C1A8BD

HEX: #C1A8BD
RGB: (193,168,189)

Color info

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

RGB color model

#C1A8BD color RGB value is (193,168,189).

  • red value is 193;
  • green value is 168;
  • blue value is 189.
RGB:
(193,168,189)
(76%,66%,74%)

RGB channels and saturation

R 193 of 255 = 76%
G 168 of 255 = 66%
B 189 of 255 = 74%

193
168
189

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

Portions of RGB colors in percentages

R + G + B =
193 + 168 + 189 = 550 (100%)
R 193 of 550 ~ 35.09%
G 168 of 550 ~ 30.55%
B 189 of 550 ~ 34.36%

%35.09
%30.55
%34.36

CMYK color model

#C1A8BD color CMYK value is (0,13,2,24).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK:
(0,13,2,24)
C0M13Y2K24 
(0%,13%,2%,24%)
(0.00/0.13/0.02/0.24)	

CMYK percentages

%0
%12.95
%2.07
%24.31

Codes

Color #C1A8BD in popluar color models

C1A8BD
RGB193168189
HSL310°16.78%70.78%
HSB/HSV310°12.95%75.69%
CMYK0.00%12.95%2.07%
24.31%

Color #C1A8BD in popluar number systems.

HEXC1A8BD
Decimal193168189
Binary110000011010100010111101
Octal301250275

Shades and tints

Shades of #C1A8BD

#C1A8BD
(193,168,189)
#B099AC
(176,153,172)
#9F8A9B
(159,138,155)
#8E7B8A
(142,123,138)
#7D6C79
(125,108,121)
#6C5D68
(108,93,104)
#5B4E57
(91,78,87)
#4A3F46
(74,63,70)
#393035
(57,48,53)
#282124
(40,33,36)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #C1A8BD

#C1A8BD
(193,168,189)
#C6AFC3
(198,175,195)
#CBB6C9
(203,182,201)
#D0BDCF
(208,189,207)
#D5C4D5
(213,196,213)
#DACBDB
(218,203,219)
#DFD2E1
(223,210,225)
#E4D9E7
(228,217,231)
#E9E0ED
(233,224,237)
#EEE7F3
(238,231,243)
#F3EEF9
(243,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A8BD color. Also use rgb(193,168,189) instead hex code.

Text Font Color

.myTextColor { color: #C1A8BD; }

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

This text font color is #C1A8BD.


Background Color

.myBgColor { background-color: #C1A8BD; }

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

This div background color is #C1A8BD.


Border color

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

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

This div border color is #C1A8BD.


Opacity

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

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

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

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

This text has shadow with #C1A8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A8BD on black background.


Color preview on white background

This text has color #C1A8BD on white background.



Black color preview on #C1A8BD background

This text has black color on #C1A8BD background.


White color preview on #C1A8BD background

This text has white color on #C1A8BD background.