COLOR #C2B98D

HEX: #C2B98D
RGB: (194,185,141)

Color info

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

RGB color model

#C2B98D color RGB value is (194,185,141).

  • red value is 194;
  • green value is 185;
  • blue value is 141.
RGB:
(194,185,141)
(76%,73%,55%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 141 of 255 = 55%

194
185
141

R + G + B ~ 68%. #C2B98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 141 = 520 (100%)
R 194 of 520 ~ 37.31%
G 185 of 520 ~ 35.58%
B 141 of 520 ~ 27.12%

%37.31
%35.58
%27.12

CMYK color model

#C2B98D color CMYK value is (0,5,27,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(0,5,27,24)
C0M5Y27K24 
(0%,5%,27%,24%)
(0.00/0.05/0.27/0.24)	

CMYK percentages

%0
%4.64
%27.32
%23.92

Codes

Color #C2B98D in popluar color models

C2B98D
RGB194185141
HSL50°30.29%65.69%
HSB/HSV50°27.32%76.08%
CMYK0.00%4.64%27.32%
23.92%

Color #C2B98D in popluar number systems.

HEXC2B98D
Decimal194185141
Binary110000101011100110001101
Octal302271215

Shades and tints

Shades of #C2B98D

#C2B98D
(194,185,141)
#B1A981
(177,169,129)
#A09975
(160,153,117)
#8F8969
(143,137,105)
#7E795D
(126,121,93)
#6D6951
(109,105,81)
#5C5945
(92,89,69)
#4B4939
(75,73,57)
#3A392D
(58,57,45)
#292921
(41,41,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #C2B98D

#C2B98D
(194,185,141)
#C7BF97
(199,191,151)
#CCC5A1
(204,197,161)
#D1CBAB
(209,203,171)
#D6D1B5
(214,209,181)
#DBD7BF
(219,215,191)
#E0DDC9
(224,221,201)
#E5E3D3
(229,227,211)
#EAE9DD
(234,233,221)
#EFEFE7
(239,239,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B98D; }

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

This text font color is #C2B98D.


Background Color

.myBgColor { background-color: #C2B98D; }

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

This div background color is #C2B98D.


Border color

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

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

This div border color is #C2B98D.


Opacity

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

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

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

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

This text has shadow with #C2B98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B98D on black background.


Color preview on white background

This text has color #C2B98D on white background.



Black color preview on #C2B98D background

This text has black color on #C2B98D background.


White color preview on #C2B98D background

This text has white color on #C2B98D background.