COLOR #C2B09F

HEX: #C2B09F
RGB: (194,176,159)

Color info

#C2B09F contains red, green and blue colors in about the same proportion. Web safe color of #C2B09F is #CC9999 (or #C99).

RGB color model

#C2B09F color RGB value is (194,176,159).

  • red value is 194;
  • green value is 176;
  • blue value is 159.
RGB:
(194,176,159)
(76%,69%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 176 of 255 = 69%
B 159 of 255 = 62%

194
176
159

R + G + B ~ 69%. #C2B09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 176 + 159 = 529 (100%)
R 194 of 529 ~ 36.67%
G 176 of 529 ~ 33.27%
B 159 of 529 ~ 30.06%

%36.67
%33.27
%30.06

CMYK color model

#C2B09F color CMYK value is (0,9,18,24).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(0,9,18,24)
C0M9Y18K24 
(0%,9%,18%,24%)
(0.00/0.09/0.18/0.24)	

CMYK percentages

%0
%9.28
%18.04
%23.92

Codes

Color #C2B09F in popluar color models

C2B09F
RGB194176159
HSL29°22.29%69.22%
HSB/HSV29°18.04%76.08%
CMYK0.00%9.28%18.04%
23.92%

Color #C2B09F in popluar number systems.

HEXC2B09F
Decimal194176159
Binary110000101011000010011111
Octal302260237

Shades and tints

Shades of #C2B09F

#C2B09F
(194,176,159)
#B1A091
(177,160,145)
#A09083
(160,144,131)
#8F8075
(143,128,117)
#7E7067
(126,112,103)
#6D6059
(109,96,89)
#5C504B
(92,80,75)
#4B403D
(75,64,61)
#3A302F
(58,48,47)
#292021
(41,32,33)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #C2B09F

#C2B09F
(194,176,159)
#C7B7A7
(199,183,167)
#CCBEAF
(204,190,175)
#D1C5B7
(209,197,183)
#D6CCBF
(214,204,191)
#DBD3C7
(219,211,199)
#E0DACF
(224,218,207)
#E5E1D7
(229,225,215)
#EAE8DF
(234,232,223)
#EFEFE7
(239,239,231)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B09F; }

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

This text font color is #C2B09F.


Background Color

.myBgColor { background-color: #C2B09F; }

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

This div background color is #C2B09F.


Border color

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

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

This div border color is #C2B09F.


Opacity

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

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

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

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

This text has shadow with #C2B09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B09F on black background.


Color preview on white background

This text has color #C2B09F on white background.



Black color preview on #C2B09F background

This text has black color on #C2B09F background.


White color preview on #C2B09F background

This text has white color on #C2B09F background.