COLOR #C2B0AB

HEX: #C2B0AB
RGB: (194,176,171)

Color info

#C2B0AB contains red, green and blue colors in about the same proportion. Web safe color of #C2B0AB is #CC9999 (or #C99).

RGB color model

#C2B0AB color RGB value is (194,176,171).

  • red value is 194;
  • green value is 176;
  • blue value is 171.
RGB:
(194,176,171)
(76%,69%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 176 of 255 = 69%
B 171 of 255 = 67%

194
176
171

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

Portions of RGB colors in percentages

R + G + B =
194 + 176 + 171 = 541 (100%)
R 194 of 541 ~ 35.86%
G 176 of 541 ~ 32.53%
B 171 of 541 ~ 31.61%

%35.86
%32.53
%31.61

CMYK color model

#C2B0AB color CMYK value is (0,9,12,24).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(0,9,12,24)
C0M9Y12K24 
(0%,9%,12%,24%)
(0.00/0.09/0.12/0.24)	

CMYK percentages

%0
%9.28
%11.86
%23.92

Codes

Color #C2B0AB in popluar color models

C2B0AB
RGB194176171
HSL13°15.86%71.57%
HSB/HSV13°11.86%76.08%
CMYK0.00%9.28%11.86%
23.92%

Color #C2B0AB in popluar number systems.

HEXC2B0AB
Decimal194176171
Binary110000101011000010101011
Octal302260253

Shades and tints

Shades of #C2B0AB

#C2B0AB
(194,176,171)
#B1A09C
(177,160,156)
#A0908D
(160,144,141)
#8F807E
(143,128,126)
#7E706F
(126,112,111)
#6D6060
(109,96,96)
#5C5051
(92,80,81)
#4B4042
(75,64,66)
#3A3033
(58,48,51)
#292024
(41,32,36)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #C2B0AB

#C2B0AB
(194,176,171)
#C7B7B2
(199,183,178)
#CCBEB9
(204,190,185)
#D1C5C0
(209,197,192)
#D6CCC7
(214,204,199)
#DBD3CE
(219,211,206)
#E0DAD5
(224,218,213)
#E5E1DC
(229,225,220)
#EAE8E3
(234,232,227)
#EFEFEA
(239,239,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B0AB; }

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

This text font color is #C2B0AB.


Background Color

.myBgColor { background-color: #C2B0AB; }

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

This div background color is #C2B0AB.


Border color

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

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

This div border color is #C2B0AB.


Opacity

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

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

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

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

This text has shadow with #C2B0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B0AB on black background.


Color preview on white background

This text has color #C2B0AB on white background.



Black color preview on #C2B0AB background

This text has black color on #C2B0AB background.


White color preview on #C2B0AB background

This text has white color on #C2B0AB background.