COLOR #C1C4BE

HEX: #C1C4BE
RGB: (193,196,190)

Color info

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

RGB color model

#C1C4BE color RGB value is (193,196,190).

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

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 190 of 255 = 75%

193
196
190

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

Portions of RGB colors in percentages

R + G + B =
193 + 196 + 190 = 579 (100%)
R 193 of 579 ~ 33.33%
G 196 of 579 ~ 33.85%
B 190 of 579 ~ 32.82%

%33.33
%33.85
%32.82

CMYK color model

#C1C4BE color CMYK value is (2,0,3,23).

  • cyan value is 1.53%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK:
(2,0,3,23)
C2M0Y3K23 
(2%,0%,3%,23%)
(0.02/0.00/0.03/0.23)	

CMYK percentages

%1.53
%0
%3.06
%23.14

Codes

Color #C1C4BE in popluar color models

C1C4BE
RGB193196190
HSL90°4.84%75.69%
HSB/HSV90°3.06%76.86%
CMYK1.53%0.00%3.06%
23.14%

Color #C1C4BE in popluar number systems.

HEXC1C4BE
Decimal193196190
Binary110000011100010010111110
Octal301304276

Shades and tints

Shades of #C1C4BE

#C1C4BE
(193,196,190)
#B0B3AD
(176,179,173)
#9FA29C
(159,162,156)
#8E918B
(142,145,139)
#7D807A
(125,128,122)
#6C6F69
(108,111,105)
#5B5E58
(91,94,88)
#4A4D47
(74,77,71)
#393C36
(57,60,54)
#282B25
(40,43,37)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #C1C4BE

#C1C4BE
(193,196,190)
#C6C9C3
(198,201,195)
#CBCEC8
(203,206,200)
#D0D3CD
(208,211,205)
#D5D8D2
(213,216,210)
#DADDD7
(218,221,215)
#DFE2DC
(223,226,220)
#E4E7E1
(228,231,225)
#E9ECE6
(233,236,230)
#EEF1EB
(238,241,235)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C4BE; }

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

This text font color is #C1C4BE.


Background Color

.myBgColor { background-color: #C1C4BE; }

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

This div background color is #C1C4BE.


Border color

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

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

This div border color is #C1C4BE.


Opacity

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

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

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

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

This text has shadow with #C1C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C4BE on black background.


Color preview on white background

This text has color #C1C4BE on white background.



Black color preview on #C1C4BE background

This text has black color on #C1C4BE background.


White color preview on #C1C4BE background

This text has white color on #C1C4BE background.