COLOR #C2B97B

HEX: #C2B97B RGB: (194,185,123)

Color info

#C2B97B contains mainly red and green colors. Web safe color of #C2B97B is #CCCC66 (or #CC6).

RGB color model

#C2B97B color RGB value is (194,185,123).

RGB: (194,185,123) (76%, 73%, 48%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 123 of 255 = 48%

194
185
123

R + G + B ~ 66%. #C2B97B is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 185 + 123 = 502 (100%)
R 194 of 502 ~ 38.65%
G 185 of 502 ~ 36.85%
B 123 of 502 ~ 24.5'%

%38.65
%36.85
%24.5

CMYK color model

#C2B97B color CMYK value is (0,5,37,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 36.60%
  • key color value is 23.92%

CMYK: (0,5,37,24)
C0M5Y37K24 (0%, 5%, 37%, 24%)
(0.00 / 0.05 / 0.37 / 0.24)

CMYK percentages

%0
%4.64
%36.6
%23.92

Codes

Color #C2B97B in popluar color models

C2 B9 7B
RGB 194 185 123
HSL 52° 36.79% 62.16%
HSB/HSV 52° 36.60% 76.08%
CMYK 0.00% 4.64% 36.60%
23.92%

Color #C2B97B in popluar number systems.

HEX C2 B9 7B
Decimal 194 185 123
Binary 11000010 10111001 1111011
Octal 302 271 173

Shades and tints

Shades of #C2B97B

#C2B97B
(194,185,123)
#B1A970
(177,169,112)
#A09965
(160,153,101)
#8F895A
(143,137,90)
#7E794F
(126,121,79)
#6D6944
(109,105,68)
#5C5939
(92,89,57)
#4B492E
(75,73,46)
#3A3923
(58,57,35)
#292918
(41,41,24)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #C2B97B

#C2B97B
(194,185,123)
#C7BF87
(199,191,135)
#CCC593
(204,197,147)
#D1CB9F
(209,203,159)
#D6D1AB
(214,209,171)
#DBD7B7
(219,215,183)
#E0DDC3
(224,221,195)
#E5E3CF
(229,227,207)
#EAE9DB
(234,233,219)
#EFEFE7
(239,239,231)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B97B color. Also use rgb(194,185,123) instead hex code.

Text Font Color

.myTextColor { color: #C2B97B; }

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

This text font color is #C2B97B.

Background Color

.myBgColor { background-color: #C2B97B; }

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

This div background color is #C2B97B.

Border color

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

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

This div border color is #C2B97B.

Opacity

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

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

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

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

This text has shadow with #C2B97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B97B.

Preview

Color preview on black background

This text has color #C2B97B on black background.


Color preview on white background

This text has color #C2B97B on white background.


Black color preview on #C2B97B background

This text has black color on #C2B97B background.


White color preview on #C2B97B background

This text has white color on #C2B97B background.


Related colors

Complementary color

Complementary color for #hex is #3D4684.


I love getcolorcode.com

Triadic colors

1 #7BC2B9 and #B97BC2 with #C2B97B are triadic colors.

2 #7BB9C2 and #B9C27B with #C2B97B are triadic colors.