COLOR #C5BEA3

HEX: #C5BEA3
RGB: (197,190,163)

Color info

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

RGB color model

#C5BEA3 color RGB value is (197,190,163).

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

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 163 of 255 = 64%

197
190
163

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

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 163 = 550 (100%)
R 197 of 550 ~ 35.82%
G 190 of 550 ~ 34.55%
B 163 of 550 ~ 29.64%

%35.82
%34.55
%29.64

CMYK color model

#C5BEA3 color CMYK value is (0,4,17,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(0,4,17,23)
C0M4Y17K23 
(0%,4%,17%,23%)
(0.00/0.04/0.17/0.23)	

CMYK percentages

%0
%3.55
%17.26
%22.75

Codes

Color #C5BEA3 in popluar color models

C5BEA3
RGB197190163
HSL48°22.67%70.59%
HSB/HSV48°17.26%77.25%
CMYK0.00%3.55%17.26%
22.75%

Color #C5BEA3 in popluar number systems.

HEXC5BEA3
Decimal197190163
Binary110001011011111010100011
Octal305276243

Shades and tints

Shades of #C5BEA3

#C5BEA3
(197,190,163)
#B4AD95
(180,173,149)
#A39C87
(163,156,135)
#928B79
(146,139,121)
#817A6B
(129,122,107)
#70695D
(112,105,93)
#5F584F
(95,88,79)
#4E4741
(78,71,65)
#3D3633
(61,54,51)
#2C2525
(44,37,37)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5BEA3

#C5BEA3
(197,190,163)
#CAC3AB
(202,195,171)
#CFC8B3
(207,200,179)
#D4CDBB
(212,205,187)
#D9D2C3
(217,210,195)
#DED7CB
(222,215,203)
#E3DCD3
(227,220,211)
#E8E1DB
(232,225,219)
#EDE6E3
(237,230,227)
#F2EBEB
(242,235,235)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEA3; }

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

This text font color is #C5BEA3.


Background Color

.myBgColor { background-color: #C5BEA3; }

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

This div background color is #C5BEA3.


Border color

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

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

This div border color is #C5BEA3.


Opacity

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

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

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

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

This text has shadow with #C5BEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEA3 on black background.


Color preview on white background

This text has color #C5BEA3 on white background.



Black color preview on #C5BEA3 background

This text has black color on #C5BEA3 background.


White color preview on #C5BEA3 background

This text has white color on #C5BEA3 background.