COLOR #C5BEB8

HEX: #C5BEB8
RGB: (197,190,184)

Color info

#C5BEB8 contains red, green and blue colors in about the same proportion. Web safe color of #C5BEB8 is #CCCCCC (or #CCC).

RGB color model

#C5BEB8 color RGB value is (197,190,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 184 of 255 = 72%

197
190
184

R + G + B ~ 75%. #C5BEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 190 + 184 = 571 (100%)
R 197 of 571 ~ 34.5%
G 190 of 571 ~ 33.27%
B 184 of 571 ~ 32.22%

%34.5
%33.27
%32.22

CMYK color model

#C5BEB8 color CMYK value is (0,4,7,23).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,4,7,23)
C0M4Y7K23 
(0%,4%,7%,23%)
(0.00/0.04/0.07/0.23)	

CMYK percentages

%0
%3.55
%6.6
%22.75

Codes

Color #C5BEB8 in popluar color models

C5BEB8
RGB197190184
HSL28°10.08%74.71%
HSB/HSV28°6.60%77.25%
CMYK0.00%3.55%6.60%
22.75%

Color #C5BEB8 in popluar number systems.

HEXC5BEB8
Decimal197190184
Binary110001011011111010111000
Octal305276270

Shades and tints

Shades of #C5BEB8

#C5BEB8
(197,190,184)
#B4ADA8
(180,173,168)
#A39C98
(163,156,152)
#928B88
(146,139,136)
#817A78
(129,122,120)
#706968
(112,105,104)
#5F5858
(95,88,88)
#4E4748
(78,71,72)
#3D3638
(61,54,56)
#2C2528
(44,37,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5BEB8

#C5BEB8
(197,190,184)
#CAC3BE
(202,195,190)
#CFC8C4
(207,200,196)
#D4CDCA
(212,205,202)
#D9D2D0
(217,210,208)
#DED7D6
(222,215,214)
#E3DCDC
(227,220,220)
#E8E1E2
(232,225,226)
#EDE6E8
(237,230,232)
#F2EBEE
(242,235,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEB8; }

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

This text font color is #C5BEB8.


Background Color

.myBgColor { background-color: #C5BEB8; }

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

This div background color is #C5BEB8.


Border color

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

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

This div border color is #C5BEB8.


Opacity

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

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

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

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

This text has shadow with #C5BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEB8 on black background.


Color preview on white background

This text has color #C5BEB8 on white background.



Black color preview on #C5BEB8 background

This text has black color on #C5BEB8 background.


White color preview on #C5BEB8 background

This text has white color on #C5BEB8 background.