COLOR #C1CA93

HEX: #C1CA93
RGB: (193,202,147)

Color info

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

RGB color model

#C1CA93 color RGB value is (193,202,147).

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

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 147 of 255 = 58%

193
202
147

R + G + B ~ 71%. #C1CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 147 = 542 (100%)
R 193 of 542 ~ 35.61%
G 202 of 542 ~ 37.27%
B 147 of 542 ~ 27.12%

%35.61
%37.27
%27.12

CMYK color model

#C1CA93 color CMYK value is (4,0,27,21).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK:
(4,0,27,21)
C4M0Y27K21 
(4%,0%,27%,21%)
(0.04/0.00/0.27/0.21)	

CMYK percentages

%4.46
%0
%27.23
%20.78

Codes

Color #C1CA93 in popluar color models

C1CA93
RGB193202147
HSL70°34.16%68.43%
HSB/HSV70°27.23%79.22%
CMYK4.46%0.00%27.23%
20.78%

Color #C1CA93 in popluar number systems.

HEXC1CA93
Decimal193202147
Binary110000011100101010010011
Octal301312223

Shades and tints

Shades of #C1CA93

#C1CA93
(193,202,147)
#B0B886
(176,184,134)
#9FA679
(159,166,121)
#8E946C
(142,148,108)
#7D825F
(125,130,95)
#6C7052
(108,112,82)
#5B5E45
(91,94,69)
#4A4C38
(74,76,56)
#393A2B
(57,58,43)
#28281E
(40,40,30)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #C1CA93

#C1CA93
(193,202,147)
#C6CE9C
(198,206,156)
#CBD2A5
(203,210,165)
#D0D6AE
(208,214,174)
#D5DAB7
(213,218,183)
#DADEC0
(218,222,192)
#DFE2C9
(223,226,201)
#E4E6D2
(228,230,210)
#E9EADB
(233,234,219)
#EEEEE4
(238,238,228)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CA93; }

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

This text font color is #C1CA93.


Background Color

.myBgColor { background-color: #C1CA93; }

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

This div background color is #C1CA93.


Border color

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

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

This div border color is #C1CA93.


Opacity

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

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

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

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

This text has shadow with #C1CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CA93 on black background.


Color preview on white background

This text has color #C1CA93 on white background.



Black color preview on #C1CA93 background

This text has black color on #C1CA93 background.


White color preview on #C1CA93 background

This text has white color on #C1CA93 background.