COLOR #C2B998

HEX: #C2B998
RGB: (194,185,152)

Color info

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

RGB color model

#C2B998 color RGB value is (194,185,152).

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

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 152 of 255 = 60%

194
185
152

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

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 152 = 531 (100%)
R 194 of 531 ~ 36.53%
G 185 of 531 ~ 34.84%
B 152 of 531 ~ 28.63%

%36.53
%34.84
%28.63

CMYK color model

#C2B998 color CMYK value is (0,5,22,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK:
(0,5,22,24)
C0M5Y22K24 
(0%,5%,22%,24%)
(0.00/0.05/0.22/0.24)	

CMYK percentages

%0
%4.64
%21.65
%23.92

Codes

Color #C2B998 in popluar color models

C2B998
RGB194185152
HSL47°25.61%67.84%
HSB/HSV47°21.65%76.08%
CMYK0.00%4.64%21.65%
23.92%

Color #C2B998 in popluar number systems.

HEXC2B998
Decimal194185152
Binary110000101011100110011000
Octal302271230

Shades and tints

Shades of #C2B998

#C2B998
(194,185,152)
#B1A98B
(177,169,139)
#A0997E
(160,153,126)
#8F8971
(143,137,113)
#7E7964
(126,121,100)
#6D6957
(109,105,87)
#5C594A
(92,89,74)
#4B493D
(75,73,61)
#3A3930
(58,57,48)
#292923
(41,41,35)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #C2B998

#C2B998
(194,185,152)
#C7BFA1
(199,191,161)
#CCC5AA
(204,197,170)
#D1CBB3
(209,203,179)
#D6D1BC
(214,209,188)
#DBD7C5
(219,215,197)
#E0DDCE
(224,221,206)
#E5E3D7
(229,227,215)
#EAE9E0
(234,233,224)
#EFEFE9
(239,239,233)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B998; }

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

This text font color is #C2B998.


Background Color

.myBgColor { background-color: #C2B998; }

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

This div background color is #C2B998.


Border color

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

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

This div border color is #C2B998.


Opacity

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

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

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

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

This text has shadow with #C2B998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B998 on black background.


Color preview on white background

This text has color #C2B998 on white background.



Black color preview on #C2B998 background

This text has black color on #C2B998 background.


White color preview on #C2B998 background

This text has white color on #C2B998 background.