COLOR #C2BBB6

HEX: #C2BBB6
RGB: (194,187,182)

Color info

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

RGB color model

#C2BBB6 color RGB value is (194,187,182).

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

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 182 of 255 = 71%

194
187
182

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

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 182 = 563 (100%)
R 194 of 563 ~ 34.46%
G 187 of 563 ~ 33.21%
B 182 of 563 ~ 32.33%

%34.46
%33.21
%32.33

CMYK color model

#C2BBB6 color CMYK value is (0,4,6,24).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 6.19%
  • key color value is 23.92%
CMYK:
(0,4,6,24)
C0M4Y6K24 
(0%,4%,6%,24%)
(0.00/0.04/0.06/0.24)	

CMYK percentages

%0
%3.61
%6.19
%23.92

Codes

Color #C2BBB6 in popluar color models

C2BBB6
RGB194187182
HSL25°8.96%73.73%
HSB/HSV25°6.19%76.08%
CMYK0.00%3.61%6.19%
23.92%

Color #C2BBB6 in popluar number systems.

HEXC2BBB6
Decimal194187182
Binary110000101011101110110110
Octal302273266

Shades and tints

Shades of #C2BBB6

#C2BBB6
(194,187,182)
#B1AAA6
(177,170,166)
#A09996
(160,153,150)
#8F8886
(143,136,134)
#7E7776
(126,119,118)
#6D6666
(109,102,102)
#5C5556
(92,85,86)
#4B4446
(75,68,70)
#3A3336
(58,51,54)
#292226
(41,34,38)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #C2BBB6

#C2BBB6
(194,187,182)
#C7C1BC
(199,193,188)
#CCC7C2
(204,199,194)
#D1CDC8
(209,205,200)
#D6D3CE
(214,211,206)
#DBD9D4
(219,217,212)
#E0DFDA
(224,223,218)
#E5E5E0
(229,229,224)
#EAEBE6
(234,235,230)
#EFF1EC
(239,241,236)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBB6; }

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

This text font color is #C2BBB6.


Background Color

.myBgColor { background-color: #C2BBB6; }

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

This div background color is #C2BBB6.


Border color

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

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

This div border color is #C2BBB6.


Opacity

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

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

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

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

This text has shadow with #C2BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BBB6 on black background.


Color preview on white background

This text has color #C2BBB6 on white background.



Black color preview on #C2BBB6 background

This text has black color on #C2BBB6 background.


White color preview on #C2BBB6 background

This text has white color on #C2BBB6 background.