COLOR #C1BBB6

HEX: #C1BBB6 RGB: (193,187,182)

Color info

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

RGB color model

#C1BBB6 color RGB value is (193,187,182).

RGB: (193,187,182) (76%, 73%, 71%)

RGB channels and saturation

R 193 of 255 = 76%
G 187 of 255 = 73%
B 182 of 255 = 71%

193
187
182

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

Portions of RGB colors in percentages

R + G + B = 193 + 187 + 182 = 562 (100%)
R 193 of 562 ~ 34.34%
G 187 of 562 ~ 33.27%
B 182 of 562 ~ 32.38'%

%34.34
%33.27
%32.38

CMYK color model

#C1BBB6 color CMYK value is (0,3,6,24).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 5.70%
  • key color value is 24.31%

CMYK: (0,3,6,24)
C0M3Y6K24 (0%, 3%, 6%, 24%)
(0.00 / 0.03 / 0.06 / 0.24)

CMYK percentages

%0
%3.11
%5.7
%24.31

Codes

Color #C1BBB6 in popluar color models

C1 BB B6
RGB 193 187 182
HSL 27° 8.15% 73.53%
HSB/HSV 27° 5.70% 75.69%
CMYK 0.00% 3.11% 5.70%
24.31%

Color #C1BBB6 in popluar number systems.

HEX C1 BB B6
Decimal 193 187 182
Binary 11000001 10111011 10110110
Octal 301 273 266

Shades and tints

Shades of #C1BBB6

#C1BBB6
(193,187,182)
#B0AAA6
(176,170,166)
#9F9996
(159,153,150)
#8E8886
(142,136,134)
#7D7776
(125,119,118)
#6C6666
(108,102,102)
#5B5556
(91,85,86)
#4A4446
(74,68,70)
#393336
(57,51,54)
#282226
(40,34,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #C1BBB6

#C1BBB6
(193,187,182)
#C6C1BC
(198,193,188)
#CBC7C2
(203,199,194)
#D0CDC8
(208,205,200)
#D5D3CE
(213,211,206)
#DAD9D4
(218,217,212)
#DFDFDA
(223,223,218)
#E4E5E0
(228,229,224)
#E9EBE6
(233,235,230)
#EEF1EC
(238,241,236)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BBB6; }

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

This text font color is #C1BBB6.

Background Color

.myBgColor { background-color: #C1BBB6; }

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

This div background color is #C1BBB6.

Border color

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

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

This div border color is #C1BBB6.

Opacity

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

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

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

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

This text has shadow with #C1BBB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BBB6.

Preview

Color preview on black background

This text has color #C1BBB6 on black background.


Color preview on white background

This text has color #C1BBB6 on white background.


Black color preview on #C1BBB6 background

This text has black color on #C1BBB6 background.


White color preview on #C1BBB6 background

This text has white color on #C1BBB6 background.


Related colors

Complementary color

Complementary color for #hex is #3E4449.


I love getcolorcode.com

Triadic colors

1 #B6C1BB and #BBB6C1 with #C1BBB6 are triadic colors.

2 #B6BBC1 and #BBC1B6 with #C1BBB6 are triadic colors.