COLOR #C1B3BD

HEX: #C1B3BD
RGB: (193,179,189)

Color info

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

RGB color model

#C1B3BD color RGB value is (193,179,189).

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

RGB channels and saturation

R 193 of 255 = 76%
G 179 of 255 = 70%
B 189 of 255 = 74%

193
179
189

R + G + B ~ 73%. #C1B3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 179 + 189 = 561 (100%)
R 193 of 561 ~ 34.4%
G 179 of 561 ~ 31.91%
B 189 of 561 ~ 33.69%

%34.4
%31.91
%33.69

CMYK color model

#C1B3BD color CMYK value is (0,7,2,24).

  • cyan value is 0.00%
  • magenta value is 7.25%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK:
(0,7,2,24)
C0M7Y2K24 
(0%,7%,2%,24%)
(0.00/0.07/0.02/0.24)	

CMYK percentages

%0
%7.25
%2.07
%24.31

Codes

Color #C1B3BD in popluar color models

C1B3BD
RGB193179189
HSL317°10.14%72.94%
HSB/HSV317°7.25%75.69%
CMYK0.00%7.25%2.07%
24.31%

Color #C1B3BD in popluar number systems.

HEXC1B3BD
Decimal193179189
Binary110000011011001110111101
Octal301263275

Shades and tints

Shades of #C1B3BD

#C1B3BD
(193,179,189)
#B0A3AC
(176,163,172)
#9F939B
(159,147,155)
#8E838A
(142,131,138)
#7D7379
(125,115,121)
#6C6368
(108,99,104)
#5B5357
(91,83,87)
#4A4346
(74,67,70)
#393335
(57,51,53)
#282324
(40,35,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #C1B3BD

#C1B3BD
(193,179,189)
#C6B9C3
(198,185,195)
#CBBFC9
(203,191,201)
#D0C5CF
(208,197,207)
#D5CBD5
(213,203,213)
#DAD1DB
(218,209,219)
#DFD7E1
(223,215,225)
#E4DDE7
(228,221,231)
#E9E3ED
(233,227,237)
#EEE9F3
(238,233,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B3BD; }

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

This text font color is #C1B3BD.


Background Color

.myBgColor { background-color: #C1B3BD; }

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

This div background color is #C1B3BD.


Border color

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

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

This div border color is #C1B3BD.


Opacity

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

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

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

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

This text has shadow with #C1B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B3BD on black background.


Color preview on white background

This text has color #C1B3BD on white background.



Black color preview on #C1B3BD background

This text has black color on #C1B3BD background.


White color preview on #C1B3BD background

This text has white color on #C1B3BD background.