COLOR #C5B69A

HEX: #C5B69A
RGB: (197,182,154)

Color info

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

RGB color model

#C5B69A color RGB value is (197,182,154).

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

RGB channels and saturation

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

197
182
154

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

Portions of RGB colors in percentages

R + G + B =
197 + 182 + 154 = 533 (100%)
R 197 of 533 ~ 36.96%
G 182 of 533 ~ 34.15%
B 154 of 533 ~ 28.89%

%36.96
%34.15
%28.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(0,8,22,23)
C0M8Y22K23 
(0%,8%,22%,23%)
(0.00/0.08/0.22/0.23)	

CMYK percentages

%0
%7.61
%21.83
%22.75

Codes

Color #C5B69A in popluar color models

C5B69A
RGB197182154
HSL39°27.04%68.82%
HSB/HSV39°21.83%77.25%
CMYK0.00%7.61%21.83%
22.75%

Color #C5B69A in popluar number systems.

HEXC5B69A
Decimal197182154
Binary110001011011011010011010
Octal305266232

Shades and tints

Shades of #C5B69A

#C5B69A
(197,182,154)
#B4A68C
(180,166,140)
#A3967E
(163,150,126)
#928670
(146,134,112)
#817662
(129,118,98)
#706654
(112,102,84)
#5F5646
(95,86,70)
#4E4638
(78,70,56)
#3D362A
(61,54,42)
#2C261C
(44,38,28)
#1B160E
(27,22,14)
#000000
(0,0,0)

Tints of #C5B69A

#C5B69A
(197,182,154)
#CABCA3
(202,188,163)
#CFC2AC
(207,194,172)
#D4C8B5
(212,200,181)
#D9CEBE
(217,206,190)
#DED4C7
(222,212,199)
#E3DAD0
(227,218,208)
#E8E0D9
(232,224,217)
#EDE6E2
(237,230,226)
#F2ECEB
(242,236,235)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B69A; }

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

This text font color is #C5B69A.


Background Color

.myBgColor { background-color: #C5B69A; }

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

This div background color is #C5B69A.


Border color

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

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

This div border color is #C5B69A.


Opacity

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

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

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

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

This text has shadow with #C5B69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B69A on black background.


Color preview on white background

This text has color #C5B69A on white background.



Black color preview on #C5B69A background

This text has black color on #C5B69A background.


White color preview on #C5B69A background

This text has white color on #C5B69A background.