COLOR #C2B0B1

HEX: #C2B0B1
RGB: (194,176,177)

Color info

#C2B0B1 contains red, green and blue colors in about the same proportion. Web safe color of #C2B0B1 is #CC9999 (or #C99).

RGB color model

#C2B0B1 color RGB value is (194,176,177).

  • red value is 194;
  • green value is 176;
  • blue value is 177.
RGB:
(194,176,177)
(76%,69%,69%)

RGB channels and saturation

R 194 of 255 = 76%
G 176 of 255 = 69%
B 177 of 255 = 69%

194
176
177

R + G + B ~ 71%. #C2B0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 176 + 177 = 547 (100%)
R 194 of 547 ~ 35.47%
G 176 of 547 ~ 32.18%
B 177 of 547 ~ 32.36%

%35.47
%32.18
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 8.76%
  • key color value is 23.92%
CMYK:
(0,9,9,24)
C0M9Y9K24 
(0%,9%,9%,24%)
(0.00/0.09/0.09/0.24)	

CMYK percentages

%0
%9.28
%8.76
%23.92

Codes

Color #C2B0B1 in popluar color models

C2B0B1
RGB194176177
HSL357°12.86%72.55%
HSB/HSV357°9.28%76.08%
CMYK0.00%9.28%8.76%
23.92%

Color #C2B0B1 in popluar number systems.

HEXC2B0B1
Decimal194176177
Binary110000101011000010110001
Octal302260261

Shades and tints

Shades of #C2B0B1

#C2B0B1
(194,176,177)
#B1A0A1
(177,160,161)
#A09091
(160,144,145)
#8F8081
(143,128,129)
#7E7071
(126,112,113)
#6D6061
(109,96,97)
#5C5051
(92,80,81)
#4B4041
(75,64,65)
#3A3031
(58,48,49)
#292021
(41,32,33)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #C2B0B1

#C2B0B1
(194,176,177)
#C7B7B8
(199,183,184)
#CCBEBF
(204,190,191)
#D1C5C6
(209,197,198)
#D6CCCD
(214,204,205)
#DBD3D4
(219,211,212)
#E0DADB
(224,218,219)
#E5E1E2
(229,225,226)
#EAE8E9
(234,232,233)
#EFEFF0
(239,239,240)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B0B1 color. Also use rgb(194,176,177) instead hex code.

Text Font Color

.myTextColor { color: #C2B0B1; }

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

This text font color is #C2B0B1.


Background Color

.myBgColor { background-color: #C2B0B1; }

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

This div background color is #C2B0B1.


Border color

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

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

This div border color is #C2B0B1.


Opacity

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

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

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

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

This text has shadow with #C2B0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B0B1 on black background.


Color preview on white background

This text has color #C2B0B1 on white background.



Black color preview on #C2B0B1 background

This text has black color on #C2B0B1 background.


White color preview on #C2B0B1 background

This text has white color on #C2B0B1 background.