COLOR #C2B2AD

HEX: #C2B2AD
RGB: (194,178,173)

Color info

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

RGB color model

#C2B2AD color RGB value is (194,178,173).

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

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 173 of 255 = 68%

194
178
173

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

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 173 = 545 (100%)
R 194 of 545 ~ 35.6%
G 178 of 545 ~ 32.66%
B 173 of 545 ~ 31.74%

%35.6
%32.66
%31.74

CMYK color model

#C2B2AD color CMYK value is (0,8,11,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(0,8,11,24)
C0M8Y11K24 
(0%,8%,11%,24%)
(0.00/0.08/0.11/0.24)	

CMYK percentages

%0
%8.25
%10.82
%23.92

Codes

Color #C2B2AD in popluar color models

C2B2AD
RGB194178173
HSL14°14.69%71.96%
HSB/HSV14°10.82%76.08%
CMYK0.00%8.25%10.82%
23.92%

Color #C2B2AD in popluar number systems.

HEXC2B2AD
Decimal194178173
Binary110000101011001010101101
Octal302262255

Shades and tints

Shades of #C2B2AD

#C2B2AD
(194,178,173)
#B1A29E
(177,162,158)
#A0928F
(160,146,143)
#8F8280
(143,130,128)
#7E7271
(126,114,113)
#6D6262
(109,98,98)
#5C5253
(92,82,83)
#4B4244
(75,66,68)
#3A3235
(58,50,53)
#292226
(41,34,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #C2B2AD

#C2B2AD
(194,178,173)
#C7B9B4
(199,185,180)
#CCC0BB
(204,192,187)
#D1C7C2
(209,199,194)
#D6CEC9
(214,206,201)
#DBD5D0
(219,213,208)
#E0DCD7
(224,220,215)
#E5E3DE
(229,227,222)
#EAEAE5
(234,234,229)
#EFF1EC
(239,241,236)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B2AD; }

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

This text font color is #C2B2AD.


Background Color

.myBgColor { background-color: #C2B2AD; }

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

This div background color is #C2B2AD.


Border color

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

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

This div border color is #C2B2AD.


Opacity

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

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

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

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

This text has shadow with #C2B2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B2AD on black background.


Color preview on white background

This text has color #C2B2AD on white background.



Black color preview on #C2B2AD background

This text has black color on #C2B2AD background.


White color preview on #C2B2AD background

This text has white color on #C2B2AD background.