COLOR #C2BE94

HEX: #C2BE94
RGB: (194,190,148)

Color info

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

RGB color model

#C2BE94 color RGB value is (194,190,148).

  • red value is 194;
  • green value is 190;
  • blue value is 148.
RGB:
(194,190,148)
(76%,75%,58%)

RGB channels and saturation

R 194 of 255 = 76%
G 190 of 255 = 75%
B 148 of 255 = 58%

194
190
148

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

Portions of RGB colors in percentages

R + G + B =
194 + 190 + 148 = 532 (100%)
R 194 of 532 ~ 36.47%
G 190 of 532 ~ 35.71%
B 148 of 532 ~ 27.82%

%36.47
%35.71
%27.82

CMYK color model

#C2BE94 color CMYK value is (0,2,24,24).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(0,2,24,24)
C0M2Y24K24 
(0%,2%,24%,24%)
(0.00/0.02/0.24/0.24)	

CMYK percentages

%0
%2.06
%23.71
%23.92

Codes

Color #C2BE94 in popluar color models

C2BE94
RGB194190148
HSL55°27.38%67.06%
HSB/HSV55°23.71%76.08%
CMYK0.00%2.06%23.71%
23.92%

Color #C2BE94 in popluar number systems.

HEXC2BE94
Decimal194190148
Binary110000101011111010010100
Octal302276224

Shades and tints

Shades of #C2BE94

#C2BE94
(194,190,148)
#B1AD87
(177,173,135)
#A09C7A
(160,156,122)
#8F8B6D
(143,139,109)
#7E7A60
(126,122,96)
#6D6953
(109,105,83)
#5C5846
(92,88,70)
#4B4739
(75,71,57)
#3A362C
(58,54,44)
#29251F
(41,37,31)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #C2BE94

#C2BE94
(194,190,148)
#C7C39D
(199,195,157)
#CCC8A6
(204,200,166)
#D1CDAF
(209,205,175)
#D6D2B8
(214,210,184)
#DBD7C1
(219,215,193)
#E0DCCA
(224,220,202)
#E5E1D3
(229,225,211)
#EAE6DC
(234,230,220)
#EFEBE5
(239,235,229)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BE94 color. Also use rgb(194,190,148) instead hex code.

Text Font Color

.myTextColor { color: #C2BE94; }

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

This text font color is #C2BE94.


Background Color

.myBgColor { background-color: #C2BE94; }

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

This div background color is #C2BE94.


Border color

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

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

This div border color is #C2BE94.


Opacity

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

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

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

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

This text has shadow with #C2BE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BE94 on black background.


Color preview on white background

This text has color #C2BE94 on white background.



Black color preview on #C2BE94 background

This text has black color on #C2BE94 background.


White color preview on #C2BE94 background

This text has white color on #C2BE94 background.