COLOR #C1BEB7

HEX: #C1BEB7
RGB: (193,190,183)

Color info

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

RGB color model

#C1BEB7 color RGB value is (193,190,183).

  • red value is 193;
  • green value is 190;
  • blue value is 183.
RGB:
(193,190,183)
(76%,75%,72%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 183 of 255 = 72%

193
190
183

R + G + B ~ 74%. #C1BEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 183 = 566 (100%)
R 193 of 566 ~ 34.1%
G 190 of 566 ~ 33.57%
B 183 of 566 ~ 32.33%

%34.1
%33.57
%32.33

CMYK color model

#C1BEB7 color CMYK value is (0,2,5,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 5.18%
  • key color value is 24.31%
CMYK:
(0,2,5,24)
C0M2Y5K24 
(0%,2%,5%,24%)
(0.00/0.02/0.05/0.24)	

CMYK percentages

%0
%1.55
%5.18
%24.31

Codes

Color #C1BEB7 in popluar color models

C1BEB7
RGB193190183
HSL42°7.46%73.73%
HSB/HSV42°5.18%75.69%
CMYK0.00%1.55%5.18%
24.31%

Color #C1BEB7 in popluar number systems.

HEXC1BEB7
Decimal193190183
Binary110000011011111010110111
Octal301276267

Shades and tints

Shades of #C1BEB7

#C1BEB7
(193,190,183)
#B0ADA7
(176,173,167)
#9F9C97
(159,156,151)
#8E8B87
(142,139,135)
#7D7A77
(125,122,119)
#6C6967
(108,105,103)
#5B5857
(91,88,87)
#4A4747
(74,71,71)
#393637
(57,54,55)
#282527
(40,37,39)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #C1BEB7

#C1BEB7
(193,190,183)
#C6C3BD
(198,195,189)
#CBC8C3
(203,200,195)
#D0CDC9
(208,205,201)
#D5D2CF
(213,210,207)
#DAD7D5
(218,215,213)
#DFDCDB
(223,220,219)
#E4E1E1
(228,225,225)
#E9E6E7
(233,230,231)
#EEEBED
(238,235,237)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BEB7 color. Also use rgb(193,190,183) instead hex code.

Text Font Color

.myTextColor { color: #C1BEB7; }

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

This text font color is #C1BEB7.


Background Color

.myBgColor { background-color: #C1BEB7; }

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

This div background color is #C1BEB7.


Border color

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

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

This div border color is #C1BEB7.


Opacity

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

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

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

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

This text has shadow with #C1BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BEB7 on black background.


Color preview on white background

This text has color #C1BEB7 on white background.



Black color preview on #C1BEB7 background

This text has black color on #C1BEB7 background.


White color preview on #C1BEB7 background

This text has white color on #C1BEB7 background.