COLOR #C6CD93

HEX: #C6CD93
RGB: (198,205,147)

Color info

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

RGB color model

#C6CD93 color RGB value is (198,205,147).

  • red value is 198;
  • green value is 205;
  • blue value is 147.
RGB:
(198,205,147)
(78%,80%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 147 of 255 = 58%

198
205
147

R + G + B ~ 72%. #C6CD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 147 = 550 (100%)
R 198 of 550 ~ 36%
G 205 of 550 ~ 37.27%
B 147 of 550 ~ 26.73%

%36
%37.27
%26.73

CMYK color model

#C6CD93 color CMYK value is (3,0,28,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(3,0,28,20)
C3M0Y28K20 
(3%,0%,28%,20%)
(0.03/0.00/0.28/0.20)	

CMYK percentages

%3.41
%0
%28.29
%19.61

Codes

Color #C6CD93 in popluar color models

C6CD93
RGB198205147
HSL67°36.71%69.02%
HSB/HSV67°28.29%80.39%
CMYK3.41%0.00%28.29%
19.61%

Color #C6CD93 in popluar number systems.

HEXC6CD93
Decimal198205147
Binary110001101100110110010011
Octal306315223

Shades and tints

Shades of #C6CD93

#C6CD93
(198,205,147)
#B4BB86
(180,187,134)
#A2A979
(162,169,121)
#90976C
(144,151,108)
#7E855F
(126,133,95)
#6C7352
(108,115,82)
#5A6145
(90,97,69)
#484F38
(72,79,56)
#363D2B
(54,61,43)
#242B1E
(36,43,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #C6CD93

#C6CD93
(198,205,147)
#CBD19C
(203,209,156)
#D0D5A5
(208,213,165)
#D5D9AE
(213,217,174)
#DADDB7
(218,221,183)
#DFE1C0
(223,225,192)
#E4E5C9
(228,229,201)
#E9E9D2
(233,233,210)
#EEEDDB
(238,237,219)
#F3F1E4
(243,241,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CD93 color. Also use rgb(198,205,147) instead hex code.

Text Font Color

.myTextColor { color: #C6CD93; }

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

This text font color is #C6CD93.


Background Color

.myBgColor { background-color: #C6CD93; }

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

This div background color is #C6CD93.


Border color

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

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

This div border color is #C6CD93.


Opacity

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

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

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

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

This text has shadow with #C6CD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CD93 on black background.


Color preview on white background

This text has color #C6CD93 on white background.



Black color preview on #C6CD93 background

This text has black color on #C6CD93 background.


White color preview on #C6CD93 background

This text has white color on #C6CD93 background.