COLOR #C1CA84

HEX: #C1CA84
RGB: (193,202,132)

Color info

#C1CA84 contains mainly red and green colors. Web safe color of #C1CA84 is #CCCC99 (or #CC9).

RGB color model

#C1CA84 color RGB value is (193,202,132).

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

RGB channels and saturation

R 193 of 255 = 76%
G 202 of 255 = 79%
B 132 of 255 = 52%

193
202
132

R + G + B ~ 69%. #C1CA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 202 + 132 = 527 (100%)
R 193 of 527 ~ 36.62%
G 202 of 527 ~ 38.33%
B 132 of 527 ~ 25.05%

%36.62
%38.33
%25.05

CMYK color model

#C1CA84 color CMYK value is (4,0,35,21).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 20.78%
CMYK:
(4,0,35,21)
C4M0Y35K21 
(4%,0%,35%,21%)
(0.04/0.00/0.35/0.21)	

CMYK percentages

%4.46
%0
%34.65
%20.78

Codes

Color #C1CA84 in popluar color models

C1CA84
RGB193202132
HSL68°39.77%65.49%
HSB/HSV68°34.65%79.22%
CMYK4.46%0.00%34.65%
20.78%

Color #C1CA84 in popluar number systems.

HEXC1CA84
Decimal193202132
Binary110000011100101010000100
Octal301312204

Shades and tints

Shades of #C1CA84

#C1CA84
(193,202,132)
#B0B878
(176,184,120)
#9FA66C
(159,166,108)
#8E9460
(142,148,96)
#7D8254
(125,130,84)
#6C7048
(108,112,72)
#5B5E3C
(91,94,60)
#4A4C30
(74,76,48)
#393A24
(57,58,36)
#282818
(40,40,24)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #C1CA84

#C1CA84
(193,202,132)
#C6CE8F
(198,206,143)
#CBD29A
(203,210,154)
#D0D6A5
(208,214,165)
#D5DAB0
(213,218,176)
#DADEBB
(218,222,187)
#DFE2C6
(223,226,198)
#E4E6D1
(228,230,209)
#E9EADC
(233,234,220)
#EEEEE7
(238,238,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CA84; }

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

This text font color is #C1CA84.


Background Color

.myBgColor { background-color: #C1CA84; }

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

This div background color is #C1CA84.


Border color

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

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

This div border color is #C1CA84.


Opacity

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

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

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

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

This text has shadow with #C1CA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CA84 on black background.


Color preview on white background

This text has color #C1CA84 on white background.



Black color preview on #C1CA84 background

This text has black color on #C1CA84 background.


White color preview on #C1CA84 background

This text has white color on #C1CA84 background.