COLOR #C6D1A4

HEX: #C6D1A4 RGB: (198,209,164)

Color info

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

RGB color model

#C6D1A4 color RGB value is (198,209,164).

RGB: (198,209,164) (78%, 82%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 164 of 255 = 64%

198
209
164

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

Portions of RGB colors in percentages

R + G + B = 198 + 209 + 164 = 571 (100%)
R 198 of 571 ~ 34.68%
G 209 of 571 ~ 36.6%
B 164 of 571 ~ 28.72'%

%34.68
%36.6
%28.72

CMYK color model

#C6D1A4 color CMYK value is (5,0,22,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 21.53%
  • key color value is 18.04%

CMYK: (5,0,22,18)
C5M0Y22K18 (5%, 0%, 22%, 18%)
(0.05 / 0.00 / 0.22 / 0.18)

CMYK percentages

%5.26
%0
%21.53
%18.04

Codes

Color #C6D1A4 in popluar color models

C6 D1 A4
RGB 198 209 164
HSL 75° 32.85% 73.14%
HSB/HSV 75° 21.53% 81.96%
CMYK 5.26% 0.00% 21.53%
18.04%

Color #C6D1A4 in popluar number systems.

HEX C6 D1 A4
Decimal 198 209 164
Binary 11000110 11010001 10100100
Octal 306 321 244

Shades and tints

Shades of #C6D1A4

#C6D1A4
(198,209,164)
#B4BE96
(180,190,150)
#A2AB88
(162,171,136)
#90987A
(144,152,122)
#7E856C
(126,133,108)
#6C725E
(108,114,94)
#5A5F50
(90,95,80)
#484C42
(72,76,66)
#363934
(54,57,52)
#242626
(36,38,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6D1A4

#C6D1A4
(198,209,164)
#CBD5AC
(203,213,172)
#D0D9B4
(208,217,180)
#D5DDBC
(213,221,188)
#DAE1C4
(218,225,196)
#DFE5CC
(223,229,204)
#E4E9D4
(228,233,212)
#E9EDDC
(233,237,220)
#EEF1E4
(238,241,228)
#F3F5EC
(243,245,236)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D1A4; }

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

This text font color is #C6D1A4.

Background Color

.myBgColor { background-color: #C6D1A4; }

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

This div background color is #C6D1A4.

Border color

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

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

This div border color is #C6D1A4.

Opacity

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

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

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

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

This text has shadow with #C6D1A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D1A4.

Preview

Color preview on black background

This text has color #C6D1A4 on black background.


Color preview on white background

This text has color #C6D1A4 on white background.


Black color preview on #C6D1A4 background

This text has black color on #C6D1A4 background.


White color preview on #C6D1A4 background

This text has white color on #C6D1A4 background.


Related colors

Complementary color

Complementary color for #hex is #392E5B.


I love getcolorcode.com

Triadic colors

1 #A4C6D1 and #D1A4C6 with #C6D1A4 are triadic colors.

2 #A4D1C6 and #D1C6A4 with #C6D1A4 are triadic colors.