COLOR #C2BCB7

HEX: #C2BCB7
RGB: (194,188,183)

Color info

#C2BCB7 contains red, green and blue colors in about the same proportion. Web safe color of #C2BCB7 is #CCCCCC (or #CCC).

RGB color model

#C2BCB7 color RGB value is (194,188,183).

  • red value is 194;
  • green value is 188;
  • blue value is 183.
RGB:
(194,188,183)
(76%,74%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 183 of 255 = 72%

194
188
183

R + G + B ~ 74%. #C2BCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 188 + 183 = 565 (100%)
R 194 of 565 ~ 34.34%
G 188 of 565 ~ 33.27%
B 183 of 565 ~ 32.39%

%34.34
%33.27
%32.39

CMYK color model

#C2BCB7 color CMYK value is (0,3,6,24).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 5.67%
  • key color value is 23.92%
CMYK:
(0,3,6,24)
C0M3Y6K24 
(0%,3%,6%,24%)
(0.00/0.03/0.06/0.24)	

CMYK percentages

%0
%3.09
%5.67
%23.92

Codes

Color #C2BCB7 in popluar color models

C2BCB7
RGB194188183
HSL27°8.27%73.92%
HSB/HSV27°5.67%76.08%
CMYK0.00%3.09%5.67%
23.92%

Color #C2BCB7 in popluar number systems.

HEXC2BCB7
Decimal194188183
Binary110000101011110010110111
Octal302274267

Shades and tints

Shades of #C2BCB7

#C2BCB7
(194,188,183)
#B1ABA7
(177,171,167)
#A09A97
(160,154,151)
#8F8987
(143,137,135)
#7E7877
(126,120,119)
#6D6767
(109,103,103)
#5C5657
(92,86,87)
#4B4547
(75,69,71)
#3A3437
(58,52,55)
#292327
(41,35,39)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #C2BCB7

#C2BCB7
(194,188,183)
#C7C2BD
(199,194,189)
#CCC8C3
(204,200,195)
#D1CEC9
(209,206,201)
#D6D4CF
(214,212,207)
#DBDAD5
(219,218,213)
#E0E0DB
(224,224,219)
#E5E6E1
(229,230,225)
#EAECE7
(234,236,231)
#EFF2ED
(239,242,237)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BCB7 color. Also use rgb(194,188,183) instead hex code.

Text Font Color

.myTextColor { color: #C2BCB7; }

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

This text font color is #C2BCB7.


Background Color

.myBgColor { background-color: #C2BCB7; }

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

This div background color is #C2BCB7.


Border color

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

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

This div border color is #C2BCB7.


Opacity

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

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

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

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

This text has shadow with #C2BCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BCB7 on black background.


Color preview on white background

This text has color #C2BCB7 on white background.



Black color preview on #C2BCB7 background

This text has black color on #C2BCB7 background.


White color preview on #C2BCB7 background

This text has white color on #C2BCB7 background.