COLOR #C2B2A8

HEX: #C2B2A8
RGB: (194,178,168)

Color info

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

RGB color model

#C2B2A8 color RGB value is (194,178,168).

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

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 168 of 255 = 66%

194
178
168

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

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 168 = 540 (100%)
R 194 of 540 ~ 35.93%
G 178 of 540 ~ 32.96%
B 168 of 540 ~ 31.11%

%35.93
%32.96
%31.11

CMYK color model

#C2B2A8 color CMYK value is (0,8,13,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 13.40%
  • key color value is 23.92%
CMYK:
(0,8,13,24)
C0M8Y13K24 
(0%,8%,13%,24%)
(0.00/0.08/0.13/0.24)	

CMYK percentages

%0
%8.25
%13.4
%23.92

Codes

Color #C2B2A8 in popluar color models

C2B2A8
RGB194178168
HSL23°17.57%70.98%
HSB/HSV23°13.40%76.08%
CMYK0.00%8.25%13.40%
23.92%

Color #C2B2A8 in popluar number systems.

HEXC2B2A8
Decimal194178168
Binary110000101011001010101000
Octal302262250

Shades and tints

Shades of #C2B2A8

#C2B2A8
(194,178,168)
#B1A299
(177,162,153)
#A0928A
(160,146,138)
#8F827B
(143,130,123)
#7E726C
(126,114,108)
#6D625D
(109,98,93)
#5C524E
(92,82,78)
#4B423F
(75,66,63)
#3A3230
(58,50,48)
#292221
(41,34,33)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #C2B2A8

#C2B2A8
(194,178,168)
#C7B9AF
(199,185,175)
#CCC0B6
(204,192,182)
#D1C7BD
(209,199,189)
#D6CEC4
(214,206,196)
#DBD5CB
(219,213,203)
#E0DCD2
(224,220,210)
#E5E3D9
(229,227,217)
#EAEAE0
(234,234,224)
#EFF1E7
(239,241,231)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B2A8; }

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

This text font color is #C2B2A8.


Background Color

.myBgColor { background-color: #C2B2A8; }

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

This div background color is #C2B2A8.


Border color

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

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

This div border color is #C2B2A8.


Opacity

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

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

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

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

This text has shadow with #C2B2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B2A8 on black background.


Color preview on white background

This text has color #C2B2A8 on white background.



Black color preview on #C2B2A8 background

This text has black color on #C2B2A8 background.


White color preview on #C2B2A8 background

This text has white color on #C2B2A8 background.