COLOR #C2B99F

HEX: #C2B99F RGB: (194,185,159)

Color info

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

RGB color model

#C2B99F color RGB value is (194,185,159).

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

RGB channels and saturation

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

194
185
159

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

Portions of RGB colors in percentages

R + G + B = 194 + 185 + 159 = 538 (100%)
R 194 of 538 ~ 36.06%
G 185 of 538 ~ 34.39%
B 159 of 538 ~ 29.55'%

%36.06
%34.39
%29.55

CMYK color model

#C2B99F color CMYK value is (0,5,18,24).

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

CMYK: (0,5,18,24)
C0M5Y18K24 (0%, 5%, 18%, 24%)
(0.00 / 0.05 / 0.18 / 0.24)

CMYK percentages

%0
%4.64
%18.04
%23.92

Codes

Color #C2B99F in popluar color models

C2 B9 9F
RGB 194 185 159
HSL 45° 22.29% 69.22%
HSB/HSV 45° 18.04% 76.08%
CMYK 0.00% 4.64% 18.04%
23.92%

Color #C2B99F in popluar number systems.

HEX C2 B9 9F
Decimal 194 185 159
Binary 11000010 10111001 10011111
Octal 302 271 237

Shades and tints

Shades of #C2B99F

#C2B99F
(194,185,159)
#B1A991
(177,169,145)
#A09983
(160,153,131)
#8F8975
(143,137,117)
#7E7967
(126,121,103)
#6D6959
(109,105,89)
#5C594B
(92,89,75)
#4B493D
(75,73,61)
#3A392F
(58,57,47)
#292921
(41,41,33)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #C2B99F

#C2B99F
(194,185,159)
#C7BFA7
(199,191,167)
#CCC5AF
(204,197,175)
#D1CBB7
(209,203,183)
#D6D1BF
(214,209,191)
#DBD7C7
(219,215,199)
#E0DDCF
(224,221,207)
#E5E3D7
(229,227,215)
#EAE9DF
(234,233,223)
#EFEFE7
(239,239,231)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B99F; }

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

This text font color is #C2B99F.

Background Color

.myBgColor { background-color: #C2B99F; }

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

This div background color is #C2B99F.

Border color

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

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

This div border color is #C2B99F.

Opacity

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

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

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

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

This text has shadow with #C2B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B99F.

Preview

Color preview on black background

This text has color #C2B99F on black background.


Color preview on white background

This text has color #C2B99F on white background.


Black color preview on #C2B99F background

This text has black color on #C2B99F background.


White color preview on #C2B99F background

This text has white color on #C2B99F background.


Related colors

Complementary color

Complementary color for #hex is #3D4660.


I love getcolorcode.com

Triadic colors

1 #9FC2B9 and #B99FC2 with #C2B99F are triadic colors.

2 #9FB9C2 and #B9C29F with #C2B99F are triadic colors.