COLOR #C5BEA0

HEX: #C5BEA0
RGB: (197,190,160)

Color info

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

RGB color model

#C5BEA0 color RGB value is (197,190,160).

  • red value is 197;
  • green value is 190;
  • blue value is 160.
RGB:
(197,190,160)
(77%,75%,63%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 160 of 255 = 63%

197
190
160

R + G + B ~ 72%. #C5BEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 160 = 547 (100%)
R 197 of 547 ~ 36.01%
G 190 of 547 ~ 34.73%
B 160 of 547 ~ 29.25%

%36.01
%34.73
%29.25

CMYK color model

#C5BEA0 color CMYK value is (0,4,19,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 18.78%
  • key color value is 22.75%
CMYK:
(0,4,19,23)
C0M4Y19K23 
(0%,4%,19%,23%)
(0.00/0.04/0.19/0.23)	

CMYK percentages

%0
%3.55
%18.78
%22.75

Codes

Color #C5BEA0 in popluar color models

C5BEA0
RGB197190160
HSL49°24.18%70.00%
HSB/HSV49°18.78%77.25%
CMYK0.00%3.55%18.78%
22.75%

Color #C5BEA0 in popluar number systems.

HEXC5BEA0
Decimal197190160
Binary110001011011111010100000
Octal305276240

Shades and tints

Shades of #C5BEA0

#C5BEA0
(197,190,160)
#B4AD92
(180,173,146)
#A39C84
(163,156,132)
#928B76
(146,139,118)
#817A68
(129,122,104)
#70695A
(112,105,90)
#5F584C
(95,88,76)
#4E473E
(78,71,62)
#3D3630
(61,54,48)
#2C2522
(44,37,34)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5BEA0

#C5BEA0
(197,190,160)
#CAC3A8
(202,195,168)
#CFC8B0
(207,200,176)
#D4CDB8
(212,205,184)
#D9D2C0
(217,210,192)
#DED7C8
(222,215,200)
#E3DCD0
(227,220,208)
#E8E1D8
(232,225,216)
#EDE6E0
(237,230,224)
#F2EBE8
(242,235,232)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BEA0 color. Also use rgb(197,190,160) instead hex code.

Text Font Color

.myTextColor { color: #C5BEA0; }

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

This text font color is #C5BEA0.


Background Color

.myBgColor { background-color: #C5BEA0; }

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

This div background color is #C5BEA0.


Border color

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

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

This div border color is #C5BEA0.


Opacity

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

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

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

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

This text has shadow with #C5BEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEA0 on black background.


Color preview on white background

This text has color #C5BEA0 on white background.



Black color preview on #C5BEA0 background

This text has black color on #C5BEA0 background.


White color preview on #C5BEA0 background

This text has white color on #C5BEA0 background.