COLOR #C2B99D

HEX: #C2B99D RGB: (194,185,157)

Color info

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

RGB color model

#C2B99D color RGB value is (194,185,157).

RGB: (194,185,157) (76%, 73%, 62%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 157 of 255 = 62%

194
185
157

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

Portions of RGB colors in percentages

R + G + B = 194 + 185 + 157 = 536 (100%)
R 194 of 536 ~ 36.19%
G 185 of 536 ~ 34.51%
B 157 of 536 ~ 29.29'%

%36.19
%34.51
%29.29

CMYK color model

#C2B99D color CMYK value is (0,5,19,24).

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

CMYK: (0,5,19,24)
C0M5Y19K24 (0%, 5%, 19%, 24%)
(0.00 / 0.05 / 0.19 / 0.24)

CMYK percentages

%0
%4.64
%19.07
%23.92

Codes

Color #C2B99D in popluar color models

C2 B9 9D
RGB 194 185 157
HSL 45° 23.27% 68.82%
HSB/HSV 45° 19.07% 76.08%
CMYK 0.00% 4.64% 19.07%
23.92%

Color #C2B99D in popluar number systems.

HEX C2 B9 9D
Decimal 194 185 157
Binary 11000010 10111001 10011101
Octal 302 271 235

Shades and tints

Shades of #C2B99D

#C2B99D
(194,185,157)
#B1A98F
(177,169,143)
#A09981
(160,153,129)
#8F8973
(143,137,115)
#7E7965
(126,121,101)
#6D6957
(109,105,87)
#5C5949
(92,89,73)
#4B493B
(75,73,59)
#3A392D
(58,57,45)
#29291F
(41,41,31)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #C2B99D

#C2B99D
(194,185,157)
#C7BFA5
(199,191,165)
#CCC5AD
(204,197,173)
#D1CBB5
(209,203,181)
#D6D1BD
(214,209,189)
#DBD7C5
(219,215,197)
#E0DDCD
(224,221,205)
#E5E3D5
(229,227,213)
#EAE9DD
(234,233,221)
#EFEFE5
(239,239,229)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B99D; }

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

This text font color is #C2B99D.

Background Color

.myBgColor { background-color: #C2B99D; }

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

This div background color is #C2B99D.

Border color

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

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

This div border color is #C2B99D.

Opacity

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

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

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

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

This text has shadow with #C2B99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B99D.

Preview

Color preview on black background

This text has color #C2B99D on black background.


Color preview on white background

This text has color #C2B99D on white background.


Black color preview on #C2B99D background

This text has black color on #C2B99D background.


White color preview on #C2B99D background

This text has white color on #C2B99D background.


Related colors

Complementary color

Complementary color for #hex is #3D4662.


I love getcolorcode.com

Triadic colors

1 #9DC2B9 and #B99DC2 with #C2B99D are triadic colors.

2 #9DB9C2 and #B9C29D with #C2B99D are triadic colors.