COLOR #C2BBB0

HEX: #C2BBB0 RGB: (194,187,176)

Color info

#C2BBB0 contains red, green and blue colors in about the same proportion. Web safe color of #C2BBB0 is #CCCC99 (or #CC9).

RGB color model

#C2BBB0 color RGB value is (194,187,176).

RGB: (194,187,176) (76%, 73%, 69%)

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 176 of 255 = 69%

194
187
176

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

Portions of RGB colors in percentages

R + G + B = 194 + 187 + 176 = 557 (100%)
R 194 of 557 ~ 34.83%
G 187 of 557 ~ 33.57%
B 176 of 557 ~ 31.6'%

%34.83
%33.57
%31.6

CMYK color model

#C2BBB0 color CMYK value is (0,4,9,24).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 9.28%
  • key color value is 23.92%

CMYK: (0,4,9,24)
C0M4Y9K24 (0%, 4%, 9%, 24%)
(0.00 / 0.04 / 0.09 / 0.24)

CMYK percentages

%0
%3.61
%9.28
%23.92

Codes

Color #C2BBB0 in popluar color models

C2 BB B0
RGB 194 187 176
HSL 37° 12.86% 72.55%
HSB/HSV 37° 9.28% 76.08%
CMYK 0.00% 3.61% 9.28%
23.92%

Color #C2BBB0 in popluar number systems.

HEX C2 BB B0
Decimal 194 187 176
Binary 11000010 10111011 10110000
Octal 302 273 260

Shades and tints

Shades of #C2BBB0

#C2BBB0
(194,187,176)
#B1AAA0
(177,170,160)
#A09990
(160,153,144)
#8F8880
(143,136,128)
#7E7770
(126,119,112)
#6D6660
(109,102,96)
#5C5550
(92,85,80)
#4B4440
(75,68,64)
#3A3330
(58,51,48)
#292220
(41,34,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #C2BBB0

#C2BBB0
(194,187,176)
#C7C1B7
(199,193,183)
#CCC7BE
(204,199,190)
#D1CDC5
(209,205,197)
#D6D3CC
(214,211,204)
#DBD9D3
(219,217,211)
#E0DFDA
(224,223,218)
#E5E5E1
(229,229,225)
#EAEBE8
(234,235,232)
#EFF1EF
(239,241,239)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBB0; }

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

This text font color is #C2BBB0.

Background Color

.myBgColor { background-color: #C2BBB0; }

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

This div background color is #C2BBB0.

Border color

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

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

This div border color is #C2BBB0.

Opacity

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

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

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

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

This text has shadow with #C2BBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BBB0.

Preview

Color preview on black background

This text has color #C2BBB0 on black background.


Color preview on white background

This text has color #C2BBB0 on white background.


Black color preview on #C2BBB0 background

This text has black color on #C2BBB0 background.


White color preview on #C2BBB0 background

This text has white color on #C2BBB0 background.


Related colors

Complementary color

Complementary color for #hex is #3D444F.


I love getcolorcode.com

Triadic colors

1 #B0C2BB and #BBB0C2 with #C2BBB0 are triadic colors.

2 #B0BBC2 and #BBC2B0 with #C2BBB0 are triadic colors.