COLOR #C2B1B6

HEX: #C2B1B6
RGB: (194,177,182)

Color info

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

RGB color model

#C2B1B6 color RGB value is (194,177,182).

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

RGB channels and saturation

R 194 of 255 = 76%
G 177 of 255 = 69%
B 182 of 255 = 71%

194
177
182

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

Portions of RGB colors in percentages

R + G + B =
194 + 177 + 182 = 553 (100%)
R 194 of 553 ~ 35.08%
G 177 of 553 ~ 32.01%
B 182 of 553 ~ 32.91%

%35.08
%32.01
%32.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 6.19%
  • key color value is 23.92%
CMYK:
(0,9,6,24)
C0M9Y6K24 
(0%,9%,6%,24%)
(0.00/0.09/0.06/0.24)	

CMYK percentages

%0
%8.76
%6.19
%23.92

Codes

Color #C2B1B6 in popluar color models

C2B1B6
RGB194177182
HSL342°12.23%72.75%
HSB/HSV342°8.76%76.08%
CMYK0.00%8.76%6.19%
23.92%

Color #C2B1B6 in popluar number systems.

HEXC2B1B6
Decimal194177182
Binary110000101011000110110110
Octal302261266

Shades and tints

Shades of #C2B1B6

#C2B1B6
(194,177,182)
#B1A1A6
(177,161,166)
#A09196
(160,145,150)
#8F8186
(143,129,134)
#7E7176
(126,113,118)
#6D6166
(109,97,102)
#5C5156
(92,81,86)
#4B4146
(75,65,70)
#3A3136
(58,49,54)
#292126
(41,33,38)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #C2B1B6

#C2B1B6
(194,177,182)
#C7B8BC
(199,184,188)
#CCBFC2
(204,191,194)
#D1C6C8
(209,198,200)
#D6CDCE
(214,205,206)
#DBD4D4
(219,212,212)
#E0DBDA
(224,219,218)
#E5E2E0
(229,226,224)
#EAE9E6
(234,233,230)
#EFF0EC
(239,240,236)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B1B6; }

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

This text font color is #C2B1B6.


Background Color

.myBgColor { background-color: #C2B1B6; }

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

This div background color is #C2B1B6.


Border color

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

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

This div border color is #C2B1B6.


Opacity

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

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

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

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

This text has shadow with #C2B1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B1B6 on black background.


Color preview on white background

This text has color #C2B1B6 on white background.



Black color preview on #C2B1B6 background

This text has black color on #C2B1B6 background.


White color preview on #C2B1B6 background

This text has white color on #C2B1B6 background.