COLOR #C2BBB9

HEX: #C2BBB9
RGB: (194,187,185)

Color info

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

RGB color model

#C2BBB9 color RGB value is (194,187,185).

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

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 185 of 255 = 73%

194
187
185

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

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 185 = 566 (100%)
R 194 of 566 ~ 34.28%
G 187 of 566 ~ 33.04%
B 185 of 566 ~ 32.69%

%34.28
%33.04
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 4.64%
  • key color value is 23.92%
CMYK:
(0,4,5,24)
C0M4Y5K24 
(0%,4%,5%,24%)
(0.00/0.04/0.05/0.24)	

CMYK percentages

%0
%3.61
%4.64
%23.92

Codes

Color #C2BBB9 in popluar color models

C2BBB9
RGB194187185
HSL13°6.87%74.31%
HSB/HSV13°4.64%76.08%
CMYK0.00%3.61%4.64%
23.92%

Color #C2BBB9 in popluar number systems.

HEXC2BBB9
Decimal194187185
Binary110000101011101110111001
Octal302273271

Shades and tints

Shades of #C2BBB9

#C2BBB9
(194,187,185)
#B1AAA9
(177,170,169)
#A09999
(160,153,153)
#8F8889
(143,136,137)
#7E7779
(126,119,121)
#6D6669
(109,102,105)
#5C5559
(92,85,89)
#4B4449
(75,68,73)
#3A3339
(58,51,57)
#292229
(41,34,41)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #C2BBB9

#C2BBB9
(194,187,185)
#C7C1BF
(199,193,191)
#CCC7C5
(204,199,197)
#D1CDCB
(209,205,203)
#D6D3D1
(214,211,209)
#DBD9D7
(219,217,215)
#E0DFDD
(224,223,221)
#E5E5E3
(229,229,227)
#EAEBE9
(234,235,233)
#EFF1EF
(239,241,239)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBB9; }

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

This text font color is #C2BBB9.


Background Color

.myBgColor { background-color: #C2BBB9; }

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

This div background color is #C2BBB9.


Border color

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

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

This div border color is #C2BBB9.


Opacity

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

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

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

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

This text has shadow with #C2BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BBB9 on black background.


Color preview on white background

This text has color #C2BBB9 on white background.



Black color preview on #C2BBB9 background

This text has black color on #C2BBB9 background.


White color preview on #C2BBB9 background

This text has white color on #C2BBB9 background.