COLOR #C3B09E

HEX: #C3B09E
RGB: (195,176,158)

Color info

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

RGB color model

#C3B09E color RGB value is (195,176,158).

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

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 158 of 255 = 62%

195
176
158

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

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 158 = 529 (100%)
R 195 of 529 ~ 36.86%
G 176 of 529 ~ 33.27%
B 158 of 529 ~ 29.87%

%36.86
%33.27
%29.87

CMYK color model

#C3B09E color CMYK value is (0,10,19,24).

  • cyan value is 0.00%
  • magenta value is 9.74%
  • yellow value is 18.97%
  • key color value is 23.53%
CMYK:
(0,10,19,24)
C0M10Y19K24 
(0%,10%,19%,24%)
(0.00/0.10/0.19/0.24)	

CMYK percentages

%0
%9.74
%18.97
%23.53

Codes

Color #C3B09E in popluar color models

C3B09E
RGB195176158
HSL29°23.57%69.22%
HSB/HSV29°18.97%76.47%
CMYK0.00%9.74%18.97%
23.53%

Color #C3B09E in popluar number systems.

HEXC3B09E
Decimal195176158
Binary110000111011000010011110
Octal303260236

Shades and tints

Shades of #C3B09E

#C3B09E
(195,176,158)
#B2A090
(178,160,144)
#A19082
(161,144,130)
#908074
(144,128,116)
#7F7066
(127,112,102)
#6E6058
(110,96,88)
#5D504A
(93,80,74)
#4C403C
(76,64,60)
#3B302E
(59,48,46)
#2A2020
(42,32,32)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #C3B09E

#C3B09E
(195,176,158)
#C8B7A6
(200,183,166)
#CDBEAE
(205,190,174)
#D2C5B6
(210,197,182)
#D7CCBE
(215,204,190)
#DCD3C6
(220,211,198)
#E1DACE
(225,218,206)
#E6E1D6
(230,225,214)
#EBE8DE
(235,232,222)
#F0EFE6
(240,239,230)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B09E color. Also use rgb(195,176,158) instead hex code.

Text Font Color

.myTextColor { color: #C3B09E; }

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

This text font color is #C3B09E.


Background Color

.myBgColor { background-color: #C3B09E; }

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

This div background color is #C3B09E.


Border color

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

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

This div border color is #C3B09E.


Opacity

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

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

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

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

This text has shadow with #C3B09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B09E on black background.


Color preview on white background

This text has color #C3B09E on white background.



Black color preview on #C3B09E background

This text has black color on #C3B09E background.


White color preview on #C3B09E background

This text has white color on #C3B09E background.