COLOR #C1A5BC

HEX: #C1A5BC RGB: (193,165,188)

Color info

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

RGB color model

#C1A5BC color RGB value is (193,165,188).

RGB: (193,165,188) (76%, 65%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 165 of 255 = 65%
B 188 of 255 = 74%

193
165
188

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

Portions of RGB colors in percentages

R + G + B = 193 + 165 + 188 = 546 (100%)
R 193 of 546 ~ 35.35%
G 165 of 546 ~ 30.22%
B 188 of 546 ~ 34.43'%

%35.35
%30.22
%34.43

CMYK color model

#C1A5BC color CMYK value is (0,15,3,24).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 2.59%
  • key color value is 24.31%

CMYK: (0,15,3,24)
C0M15Y3K24 (0%, 15%, 3%, 24%)
(0.00 / 0.15 / 0.03 / 0.24)

CMYK percentages

%0
%14.51
%2.59
%24.31

Codes

Color #C1A5BC in popluar color models

C1 A5 BC
RGB 193 165 188
HSL 311° 18.42% 70.20%
HSB/HSV 311° 14.51% 75.69%
CMYK 0.00% 14.51% 2.59%
24.31%

Color #C1A5BC in popluar number systems.

HEX C1 A5 BC
Decimal 193 165 188
Binary 11000001 10100101 10111100
Octal 301 245 274

Shades and tints

Shades of #C1A5BC

#C1A5BC
(193,165,188)
#B096AB
(176,150,171)
#9F879A
(159,135,154)
#8E7889
(142,120,137)
#7D6978
(125,105,120)
#6C5A67
(108,90,103)
#5B4B56
(91,75,86)
#4A3C45
(74,60,69)
#392D34
(57,45,52)
#281E23
(40,30,35)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #C1A5BC

#C1A5BC
(193,165,188)
#C6ADC2
(198,173,194)
#CBB5C8
(203,181,200)
#D0BDCE
(208,189,206)
#D5C5D4
(213,197,212)
#DACDDA
(218,205,218)
#DFD5E0
(223,213,224)
#E4DDE6
(228,221,230)
#E9E5EC
(233,229,236)
#EEEDF2
(238,237,242)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A5BC; }

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

This text font color is #C1A5BC.

Background Color

.myBgColor { background-color: #C1A5BC; }

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

This div background color is #C1A5BC.

Border color

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

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

This div border color is #C1A5BC.

Opacity

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

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

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

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

This text has shadow with #C1A5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A5BC.

Preview

Color preview on black background

This text has color #C1A5BC on black background.


Color preview on white background

This text has color #C1A5BC on white background.


Black color preview on #C1A5BC background

This text has black color on #C1A5BC background.


White color preview on #C1A5BC background

This text has white color on #C1A5BC background.


Related colors

Complementary color

Complementary color for #hex is #3E5A43.


I love getcolorcode.com

Triadic colors

1 #BCC1A5 and #A5BCC1 with #C1A5BC are triadic colors.

2 #BCA5C1 and #A5C1BC with #C1A5BC are triadic colors.