COLOR #C2B6A1

HEX: #C2B6A1
RGB: (194,182,161)

Color info

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

RGB color model

#C2B6A1 color RGB value is (194,182,161).

  • red value is 194;
  • green value is 182;
  • blue value is 161.
RGB:
(194,182,161)
(76%,71%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 182 of 255 = 71%
B 161 of 255 = 63%

194
182
161

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

Portions of RGB colors in percentages

R + G + B =
194 + 182 + 161 = 537 (100%)
R 194 of 537 ~ 36.13%
G 182 of 537 ~ 33.89%
B 161 of 537 ~ 29.98%

%36.13
%33.89
%29.98

CMYK color model

#C2B6A1 color CMYK value is (0,6,17,24).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 17.01%
  • key color value is 23.92%
CMYK:
(0,6,17,24)
C0M6Y17K24 
(0%,6%,17%,24%)
(0.00/0.06/0.17/0.24)	

CMYK percentages

%0
%6.19
%17.01
%23.92

Codes

Color #C2B6A1 in popluar color models

C2B6A1
RGB194182161
HSL38°21.29%69.61%
HSB/HSV38°17.01%76.08%
CMYK0.00%6.19%17.01%
23.92%

Color #C2B6A1 in popluar number systems.

HEXC2B6A1
Decimal194182161
Binary110000101011011010100001
Octal302266241

Shades and tints

Shades of #C2B6A1

#C2B6A1
(194,182,161)
#B1A693
(177,166,147)
#A09685
(160,150,133)
#8F8677
(143,134,119)
#7E7669
(126,118,105)
#6D665B
(109,102,91)
#5C564D
(92,86,77)
#4B463F
(75,70,63)
#3A3631
(58,54,49)
#292623
(41,38,35)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #C2B6A1

#C2B6A1
(194,182,161)
#C7BCA9
(199,188,169)
#CCC2B1
(204,194,177)
#D1C8B9
(209,200,185)
#D6CEC1
(214,206,193)
#DBD4C9
(219,212,201)
#E0DAD1
(224,218,209)
#E5E0D9
(229,224,217)
#EAE6E1
(234,230,225)
#EFECE9
(239,236,233)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B6A1 color. Also use rgb(194,182,161) instead hex code.

Text Font Color

.myTextColor { color: #C2B6A1; }

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

This text font color is #C2B6A1.


Background Color

.myBgColor { background-color: #C2B6A1; }

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

This div background color is #C2B6A1.


Border color

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

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

This div border color is #C2B6A1.


Opacity

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

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

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

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

This text has shadow with #C2B6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B6A1 on black background.


Color preview on white background

This text has color #C2B6A1 on white background.



Black color preview on #C2B6A1 background

This text has black color on #C2B6A1 background.


White color preview on #C2B6A1 background

This text has white color on #C2B6A1 background.