COLOR #C1C78C

HEX: #C1C78C RGB: (193,199,140)

Color info

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

RGB color model

#C1C78C color RGB value is (193,199,140).

RGB: (193,199,140) (76%, 78%, 55%)

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 140 of 255 = 55%

193
199
140

R + G + B ~ 70%. #C1C78C is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 199 + 140 = 532 (100%)
R 193 of 532 ~ 36.28%
G 199 of 532 ~ 37.41%
B 140 of 532 ~ 26.32'%

%36.28
%37.41
%26.32

CMYK color model

#C1C78C color CMYK value is (3,0,30,22).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 21.96%

CMYK: (3,0,30,22)
C3M0Y30K22 (3%, 0%, 30%, 22%)
(0.03 / 0.00 / 0.30 / 0.22)

CMYK percentages

%3.02
%0
%29.65
%21.96

Codes

Color #C1C78C in popluar color models

C1 C7 8C
RGB 193 199 140
HSL 66° 34.50% 66.47%
HSB/HSV 66° 29.65% 78.04%
CMYK 3.02% 0.00% 29.65%
21.96%

Color #C1C78C in popluar number systems.

HEX C1 C7 8C
Decimal 193 199 140
Binary 11000001 11000111 10001100
Octal 301 307 214

Shades and tints

Shades of #C1C78C

#C1C78C
(193,199,140)
#B0B580
(176,181,128)
#9FA374
(159,163,116)
#8E9168
(142,145,104)
#7D7F5C
(125,127,92)
#6C6D50
(108,109,80)
#5B5B44
(91,91,68)
#4A4938
(74,73,56)
#39372C
(57,55,44)
#282520
(40,37,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #C1C78C

#C1C78C
(193,199,140)
#C6CC96
(198,204,150)
#CBD1A0
(203,209,160)
#D0D6AA
(208,214,170)
#D5DBB4
(213,219,180)
#DAE0BE
(218,224,190)
#DFE5C8
(223,229,200)
#E4EAD2
(228,234,210)
#E9EFDC
(233,239,220)
#EEF4E6
(238,244,230)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1C78C color. Also use rgb(193,199,140) instead hex code.

Text Font Color

.myTextColor { color: #C1C78C; }

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

This text font color is #C1C78C.

Background Color

.myBgColor { background-color: #C1C78C; }

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

This div background color is #C1C78C.

Border color

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

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

This div border color is #C1C78C.

Opacity

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

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

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

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

This text has shadow with #C1C78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C78C.

Preview

Color preview on black background

This text has color #C1C78C on black background.


Color preview on white background

This text has color #C1C78C on white background.


Black color preview on #C1C78C background

This text has black color on #C1C78C background.


White color preview on #C1C78C background

This text has white color on #C1C78C background.


Related colors

Complementary color

Complementary color for #hex is #3E3873.


I love getcolorcode.com

Triadic colors

1 #8CC1C7 and #C78CC1 with #C1C78C are triadic colors.

2 #8CC7C1 and #C7C18C with #C1C78C are triadic colors.