COLOR #C1B0B8

HEX: #C1B0B8
RGB: (193,176,184)

Color info

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

RGB color model

#C1B0B8 color RGB value is (193,176,184).

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

RGB channels and saturation

R 193 of 255 = 76%
G 176 of 255 = 69%
B 184 of 255 = 72%

193
176
184

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

Portions of RGB colors in percentages

R + G + B =
193 + 176 + 184 = 553 (100%)
R 193 of 553 ~ 34.9%
G 176 of 553 ~ 31.83%
B 184 of 553 ~ 33.27%

%34.9
%31.83
%33.27

CMYK color model

#C1B0B8 color CMYK value is (0,9,5,24).

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 4.66%
  • key color value is 24.31%
CMYK:
(0,9,5,24)
C0M9Y5K24 
(0%,9%,5%,24%)
(0.00/0.09/0.05/0.24)	

CMYK percentages

%0
%8.81
%4.66
%24.31

Codes

Color #C1B0B8 in popluar color models

C1B0B8
RGB193176184
HSL332°12.06%72.35%
HSB/HSV332°8.81%75.69%
CMYK0.00%8.81%4.66%
24.31%

Color #C1B0B8 in popluar number systems.

HEXC1B0B8
Decimal193176184
Binary110000011011000010111000
Octal301260270

Shades and tints

Shades of #C1B0B8

#C1B0B8
(193,176,184)
#B0A0A8
(176,160,168)
#9F9098
(159,144,152)
#8E8088
(142,128,136)
#7D7078
(125,112,120)
#6C6068
(108,96,104)
#5B5058
(91,80,88)
#4A4048
(74,64,72)
#393038
(57,48,56)
#282028
(40,32,40)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #C1B0B8

#C1B0B8
(193,176,184)
#C6B7BE
(198,183,190)
#CBBEC4
(203,190,196)
#D0C5CA
(208,197,202)
#D5CCD0
(213,204,208)
#DAD3D6
(218,211,214)
#DFDADC
(223,218,220)
#E4E1E2
(228,225,226)
#E9E8E8
(233,232,232)
#EEEFEE
(238,239,238)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B0B8; }

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

This text font color is #C1B0B8.


Background Color

.myBgColor { background-color: #C1B0B8; }

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

This div background color is #C1B0B8.


Border color

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

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

This div border color is #C1B0B8.


Opacity

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

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

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

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

This text has shadow with #C1B0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B0B8 on black background.


Color preview on white background

This text has color #C1B0B8 on white background.



Black color preview on #C1B0B8 background

This text has black color on #C1B0B8 background.


White color preview on #C1B0B8 background

This text has white color on #C1B0B8 background.