COLOR #C1BEB3

HEX: #C1BEB3
RGB: (193,190,179)

Color info

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

RGB color model

#C1BEB3 color RGB value is (193,190,179).

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

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 179 of 255 = 70%

193
190
179

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

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 179 = 562 (100%)
R 193 of 562 ~ 34.34%
G 190 of 562 ~ 33.81%
B 179 of 562 ~ 31.85%

%34.34
%33.81
%31.85

CMYK color model

#C1BEB3 color CMYK value is (0,2,7,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 7.25%
  • key color value is 24.31%
CMYK:
(0,2,7,24)
C0M2Y7K24 
(0%,2%,7%,24%)
(0.00/0.02/0.07/0.24)	

CMYK percentages

%0
%1.55
%7.25
%24.31

Codes

Color #C1BEB3 in popluar color models

C1BEB3
RGB193190179
HSL47°10.14%72.94%
HSB/HSV47°7.25%75.69%
CMYK0.00%1.55%7.25%
24.31%

Color #C1BEB3 in popluar number systems.

HEXC1BEB3
Decimal193190179
Binary110000011011111010110011
Octal301276263

Shades and tints

Shades of #C1BEB3

#C1BEB3
(193,190,179)
#B0ADA3
(176,173,163)
#9F9C93
(159,156,147)
#8E8B83
(142,139,131)
#7D7A73
(125,122,115)
#6C6963
(108,105,99)
#5B5853
(91,88,83)
#4A4743
(74,71,67)
#393633
(57,54,51)
#282523
(40,37,35)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #C1BEB3

#C1BEB3
(193,190,179)
#C6C3B9
(198,195,185)
#CBC8BF
(203,200,191)
#D0CDC5
(208,205,197)
#D5D2CB
(213,210,203)
#DAD7D1
(218,215,209)
#DFDCD7
(223,220,215)
#E4E1DD
(228,225,221)
#E9E6E3
(233,230,227)
#EEEBE9
(238,235,233)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEB3; }

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

This text font color is #C1BEB3.


Background Color

.myBgColor { background-color: #C1BEB3; }

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

This div background color is #C1BEB3.


Border color

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

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

This div border color is #C1BEB3.


Opacity

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

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

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

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

This text has shadow with #C1BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BEB3 on black background.


Color preview on white background

This text has color #C1BEB3 on white background.



Black color preview on #C1BEB3 background

This text has black color on #C1BEB3 background.


White color preview on #C1BEB3 background

This text has white color on #C1BEB3 background.