COLOR #C6D4A4

HEX: #C6D4A4
RGB: (198,212,164)

Color info

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

RGB color model

#C6D4A4 color RGB value is (198,212,164).

  • red value is 198;
  • green value is 212;
  • blue value is 164.
RGB:
(198,212,164)
(78%,83%,64%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 164 of 255 = 64%

198
212
164

R + G + B ~ 75%. #C6D4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 212 + 164 = 574 (100%)
R 198 of 574 ~ 34.49%
G 212 of 574 ~ 36.93%
B 164 of 574 ~ 28.57%

%34.49
%36.93
%28.57

CMYK color model

#C6D4A4 color CMYK value is (7,0,23,17).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 16.86%
CMYK:
(7,0,23,17)
C7M0Y23K17 
(7%,0%,23%,17%)
(0.07/0.00/0.23/0.17)	

CMYK percentages

%6.6
%0
%22.64
%16.86

Codes

Color #C6D4A4 in popluar color models

C6D4A4
RGB198212164
HSL78°35.82%73.73%
HSB/HSV78°22.64%83.14%
CMYK6.60%0.00%22.64%
16.86%

Color #C6D4A4 in popluar number systems.

HEXC6D4A4
Decimal198212164
Binary110001101101010010100100
Octal306324244

Shades and tints

Shades of #C6D4A4

#C6D4A4
(198,212,164)
#B4C196
(180,193,150)
#A2AE88
(162,174,136)
#909B7A
(144,155,122)
#7E886C
(126,136,108)
#6C755E
(108,117,94)
#5A6250
(90,98,80)
#484F42
(72,79,66)
#363C34
(54,60,52)
#242926
(36,41,38)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #C6D4A4

#C6D4A4
(198,212,164)
#CBD7AC
(203,215,172)
#D0DAB4
(208,218,180)
#D5DDBC
(213,221,188)
#DAE0C4
(218,224,196)
#DFE3CC
(223,227,204)
#E4E6D4
(228,230,212)
#E9E9DC
(233,233,220)
#EEECE4
(238,236,228)
#F3EFEC
(243,239,236)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D4A4 color. Also use rgb(198,212,164) instead hex code.

Text Font Color

.myTextColor { color: #C6D4A4; }

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

This text font color is #C6D4A4.


Background Color

.myBgColor { background-color: #C6D4A4; }

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

This div background color is #C6D4A4.


Border color

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

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

This div border color is #C6D4A4.


Opacity

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

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

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

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

This text has shadow with #C6D4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D4A4 on black background.


Color preview on white background

This text has color #C6D4A4 on white background.



Black color preview on #C6D4A4 background

This text has black color on #C6D4A4 background.


White color preview on #C6D4A4 background

This text has white color on #C6D4A4 background.