COLOR #C5B698

HEX: #C5B698
RGB: (197,182,152)

Color info

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

RGB color model

#C5B698 color RGB value is (197,182,152).

  • red value is 197;
  • green value is 182;
  • blue value is 152.
RGB:
(197,182,152)
(77%,71%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 182 of 255 = 71%
B 152 of 255 = 60%

197
182
152

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

Portions of RGB colors in percentages

R + G + B =
197 + 182 + 152 = 531 (100%)
R 197 of 531 ~ 37.1%
G 182 of 531 ~ 34.27%
B 152 of 531 ~ 28.63%

%37.1
%34.27
%28.63

CMYK color model

#C5B698 color CMYK value is (0,8,23,23).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 22.84%
  • key color value is 22.75%
CMYK:
(0,8,23,23)
C0M8Y23K23 
(0%,8%,23%,23%)
(0.00/0.08/0.23/0.23)	

CMYK percentages

%0
%7.61
%22.84
%22.75

Codes

Color #C5B698 in popluar color models

C5B698
RGB197182152
HSL40°27.95%68.43%
HSB/HSV40°22.84%77.25%
CMYK0.00%7.61%22.84%
22.75%

Color #C5B698 in popluar number systems.

HEXC5B698
Decimal197182152
Binary110001011011011010011000
Octal305266230

Shades and tints

Shades of #C5B698

#C5B698
(197,182,152)
#B4A68B
(180,166,139)
#A3967E
(163,150,126)
#928671
(146,134,113)
#817664
(129,118,100)
#706657
(112,102,87)
#5F564A
(95,86,74)
#4E463D
(78,70,61)
#3D3630
(61,54,48)
#2C2623
(44,38,35)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5B698

#C5B698
(197,182,152)
#CABCA1
(202,188,161)
#CFC2AA
(207,194,170)
#D4C8B3
(212,200,179)
#D9CEBC
(217,206,188)
#DED4C5
(222,212,197)
#E3DACE
(227,218,206)
#E8E0D7
(232,224,215)
#EDE6E0
(237,230,224)
#F2ECE9
(242,236,233)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B698 color. Also use rgb(197,182,152) instead hex code.

Text Font Color

.myTextColor { color: #C5B698; }

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

This text font color is #C5B698.


Background Color

.myBgColor { background-color: #C5B698; }

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

This div background color is #C5B698.


Border color

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

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

This div border color is #C5B698.


Opacity

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

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

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

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

This text has shadow with #C5B698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B698 on black background.


Color preview on white background

This text has color #C5B698 on white background.



Black color preview on #C5B698 background

This text has black color on #C5B698 background.


White color preview on #C5B698 background

This text has white color on #C5B698 background.