COLOR #C1A5BF

HEX: #C1A5BF
RGB: (193,165,191)

Color info

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

RGB color model

#C1A5BF color RGB value is (193,165,191).

  • red value is 193;
  • green value is 165;
  • blue value is 191.
RGB:
(193,165,191)
(76%,65%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 191 of 255 = 75%

193
165
191

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

Portions of RGB colors in percentages

R + G + B =
193 + 165 + 191 = 549 (100%)
R 193 of 549 ~ 35.15%
G 165 of 549 ~ 30.05%
B 191 of 549 ~ 34.79%

%35.15
%30.05
%34.79

CMYK color model

#C1A5BF color CMYK value is (0,15,1,24).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 1.04%
  • key color value is 24.31%
CMYK:
(0,15,1,24)
C0M15Y1K24 
(0%,15%,1%,24%)
(0.00/0.15/0.01/0.24)	

CMYK percentages

%0
%14.51
%1.04
%24.31

Codes

Color #C1A5BF in popluar color models

C1A5BF
RGB193165191
HSL304°18.42%70.20%
HSB/HSV304°14.51%75.69%
CMYK0.00%14.51%1.04%
24.31%

Color #C1A5BF in popluar number systems.

HEXC1A5BF
Decimal193165191
Binary110000011010010110111111
Octal301245277

Shades and tints

Shades of #C1A5BF

#C1A5BF
(193,165,191)
#B096AE
(176,150,174)
#9F879D
(159,135,157)
#8E788C
(142,120,140)
#7D697B
(125,105,123)
#6C5A6A
(108,90,106)
#5B4B59
(91,75,89)
#4A3C48
(74,60,72)
#392D37
(57,45,55)
#281E26
(40,30,38)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #C1A5BF

#C1A5BF
(193,165,191)
#C6ADC4
(198,173,196)
#CBB5C9
(203,181,201)
#D0BDCE
(208,189,206)
#D5C5D3
(213,197,211)
#DACDD8
(218,205,216)
#DFD5DD
(223,213,221)
#E4DDE2
(228,221,226)
#E9E5E7
(233,229,231)
#EEEDEC
(238,237,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A5BF color. Also use rgb(193,165,191) instead hex code.

Text Font Color

.myTextColor { color: #C1A5BF; }

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

This text font color is #C1A5BF.


Background Color

.myBgColor { background-color: #C1A5BF; }

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

This div background color is #C1A5BF.


Border color

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

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

This div border color is #C1A5BF.


Opacity

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

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

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

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

This text has shadow with #C1A5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A5BF on black background.


Color preview on white background

This text has color #C1A5BF on white background.



Black color preview on #C1A5BF background

This text has black color on #C1A5BF background.


White color preview on #C1A5BF background

This text has white color on #C1A5BF background.