COLOR #C1CCA6

HEX: #C1CCA6
RGB: (193,204,166)

Color info

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

RGB color model

#C1CCA6 color RGB value is (193,204,166).

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

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 166 of 255 = 65%

193
204
166

R + G + B ~ 74%. #C1CCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 204 + 166 = 563 (100%)
R 193 of 563 ~ 34.28%
G 204 of 563 ~ 36.23%
B 166 of 563 ~ 29.48%

%34.28
%36.23
%29.48

CMYK color model

#C1CCA6 color CMYK value is (5,0,19,20).

  • cyan value is 5.39%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(5,0,19,20)
C5M0Y19K20 
(5%,0%,19%,20%)
(0.05/0.00/0.19/0.20)	

CMYK percentages

%5.39
%0
%18.63
%20

Codes

Color #C1CCA6 in popluar color models

C1CCA6
RGB193204166
HSL77°27.14%72.55%
HSB/HSV77°18.63%80.00%
CMYK5.39%0.00%18.63%
20.00%

Color #C1CCA6 in popluar number systems.

HEXC1CCA6
Decimal193204166
Binary110000011100110010100110
Octal301314246

Shades and tints

Shades of #C1CCA6

#C1CCA6
(193,204,166)
#B0BA97
(176,186,151)
#9FA888
(159,168,136)
#8E9679
(142,150,121)
#7D846A
(125,132,106)
#6C725B
(108,114,91)
#5B604C
(91,96,76)
#4A4E3D
(74,78,61)
#393C2E
(57,60,46)
#282A1F
(40,42,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #C1CCA6

#C1CCA6
(193,204,166)
#C6D0AE
(198,208,174)
#CBD4B6
(203,212,182)
#D0D8BE
(208,216,190)
#D5DCC6
(213,220,198)
#DAE0CE
(218,224,206)
#DFE4D6
(223,228,214)
#E4E8DE
(228,232,222)
#E9ECE6
(233,236,230)
#EEF0EE
(238,240,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CCA6; }

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

This text font color is #C1CCA6.


Background Color

.myBgColor { background-color: #C1CCA6; }

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

This div background color is #C1CCA6.


Border color

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

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

This div border color is #C1CCA6.


Opacity

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

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

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

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

This text has shadow with #C1CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CCA6 on black background.


Color preview on white background

This text has color #C1CCA6 on white background.



Black color preview on #C1CCA6 background

This text has black color on #C1CCA6 background.


White color preview on #C1CCA6 background

This text has white color on #C1CCA6 background.