COLOR #C1B5B4

HEX: #C1B5B4 RGB: (193,181,180)

Color info

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

RGB color model

#C1B5B4 color RGB value is (193,181,180).

RGB: (193,181,180) (76%, 71%, 71%)

RGB channels and saturation

R 193 of 255 = 76%
G 181 of 255 = 71%
B 180 of 255 = 71%

193
181
180

R + G + B ~ 73%. #C1B5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 181 + 180 = 554 (100%)
R 193 of 554 ~ 34.84%
G 181 of 554 ~ 32.67%
B 180 of 554 ~ 32.49'%

%34.84
%32.67
%32.49

CMYK color model

#C1B5B4 color CMYK value is (0,6,7,24).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 6.74%
  • key color value is 24.31%

CMYK: (0,6,7,24)
C0M6Y7K24 (0%, 6%, 7%, 24%)
(0.00 / 0.06 / 0.07 / 0.24)

CMYK percentages

%0
%6.22
%6.74
%24.31

Codes

Color #C1B5B4 in popluar color models

C1 B5 B4
RGB 193 181 180
HSL 9.49% 73.14%
HSB/HSV 6.74% 75.69%
CMYK 0.00% 6.22% 6.74%
24.31%

Color #C1B5B4 in popluar number systems.

HEX C1 B5 B4
Decimal 193 181 180
Binary 11000001 10110101 10110100
Octal 301 265 264

Shades and tints

Shades of #C1B5B4

#C1B5B4
(193,181,180)
#B0A5A4
(176,165,164)
#9F9594
(159,149,148)
#8E8584
(142,133,132)
#7D7574
(125,117,116)
#6C6564
(108,101,100)
#5B5554
(91,85,84)
#4A4544
(74,69,68)
#393534
(57,53,52)
#282524
(40,37,36)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C1B5B4

#C1B5B4
(193,181,180)
#C6BBBA
(198,187,186)
#CBC1C0
(203,193,192)
#D0C7C6
(208,199,198)
#D5CDCC
(213,205,204)
#DAD3D2
(218,211,210)
#DFD9D8
(223,217,216)
#E4DFDE
(228,223,222)
#E9E5E4
(233,229,228)
#EEEBEA
(238,235,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B5B4 color. Also use rgb(193,181,180) instead hex code.

Text Font Color

.myTextColor { color: #C1B5B4; }

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

This text font color is #C1B5B4.

Background Color

.myBgColor { background-color: #C1B5B4; }

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

This div background color is #C1B5B4.

Border color

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

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

This div border color is #C1B5B4.

Opacity

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

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

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

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

This text has shadow with #C1B5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1B5B4.

Preview

Color preview on black background

This text has color #C1B5B4 on black background.


Color preview on white background

This text has color #C1B5B4 on white background.


Black color preview on #C1B5B4 background

This text has black color on #C1B5B4 background.


White color preview on #C1B5B4 background

This text has white color on #C1B5B4 background.


Related colors

Complementary color

Complementary color for #hex is #3E4A4B.


I love getcolorcode.com

Triadic colors

1 #B4C1B5 and #B5B4C1 with #C1B5B4 are triadic colors.

2 #B4B5C1 and #B5C1B4 with #C1B5B4 are triadic colors.