COLOR #C1B3C0

HEX: #C1B3C0 RGB: (193,179,192)

Color info

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

RGB color model

#C1B3C0 color RGB value is (193,179,192).

RGB: (193,179,192) (76%, 70%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 192 of 255 = 75%

193
179
192

R + G + B ~ 74%. #C1B3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 179 + 192 = 564 (100%)
R 193 of 564 ~ 34.22%
G 179 of 564 ~ 31.74%
B 192 of 564 ~ 34.04'%

%34.22
%31.74
%34.04

CMYK color model

#C1B3C0 color CMYK value is (0,7,1,24).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 0.52%
  • key color value is 24.31%

CMYK: (0,7,1,24)
C0M7Y1K24 (0%, 7%, 1%, 24%)
(0.00 / 0.07 / 0.01 / 0.24)

CMYK percentages

%0
%7.25
%0.52
%24.31

Codes

Color #C1B3C0 in popluar color models

C1 B3 C0
RGB 193 179 192
HSL 304° 10.14% 72.94%
HSB/HSV 304° 7.25% 75.69%
CMYK 0.00% 7.25% 0.52%
24.31%

Color #C1B3C0 in popluar number systems.

HEX C1 B3 C0
Decimal 193 179 192
Binary 11000001 10110011 11000000
Octal 301 263 300

Shades and tints

Shades of #C1B3C0

#C1B3C0
(193,179,192)
#B0A3AF
(176,163,175)
#9F939E
(159,147,158)
#8E838D
(142,131,141)
#7D737C
(125,115,124)
#6C636B
(108,99,107)
#5B535A
(91,83,90)
#4A4349
(74,67,73)
#393338
(57,51,56)
#282327
(40,35,39)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #C1B3C0

#C1B3C0
(193,179,192)
#C6B9C5
(198,185,197)
#CBBFCA
(203,191,202)
#D0C5CF
(208,197,207)
#D5CBD4
(213,203,212)
#DAD1D9
(218,209,217)
#DFD7DE
(223,215,222)
#E4DDE3
(228,221,227)
#E9E3E8
(233,227,232)
#EEE9ED
(238,233,237)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B3C0 color. Also use rgb(193,179,192) instead hex code.

Text Font Color

.myTextColor { color: #C1B3C0; }

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

This text font color is #C1B3C0.

Background Color

.myBgColor { background-color: #C1B3C0; }

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

This div background color is #C1B3C0.

Border color

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

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

This div border color is #C1B3C0.

Opacity

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

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

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

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

This text has shadow with #C1B3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B3C0.

Preview

Color preview on black background

This text has color #C1B3C0 on black background.


Color preview on white background

This text has color #C1B3C0 on white background.


Black color preview on #C1B3C0 background

This text has black color on #C1B3C0 background.


White color preview on #C1B3C0 background

This text has white color on #C1B3C0 background.


Related colors

Complementary color

Complementary color for #hex is #3E4C3F.


I love getcolorcode.com

Triadic colors

1 #C0C1B3 and #B3C0C1 with #C1B3C0 are triadic colors.

2 #C0B3C1 and #B3C1C0 with #C1B3C0 are triadic colors.