COLOR #C1CAB5

HEX: #C1CAB5
RGB: (193,202,181)

Color info

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

RGB color model

#C1CAB5 color RGB value is (193,202,181).

  • red value is 193;
  • green value is 202;
  • blue value is 181.
RGB:
(193,202,181)
(76%,79%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 181 of 255 = 71%

193
202
181

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

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 181 = 576 (100%)
R 193 of 576 ~ 33.51%
G 202 of 576 ~ 35.07%
B 181 of 576 ~ 31.42%

%33.51
%35.07
%31.42

CMYK color model

#C1CAB5 color CMYK value is (4,0,10,21).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 20.78%
CMYK:
(4,0,10,21)
C4M0Y10K21 
(4%,0%,10%,21%)
(0.04/0.00/0.10/0.21)	

CMYK percentages

%4.46
%0
%10.4
%20.78

Codes

Color #C1CAB5 in popluar color models

C1CAB5
RGB193202181
HSL86°16.54%75.10%
HSB/HSV86°10.40%79.22%
CMYK4.46%0.00%10.40%
20.78%

Color #C1CAB5 in popluar number systems.

HEXC1CAB5
Decimal193202181
Binary110000011100101010110101
Octal301312265

Shades and tints

Shades of #C1CAB5

#C1CAB5
(193,202,181)
#B0B8A5
(176,184,165)
#9FA695
(159,166,149)
#8E9485
(142,148,133)
#7D8275
(125,130,117)
#6C7065
(108,112,101)
#5B5E55
(91,94,85)
#4A4C45
(74,76,69)
#393A35
(57,58,53)
#282825
(40,40,37)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #C1CAB5

#C1CAB5
(193,202,181)
#C6CEBB
(198,206,187)
#CBD2C1
(203,210,193)
#D0D6C7
(208,214,199)
#D5DACD
(213,218,205)
#DADED3
(218,222,211)
#DFE2D9
(223,226,217)
#E4E6DF
(228,230,223)
#E9EAE5
(233,234,229)
#EEEEEB
(238,238,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CAB5 color. Also use rgb(193,202,181) instead hex code.

Text Font Color

.myTextColor { color: #C1CAB5; }

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

This text font color is #C1CAB5.


Background Color

.myBgColor { background-color: #C1CAB5; }

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

This div background color is #C1CAB5.


Border color

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

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

This div border color is #C1CAB5.


Opacity

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

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

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

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

This text has shadow with #C1CAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CAB5 on black background.


Color preview on white background

This text has color #C1CAB5 on white background.



Black color preview on #C1CAB5 background

This text has black color on #C1CAB5 background.


White color preview on #C1CAB5 background

This text has white color on #C1CAB5 background.