COLOR #C2BBA0

HEX: #C2BBA0
RGB: (194,187,160)

Color info

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

RGB color model

#C2BBA0 color RGB value is (194,187,160).

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

RGB channels and saturation

R 194 of 255 = 76%
G 187 of 255 = 73%
B 160 of 255 = 63%

194
187
160

R + G + B ~ 71%. #C2BBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 187 + 160 = 541 (100%)
R 194 of 541 ~ 35.86%
G 187 of 541 ~ 34.57%
B 160 of 541 ~ 29.57%

%35.86
%34.57
%29.57

CMYK color model

#C2BBA0 color CMYK value is (0,4,18,24).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK:
(0,4,18,24)
C0M4Y18K24 
(0%,4%,18%,24%)
(0.00/0.04/0.18/0.24)	

CMYK percentages

%0
%3.61
%17.53
%23.92

Codes

Color #C2BBA0 in popluar color models

C2BBA0
RGB194187160
HSL48°21.79%69.41%
HSB/HSV48°17.53%76.08%
CMYK0.00%3.61%17.53%
23.92%

Color #C2BBA0 in popluar number systems.

HEXC2BBA0
Decimal194187160
Binary110000101011101110100000
Octal302273240

Shades and tints

Shades of #C2BBA0

#C2BBA0
(194,187,160)
#B1AA92
(177,170,146)
#A09984
(160,153,132)
#8F8876
(143,136,118)
#7E7768
(126,119,104)
#6D665A
(109,102,90)
#5C554C
(92,85,76)
#4B443E
(75,68,62)
#3A3330
(58,51,48)
#292222
(41,34,34)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #C2BBA0

#C2BBA0
(194,187,160)
#C7C1A8
(199,193,168)
#CCC7B0
(204,199,176)
#D1CDB8
(209,205,184)
#D6D3C0
(214,211,192)
#DBD9C8
(219,217,200)
#E0DFD0
(224,223,208)
#E5E5D8
(229,229,216)
#EAEBE0
(234,235,224)
#EFF1E8
(239,241,232)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BBA0; }

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

This text font color is #C2BBA0.


Background Color

.myBgColor { background-color: #C2BBA0; }

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

This div background color is #C2BBA0.


Border color

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

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

This div border color is #C2BBA0.


Opacity

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

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

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

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

This text has shadow with #C2BBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BBA0 on black background.


Color preview on white background

This text has color #C2BBA0 on white background.



Black color preview on #C2BBA0 background

This text has black color on #C2BBA0 background.


White color preview on #C2BBA0 background

This text has white color on #C2BBA0 background.