COLOR #C1B0BB

HEX: #C1B0BB
RGB: (193,176,187)

Color info

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

RGB color model

#C1B0BB color RGB value is (193,176,187).

  • red value is 193;
  • green value is 176;
  • blue value is 187.
RGB:
(193,176,187)
(76%,69%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 176 of 255 = 69%
B 187 of 255 = 73%

193
176
187

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

Portions of RGB colors in percentages

R + G + B =
193 + 176 + 187 = 556 (100%)
R 193 of 556 ~ 34.71%
G 176 of 556 ~ 31.65%
B 187 of 556 ~ 33.63%

%34.71
%31.65
%33.63

CMYK color model

#C1B0BB color CMYK value is (0,9,3,24).

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 3.11%
  • key color value is 24.31%
CMYK:
(0,9,3,24)
C0M9Y3K24 
(0%,9%,3%,24%)
(0.00/0.09/0.03/0.24)	

CMYK percentages

%0
%8.81
%3.11
%24.31

Codes

Color #C1B0BB in popluar color models

C1B0BB
RGB193176187
HSL321°12.06%72.35%
HSB/HSV321°8.81%75.69%
CMYK0.00%8.81%3.11%
24.31%

Color #C1B0BB in popluar number systems.

HEXC1B0BB
Decimal193176187
Binary110000011011000010111011
Octal301260273

Shades and tints

Shades of #C1B0BB

#C1B0BB
(193,176,187)
#B0A0AA
(176,160,170)
#9F9099
(159,144,153)
#8E8088
(142,128,136)
#7D7077
(125,112,119)
#6C6066
(108,96,102)
#5B5055
(91,80,85)
#4A4044
(74,64,68)
#393033
(57,48,51)
#282022
(40,32,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #C1B0BB

#C1B0BB
(193,176,187)
#C6B7C1
(198,183,193)
#CBBEC7
(203,190,199)
#D0C5CD
(208,197,205)
#D5CCD3
(213,204,211)
#DAD3D9
(218,211,217)
#DFDADF
(223,218,223)
#E4E1E5
(228,225,229)
#E9E8EB
(233,232,235)
#EEEFF1
(238,239,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B0BB color. Also use rgb(193,176,187) instead hex code.

Text Font Color

.myTextColor { color: #C1B0BB; }

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

This text font color is #C1B0BB.


Background Color

.myBgColor { background-color: #C1B0BB; }

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

This div background color is #C1B0BB.


Border color

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

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

This div border color is #C1B0BB.


Opacity

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

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

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

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

This text has shadow with #C1B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B0BB on black background.


Color preview on white background

This text has color #C1B0BB on white background.



Black color preview on #C1B0BB background

This text has black color on #C1B0BB background.


White color preview on #C1B0BB background

This text has white color on #C1B0BB background.