COLOR #C1B0BD

HEX: #C1B0BD RGB: (193,176,189)

Color info

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

RGB color model

#C1B0BD color RGB value is (193,176,189).

RGB: (193,176,189) (76%, 69%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 176 of 255 = 69%
B 189 of 255 = 74%

193
176
189

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

Portions of RGB colors in percentages

R + G + B = 193 + 176 + 189 = 558 (100%)
R 193 of 558 ~ 34.59%
G 176 of 558 ~ 31.54%
B 189 of 558 ~ 33.87'%

%34.59
%31.54
%33.87

CMYK color model

#C1B0BD color CMYK value is (0,9,2,24).

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK: (0,9,2,24) C0M9Y2K24 (0%,9%,2%,24%) (0.00/0.09/0.02/0.24) 

CMYK percentages

%0
%8.81
%2.07
%24.31

Codes

Color #C1B0BD in popluar color models

C1 B0 BD
RGB 193 176 189
HSL 314° 12.06% 72.35%
HSB/HSV 314° 8.81% 75.69%
CMYK 0.00% 8.81% 2.07%
24.31%

Color #C1B0BD in popluar number systems.

HEX C1 B0 BD
Decimal 193 176 189
Binary 11000001 10110000 10111101
Octal 301 260 275

Shades and tints

Shades of #C1B0BD

#C1B0BD
(193,176,189)
#B0A0AC
(176,160,172)
#9F909B
(159,144,155)
#8E808A
(142,128,138)
#7D7079
(125,112,121)
#6C6068
(108,96,104)
#5B5057
(91,80,87)
#4A4046
(74,64,70)
#393035
(57,48,53)
#282024
(40,32,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #C1B0BD

#C1B0BD
(193,176,189)
#C6B7C3
(198,183,195)
#CBBEC9
(203,190,201)
#D0C5CF
(208,197,207)
#D5CCD5
(213,204,213)
#DAD3DB
(218,211,219)
#DFDAE1
(223,218,225)
#E4E1E7
(228,225,231)
#E9E8ED
(233,232,237)
#EEEFF3
(238,239,243)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1B0BD; }

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

This text font color is #C1B0BD.

Background Color

.myBgColor { background-color: #C1B0BD; }

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

This div background color is #C1B0BD.

Border color

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

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

This div border color is #C1B0BD.

Opacity

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

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

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

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

This text has shadow with #C1B0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B0BD.

Preview

Color preview on black background

This text has color #C1B0BD on black background.


Color preview on white background

This text has color #C1B0BD on white background.


Black color preview on #C1B0BD background

This text has black color on #C1B0BD background.


White color preview on #C1B0BD background

This text has white color on #C1B0BD background.


Related colors

Complementary color

Complementary color for #hex is #3E4F42.


I love getcolorcode.com

Triadic colors

1 #BDC1B0 and #B0BDC1 with #C1B0BD are triadic colors.

2 #BDB0C1 and #B0C1BD with #C1B0BD are triadic colors.