COLOR #C1C9BD

HEX: #C1C9BD RGB: (193,201,189)

Color info

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

RGB color model

#C1C9BD color RGB value is (193,201,189).

RGB: (193,201,189) (76%, 79%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 189 of 255 = 74%

193
201
189

R + G + B ~ 76%. #C1C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 201 + 189 = 583 (100%)
R 193 of 583 ~ 33.1%
G 201 of 583 ~ 34.48%
B 189 of 583 ~ 32.42'%

%33.1
%34.48
%32.42

CMYK color model

#C1C9BD color CMYK value is (4,0,6,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK: (4,0,6,21) C4M0Y6K21 (4%,0%,6%,21%) (0.04/0.00/0.06/0.21) 

CMYK percentages

%3.98
%0
%5.97
%21.18

Codes

Color #C1C9BD in popluar color models

C1 C9 BD
RGB 193 201 189
HSL 100° 10.00% 76.47%
HSB/HSV 100° 5.97% 78.82%
CMYK 3.98% 0.00% 5.97%
21.18%

Color #C1C9BD in popluar number systems.

HEX C1 C9 BD
Decimal 193 201 189
Binary 11000001 11001001 10111101
Octal 301 311 275

Shades and tints

Shades of #C1C9BD

#C1C9BD
(193,201,189)
#B0B7AC
(176,183,172)
#9FA59B
(159,165,155)
#8E938A
(142,147,138)
#7D8179
(125,129,121)
#6C6F68
(108,111,104)
#5B5D57
(91,93,87)
#4A4B46
(74,75,70)
#393935
(57,57,53)
#282724
(40,39,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C1C9BD

#C1C9BD
(193,201,189)
#C6CDC3
(198,205,195)
#CBD1C9
(203,209,201)
#D0D5CF
(208,213,207)
#D5D9D5
(213,217,213)
#DADDDB
(218,221,219)
#DFE1E1
(223,225,225)
#E4E5E7
(228,229,231)
#E9E9ED
(233,233,237)
#EEEDF3
(238,237,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C9BD color. Also use rgb(193,201,189) instead hex code.

Text Font Color

.myTextColor { color: #C1C9BD; }

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

This text font color is #C1C9BD.

Background Color

.myBgColor { background-color: #C1C9BD; }

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

This div background color is #C1C9BD.

Border color

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

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

This div border color is #C1C9BD.

Opacity

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

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

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

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

This text has shadow with #C1C9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C9BD.

Preview

Color preview on black background

This text has color #C1C9BD on black background.


Color preview on white background

This text has color #C1C9BD on white background.


Black color preview on #C1C9BD background

This text has black color on #C1C9BD background.


White color preview on #C1C9BD background

This text has white color on #C1C9BD background.


Related colors

Complementary color

Complementary color for #hex is #3E3642.


I love getcolorcode.com

Triadic colors

1 #BDC1C9 and #C9BDC1 with #C1C9BD are triadic colors.

2 #BDC9C1 and #C9C1BD with #C1C9BD are triadic colors.