COLOR #C1C4BD

HEX: #C1C4BD
RGB: (193,196,189)

Color info

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

RGB color model

#C1C4BD color RGB value is (193,196,189).

  • red value is 193;
  • green value is 196;
  • blue value is 189.
RGB:
(193,196,189)
(76%,77%,74%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 189 of 255 = 74%

193
196
189

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

Portions of RGB colors in percentages

R + G + B =
193 + 196 + 189 = 578 (100%)
R 193 of 578 ~ 33.39%
G 196 of 578 ~ 33.91%
B 189 of 578 ~ 32.7%

%33.39
%33.91
%32.7

CMYK color model

#C1C4BD color CMYK value is (2,0,4,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(2,0,4,23)
C2M0Y4K23 
(2%,0%,4%,23%)
(0.02/0.00/0.04/0.23)	

CMYK percentages

%1.53
%0
%3.57
%23.14

Codes

Color #C1C4BD in popluar color models

C1C4BD
RGB193196189
HSL86°5.60%75.49%
HSB/HSV86°3.57%76.86%
CMYK1.53%0.00%3.57%
23.14%

Color #C1C4BD in popluar number systems.

HEXC1C4BD
Decimal193196189
Binary110000011100010010111101
Octal301304275

Shades and tints

Shades of #C1C4BD

#C1C4BD
(193,196,189)
#B0B3AC
(176,179,172)
#9FA29B
(159,162,155)
#8E918A
(142,145,138)
#7D8079
(125,128,121)
#6C6F68
(108,111,104)
#5B5E57
(91,94,87)
#4A4D46
(74,77,70)
#393C35
(57,60,53)
#282B24
(40,43,36)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #C1C4BD

#C1C4BD
(193,196,189)
#C6C9C3
(198,201,195)
#CBCEC9
(203,206,201)
#D0D3CF
(208,211,207)
#D5D8D5
(213,216,213)
#DADDDB
(218,221,219)
#DFE2E1
(223,226,225)
#E4E7E7
(228,231,231)
#E9ECED
(233,236,237)
#EEF1F3
(238,241,243)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C4BD; }

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

This text font color is #C1C4BD.


Background Color

.myBgColor { background-color: #C1C4BD; }

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

This div background color is #C1C4BD.


Border color

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

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

This div border color is #C1C4BD.


Opacity

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

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

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

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

This text has shadow with #C1C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C4BD on black background.


Color preview on white background

This text has color #C1C4BD on white background.



Black color preview on #C1C4BD background

This text has black color on #C1C4BD background.


White color preview on #C1C4BD background

This text has white color on #C1C4BD background.