COLOR #C3C66D

HEX: #C3C66D
RGB: (195,198,109)

Color info

#C3C66D contains mainly red and green colors. Web safe color of #C3C66D is #CCCC66 (or #CC6).

RGB color model

#C3C66D color RGB value is (195,198,109).

  • red value is 195;
  • green value is 198;
  • blue value is 109.
RGB:
(195,198,109)
(76%,78%,43%)

RGB channels and saturation

R 195 of 255 = 76%
G 198 of 255 = 78%
B 109 of 255 = 43%

195
198
109

R + G + B ~ 66%. #C3C66D is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 198 + 109 = 502 (100%)
R 195 of 502 ~ 38.84%
G 198 of 502 ~ 39.44%
B 109 of 502 ~ 21.71%

%38.84
%39.44
%21.71

CMYK color model

#C3C66D color CMYK value is (2,0,45,22).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(2,0,45,22)
C2M0Y45K22 
(2%,0%,45%,22%)
(0.02/0.00/0.45/0.22)	

CMYK percentages

%1.52
%0
%44.95
%22.35

Codes

Color #C3C66D in popluar color models

C3C66D
RGB195198109
HSL62°43.84%60.20%
HSB/HSV62°44.95%77.65%
CMYK1.52%0.00%44.95%
22.35%

Color #C3C66D in popluar number systems.

HEXC3C66D
Decimal195198109
Binary11000011110001101101101
Octal303306155

Shades and tints

Shades of #C3C66D

#C3C66D
(195,198,109)
#B2B464
(178,180,100)
#A1A25B
(161,162,91)
#909052
(144,144,82)
#7F7E49
(127,126,73)
#6E6C40
(110,108,64)
#5D5A37
(93,90,55)
#4C482E
(76,72,46)
#3B3625
(59,54,37)
#2A241C
(42,36,28)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #C3C66D

#C3C66D
(195,198,109)
#C8CB7A
(200,203,122)
#CDD087
(205,208,135)
#D2D594
(210,213,148)
#D7DAA1
(215,218,161)
#DCDFAE
(220,223,174)
#E1E4BB
(225,228,187)
#E6E9C8
(230,233,200)
#EBEED5
(235,238,213)
#F0F3E2
(240,243,226)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C66D color. Also use rgb(195,198,109) instead hex code.

Text Font Color

.myTextColor { color: #C3C66D; }

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

This text font color is #C3C66D.


Background Color

.myBgColor { background-color: #C3C66D; }

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

This div background color is #C3C66D.


Border color

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

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

This div border color is #C3C66D.


Opacity

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

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

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

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

This text has shadow with #C3C66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C66D on black background.


Color preview on white background

This text has color #C3C66D on white background.



Black color preview on #C3C66D background

This text has black color on #C3C66D background.


White color preview on #C3C66D background

This text has white color on #C3C66D background.