COLOR #C1CCA0

HEX: #C1CCA0
RGB: (193,204,160)

Color info

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

RGB color model

#C1CCA0 color RGB value is (193,204,160).

  • red value is 193;
  • green value is 204;
  • blue value is 160.
RGB:
(193,204,160)
(76%,80%,63%)

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 160 of 255 = 63%

193
204
160

R + G + B ~ 73%. #C1CCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 204 + 160 = 557 (100%)
R 193 of 557 ~ 34.65%
G 204 of 557 ~ 36.62%
B 160 of 557 ~ 28.73%

%34.65
%36.62
%28.73

CMYK color model

#C1CCA0 color CMYK value is (5,0,22,20).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK:
(5,0,22,20)
C5M0Y22K20 
(5%,0%,22%,20%)
(0.05/0.00/0.22/0.20)	

CMYK percentages

%5.39
%0
%21.57
%20

Codes

Color #C1CCA0 in popluar color models

C1CCA0
RGB193204160
HSL75°30.14%71.37%
HSB/HSV75°21.57%80.00%
CMYK5.39%0.00%21.57%
20.00%

Color #C1CCA0 in popluar number systems.

HEXC1CCA0
Decimal193204160
Binary110000011100110010100000
Octal301314240

Shades and tints

Shades of #C1CCA0

#C1CCA0
(193,204,160)
#B0BA92
(176,186,146)
#9FA884
(159,168,132)
#8E9676
(142,150,118)
#7D8468
(125,132,104)
#6C725A
(108,114,90)
#5B604C
(91,96,76)
#4A4E3E
(74,78,62)
#393C30
(57,60,48)
#282A22
(40,42,34)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1CCA0

#C1CCA0
(193,204,160)
#C6D0A8
(198,208,168)
#CBD4B0
(203,212,176)
#D0D8B8
(208,216,184)
#D5DCC0
(213,220,192)
#DAE0C8
(218,224,200)
#DFE4D0
(223,228,208)
#E4E8D8
(228,232,216)
#E9ECE0
(233,236,224)
#EEF0E8
(238,240,232)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CCA0 color. Also use rgb(193,204,160) instead hex code.

Text Font Color

.myTextColor { color: #C1CCA0; }

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

This text font color is #C1CCA0.


Background Color

.myBgColor { background-color: #C1CCA0; }

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

This div background color is #C1CCA0.


Border color

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

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

This div border color is #C1CCA0.


Opacity

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

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

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

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

This text has shadow with #C1CCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CCA0 on black background.


Color preview on white background

This text has color #C1CCA0 on white background.



Black color preview on #C1CCA0 background

This text has black color on #C1CCA0 background.


White color preview on #C1CCA0 background

This text has white color on #C1CCA0 background.