COLOR #C1C5BB

HEX: #C1C5BB RGB: (193,197,187)

Color info

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

RGB color model

#C1C5BB color RGB value is (193,197,187).

RGB: (193,197,187) (76%, 77%, 73%)

RGB channels and saturation

R 193 of 255 = 76%
G 197 of 255 = 77%
B 187 of 255 = 73%

193
197
187

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

Portions of RGB colors in percentages

R + G + B = 193 + 197 + 187 = 577 (100%)
R 193 of 577 ~ 33.45%
G 197 of 577 ~ 34.14%
B 187 of 577 ~ 32.41'%

%33.45
%34.14
%32.41

CMYK color model

#C1C5BB color CMYK value is (2,0,5,23).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 22.75%

CMYK: (2,0,5,23)
C2M0Y5K23 (2%, 0%, 5%, 23%)
(0.02 / 0.00 / 0.05 / 0.23)

CMYK percentages

%2.03
%0
%5.08
%22.75

Codes

Color #C1C5BB in popluar color models

C1 C5 BB
RGB 193 197 187
HSL 84° 7.94% 75.29%
HSB/HSV 84° 5.08% 77.25%
CMYK 2.03% 0.00% 5.08%
22.75%

Color #C1C5BB in popluar number systems.

HEX C1 C5 BB
Decimal 193 197 187
Binary 11000001 11000101 10111011
Octal 301 305 273

Shades and tints

Shades of #C1C5BB

#C1C5BB
(193,197,187)
#B0B4AA
(176,180,170)
#9FA399
(159,163,153)
#8E9288
(142,146,136)
#7D8177
(125,129,119)
#6C7066
(108,112,102)
#5B5F55
(91,95,85)
#4A4E44
(74,78,68)
#393D33
(57,61,51)
#282C22
(40,44,34)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #C1C5BB

#C1C5BB
(193,197,187)
#C6CAC1
(198,202,193)
#CBCFC7
(203,207,199)
#D0D4CD
(208,212,205)
#D5D9D3
(213,217,211)
#DADED9
(218,222,217)
#DFE3DF
(223,227,223)
#E4E8E5
(228,232,229)
#E9EDEB
(233,237,235)
#EEF2F1
(238,242,241)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C5BB color. Also use rgb(193,197,187) instead hex code.

Text Font Color

.myTextColor { color: #C1C5BB; }

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

This text font color is #C1C5BB.

Background Color

.myBgColor { background-color: #C1C5BB; }

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

This div background color is #C1C5BB.

Border color

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

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

This div border color is #C1C5BB.

Opacity

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

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

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

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

This text has shadow with #C1C5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C5BB.

Preview

Color preview on black background

This text has color #C1C5BB on black background.


Color preview on white background

This text has color #C1C5BB on white background.


Black color preview on #C1C5BB background

This text has black color on #C1C5BB background.


White color preview on #C1C5BB background

This text has white color on #C1C5BB background.


Related colors

Complementary color

Complementary color for #hex is #3E3A44.


I love getcolorcode.com

Triadic colors

1 #BBC1C5 and #C5BBC1 with #C1C5BB are triadic colors.

2 #BBC5C1 and #C5C1BB with #C1C5BB are triadic colors.