COLOR #C2BC9E

HEX: #C2BC9E
RGB: (194,188,158)

Color info

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

RGB color model

#C2BC9E color RGB value is (194,188,158).

  • red value is 194;
  • green value is 188;
  • blue value is 158.
RGB:
(194,188,158)
(76%,74%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 188 of 255 = 74%
B 158 of 255 = 62%

194
188
158

R + G + B ~ 71%. #C2BC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 188 + 158 = 540 (100%)
R 194 of 540 ~ 35.93%
G 188 of 540 ~ 34.81%
B 158 of 540 ~ 29.26%

%35.93
%34.81
%29.26

CMYK color model

#C2BC9E color CMYK value is (0,3,19,24).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 18.56%
  • key color value is 23.92%
CMYK:
(0,3,19,24)
C0M3Y19K24 
(0%,3%,19%,24%)
(0.00/0.03/0.19/0.24)	

CMYK percentages

%0
%3.09
%18.56
%23.92

Codes

Color #C2BC9E in popluar color models

C2BC9E
RGB194188158
HSL50°22.78%69.02%
HSB/HSV50°18.56%76.08%
CMYK0.00%3.09%18.56%
23.92%

Color #C2BC9E in popluar number systems.

HEXC2BC9E
Decimal194188158
Binary110000101011110010011110
Octal302274236

Shades and tints

Shades of #C2BC9E

#C2BC9E
(194,188,158)
#B1AB90
(177,171,144)
#A09A82
(160,154,130)
#8F8974
(143,137,116)
#7E7866
(126,120,102)
#6D6758
(109,103,88)
#5C564A
(92,86,74)
#4B453C
(75,69,60)
#3A342E
(58,52,46)
#292320
(41,35,32)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #C2BC9E

#C2BC9E
(194,188,158)
#C7C2A6
(199,194,166)
#CCC8AE
(204,200,174)
#D1CEB6
(209,206,182)
#D6D4BE
(214,212,190)
#DBDAC6
(219,218,198)
#E0E0CE
(224,224,206)
#E5E6D6
(229,230,214)
#EAECDE
(234,236,222)
#EFF2E6
(239,242,230)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BC9E color. Also use rgb(194,188,158) instead hex code.

Text Font Color

.myTextColor { color: #C2BC9E; }

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

This text font color is #C2BC9E.


Background Color

.myBgColor { background-color: #C2BC9E; }

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

This div background color is #C2BC9E.


Border color

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

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

This div border color is #C2BC9E.


Opacity

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

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

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

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

This text has shadow with #C2BC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BC9E on black background.


Color preview on white background

This text has color #C2BC9E on white background.



Black color preview on #C2BC9E background

This text has black color on #C2BC9E background.


White color preview on #C2BC9E background

This text has white color on #C2BC9E background.