COLOR #C1C8B4

HEX: #C1C8B4
RGB: (193,200,180)

Color info

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

RGB color model

#C1C8B4 color RGB value is (193,200,180).

  • red value is 193;
  • green value is 200;
  • blue value is 180.
RGB:
(193,200,180)
(76%,78%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 200 of 255 = 78%
B 180 of 255 = 71%

193
200
180

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

Portions of RGB colors in percentages

R + G + B =
193 + 200 + 180 = 573 (100%)
R 193 of 573 ~ 33.68%
G 200 of 573 ~ 34.9%
B 180 of 573 ~ 31.41%

%33.68
%34.9
%31.41

CMYK color model

#C1C8B4 color CMYK value is (4,0,10,22).

  • cyan value is 3.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%
CMYK:
(4,0,10,22)
C4M0Y10K22 
(4%,0%,10%,22%)
(0.04/0.00/0.10/0.22)	

CMYK percentages

%3.5
%0
%10
%21.57

Codes

Color #C1C8B4 in popluar color models

C1C8B4
RGB193200180
HSL81°15.38%74.51%
HSB/HSV81°10.00%78.43%
CMYK3.50%0.00%10.00%
21.57%

Color #C1C8B4 in popluar number systems.

HEXC1C8B4
Decimal193200180
Binary110000011100100010110100
Octal301310264

Shades and tints

Shades of #C1C8B4

#C1C8B4
(193,200,180)
#B0B6A4
(176,182,164)
#9FA494
(159,164,148)
#8E9284
(142,146,132)
#7D8074
(125,128,116)
#6C6E64
(108,110,100)
#5B5C54
(91,92,84)
#4A4A44
(74,74,68)
#393834
(57,56,52)
#282624
(40,38,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C1C8B4

#C1C8B4
(193,200,180)
#C6CDBA
(198,205,186)
#CBD2C0
(203,210,192)
#D0D7C6
(208,215,198)
#D5DCCC
(213,220,204)
#DAE1D2
(218,225,210)
#DFE6D8
(223,230,216)
#E4EBDE
(228,235,222)
#E9F0E4
(233,240,228)
#EEF5EA
(238,245,234)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C8B4 color. Also use rgb(193,200,180) instead hex code.

Text Font Color

.myTextColor { color: #C1C8B4; }

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

This text font color is #C1C8B4.


Background Color

.myBgColor { background-color: #C1C8B4; }

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

This div background color is #C1C8B4.


Border color

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

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

This div border color is #C1C8B4.


Opacity

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

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

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

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

This text has shadow with #C1C8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C8B4 on black background.


Color preview on white background

This text has color #C1C8B4 on white background.



Black color preview on #C1C8B4 background

This text has black color on #C1C8B4 background.


White color preview on #C1C8B4 background

This text has white color on #C1C8B4 background.