COLOR #C2B2A7

HEX: #C2B2A7
RGB: (194,178,167)

Color info

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

RGB color model

#C2B2A7 color RGB value is (194,178,167).

  • red value is 194;
  • green value is 178;
  • blue value is 167.
RGB:
(194,178,167)
(76%,70%,65%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 167 of 255 = 65%

194
178
167

R + G + B ~ 70%. #C2B2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 167 = 539 (100%)
R 194 of 539 ~ 35.99%
G 178 of 539 ~ 33.02%
B 167 of 539 ~ 30.98%

%35.99
%33.02
%30.98

CMYK color model

#C2B2A7 color CMYK value is (0,8,14,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,8,14,24)
C0M8Y14K24 
(0%,8%,14%,24%)
(0.00/0.08/0.14/0.24)	

CMYK percentages

%0
%8.25
%13.92
%23.92

Codes

Color #C2B2A7 in popluar color models

C2B2A7
RGB194178167
HSL24°18.12%70.78%
HSB/HSV24°13.92%76.08%
CMYK0.00%8.25%13.92%
23.92%

Color #C2B2A7 in popluar number systems.

HEXC2B2A7
Decimal194178167
Binary110000101011001010100111
Octal302262247

Shades and tints

Shades of #C2B2A7

#C2B2A7
(194,178,167)
#B1A298
(177,162,152)
#A09289
(160,146,137)
#8F827A
(143,130,122)
#7E726B
(126,114,107)
#6D625C
(109,98,92)
#5C524D
(92,82,77)
#4B423E
(75,66,62)
#3A322F
(58,50,47)
#292220
(41,34,32)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #C2B2A7

#C2B2A7
(194,178,167)
#C7B9AF
(199,185,175)
#CCC0B7
(204,192,183)
#D1C7BF
(209,199,191)
#D6CEC7
(214,206,199)
#DBD5CF
(219,213,207)
#E0DCD7
(224,220,215)
#E5E3DF
(229,227,223)
#EAEAE7
(234,234,231)
#EFF1EF
(239,241,239)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B2A7 color. Also use rgb(194,178,167) instead hex code.

Text Font Color

.myTextColor { color: #C2B2A7; }

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

This text font color is #C2B2A7.


Background Color

.myBgColor { background-color: #C2B2A7; }

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

This div background color is #C2B2A7.


Border color

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

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

This div border color is #C2B2A7.


Opacity

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

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

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

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

This text has shadow with #C2B2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B2A7 on black background.


Color preview on white background

This text has color #C2B2A7 on white background.



Black color preview on #C2B2A7 background

This text has black color on #C2B2A7 background.


White color preview on #C2B2A7 background

This text has white color on #C2B2A7 background.