COLOR #C1CAB2

HEX: #C1CAB2
RGB: (193,202,178)

Color info

#C1CAB2 contains red, green and blue colors in about the same proportion. Web safe color of #C1CAB2 is #CCCC99 (or #CC9).

RGB color model

#C1CAB2 color RGB value is (193,202,178).

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

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 178 of 255 = 70%

193
202
178

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

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 178 = 573 (100%)
R 193 of 573 ~ 33.68%
G 202 of 573 ~ 35.25%
B 178 of 573 ~ 31.06%

%33.68
%35.25
%31.06

CMYK color model

#C1CAB2 color CMYK value is (4,0,12,21).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 20.78%
CMYK:
(4,0,12,21)
C4M0Y12K21 
(4%,0%,12%,21%)
(0.04/0.00/0.12/0.21)	

CMYK percentages

%4.46
%0
%11.88
%20.78

Codes

Color #C1CAB2 in popluar color models

C1CAB2
RGB193202178
HSL83°18.46%74.51%
HSB/HSV83°11.88%79.22%
CMYK4.46%0.00%11.88%
20.78%

Color #C1CAB2 in popluar number systems.

HEXC1CAB2
Decimal193202178
Binary110000011100101010110010
Octal301312262

Shades and tints

Shades of #C1CAB2

#C1CAB2
(193,202,178)
#B0B8A2
(176,184,162)
#9FA692
(159,166,146)
#8E9482
(142,148,130)
#7D8272
(125,130,114)
#6C7062
(108,112,98)
#5B5E52
(91,94,82)
#4A4C42
(74,76,66)
#393A32
(57,58,50)
#282822
(40,40,34)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #C1CAB2

#C1CAB2
(193,202,178)
#C6CEB9
(198,206,185)
#CBD2C0
(203,210,192)
#D0D6C7
(208,214,199)
#D5DACE
(213,218,206)
#DADED5
(218,222,213)
#DFE2DC
(223,226,220)
#E4E6E3
(228,230,227)
#E9EAEA
(233,234,234)
#EEEEF1
(238,238,241)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CAB2; }

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

This text font color is #C1CAB2.


Background Color

.myBgColor { background-color: #C1CAB2; }

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

This div background color is #C1CAB2.


Border color

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

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

This div border color is #C1CAB2.


Opacity

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

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

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

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

This text has shadow with #C1CAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CAB2 on black background.


Color preview on white background

This text has color #C1CAB2 on white background.



Black color preview on #C1CAB2 background

This text has black color on #C1CAB2 background.


White color preview on #C1CAB2 background

This text has white color on #C1CAB2 background.