COLOR #C2B5AC

HEX: #C2B5AC
RGB: (194,181,172)

Color info

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

RGB color model

#C2B5AC color RGB value is (194,181,172).

  • red value is 194;
  • green value is 181;
  • blue value is 172.
RGB:
(194,181,172)
(76%,71%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 172 of 255 = 67%

194
181
172

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

Portions of RGB colors in percentages

R + G + B =
194 + 181 + 172 = 547 (100%)
R 194 of 547 ~ 35.47%
G 181 of 547 ~ 33.09%
B 172 of 547 ~ 31.44%

%35.47
%33.09
%31.44

CMYK color model

#C2B5AC color CMYK value is (0,7,11,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 11.34%
  • key color value is 23.92%
CMYK:
(0,7,11,24)
C0M7Y11K24 
(0%,7%,11%,24%)
(0.00/0.07/0.11/0.24)	

CMYK percentages

%0
%6.7
%11.34
%23.92

Codes

Color #C2B5AC in popluar color models

C2B5AC
RGB194181172
HSL25°15.28%71.76%
HSB/HSV25°11.34%76.08%
CMYK0.00%6.70%11.34%
23.92%

Color #C2B5AC in popluar number systems.

HEXC2B5AC
Decimal194181172
Binary110000101011010110101100
Octal302265254

Shades and tints

Shades of #C2B5AC

#C2B5AC
(194,181,172)
#B1A59D
(177,165,157)
#A0958E
(160,149,142)
#8F857F
(143,133,127)
#7E7570
(126,117,112)
#6D6561
(109,101,97)
#5C5552
(92,85,82)
#4B4543
(75,69,67)
#3A3534
(58,53,52)
#292525
(41,37,37)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2B5AC

#C2B5AC
(194,181,172)
#C7BBB3
(199,187,179)
#CCC1BA
(204,193,186)
#D1C7C1
(209,199,193)
#D6CDC8
(214,205,200)
#DBD3CF
(219,211,207)
#E0D9D6
(224,217,214)
#E5DFDD
(229,223,221)
#EAE5E4
(234,229,228)
#EFEBEB
(239,235,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B5AC color. Also use rgb(194,181,172) instead hex code.

Text Font Color

.myTextColor { color: #C2B5AC; }

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

This text font color is #C2B5AC.


Background Color

.myBgColor { background-color: #C2B5AC; }

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

This div background color is #C2B5AC.


Border color

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

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

This div border color is #C2B5AC.


Opacity

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

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

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

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

This text has shadow with #C2B5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B5AC on black background.


Color preview on white background

This text has color #C2B5AC on white background.



Black color preview on #C2B5AC background

This text has black color on #C2B5AC background.


White color preview on #C2B5AC background

This text has white color on #C2B5AC background.