COLOR #C2B9B8

HEX: #C2B9B8
RGB: (194,185,184)

Color info

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

RGB color model

#C2B9B8 color RGB value is (194,185,184).

  • red value is 194;
  • green value is 185;
  • blue value is 184.
RGB:
(194,185,184)
(76%,73%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 184 of 255 = 72%

194
185
184

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

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 184 = 563 (100%)
R 194 of 563 ~ 34.46%
G 185 of 563 ~ 32.86%
B 184 of 563 ~ 32.68%

%34.46
%32.86
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 5.15%
  • key color value is 23.92%
CMYK:
(0,5,5,24)
C0M5Y5K24 
(0%,5%,5%,24%)
(0.00/0.05/0.05/0.24)	

CMYK percentages

%0
%4.64
%5.15
%23.92

Codes

Color #C2B9B8 in popluar color models

C2B9B8
RGB194185184
HSL7.58%74.12%
HSB/HSV5.15%76.08%
CMYK0.00%4.64%5.15%
23.92%

Color #C2B9B8 in popluar number systems.

HEXC2B9B8
Decimal194185184
Binary110000101011100110111000
Octal302271270

Shades and tints

Shades of #C2B9B8

#C2B9B8
(194,185,184)
#B1A9A8
(177,169,168)
#A09998
(160,153,152)
#8F8988
(143,137,136)
#7E7978
(126,121,120)
#6D6968
(109,105,104)
#5C5958
(92,89,88)
#4B4948
(75,73,72)
#3A3938
(58,57,56)
#292928
(41,41,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #C2B9B8

#C2B9B8
(194,185,184)
#C7BFBE
(199,191,190)
#CCC5C4
(204,197,196)
#D1CBCA
(209,203,202)
#D6D1D0
(214,209,208)
#DBD7D6
(219,215,214)
#E0DDDC
(224,221,220)
#E5E3E2
(229,227,226)
#EAE9E8
(234,233,232)
#EFEFEE
(239,239,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B9B8 color. Also use rgb(194,185,184) instead hex code.

Text Font Color

.myTextColor { color: #C2B9B8; }

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

This text font color is #C2B9B8.


Background Color

.myBgColor { background-color: #C2B9B8; }

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

This div background color is #C2B9B8.


Border color

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

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

This div border color is #C2B9B8.


Opacity

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

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

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

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

This text has shadow with #C2B9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B9B8 on black background.


Color preview on white background

This text has color #C2B9B8 on white background.



Black color preview on #C2B9B8 background

This text has black color on #C2B9B8 background.


White color preview on #C2B9B8 background

This text has white color on #C2B9B8 background.