COLOR #C6CA8D

HEX: #C6CA8D RGB: (198,202,141)

Color info

#C6CA8D contains mainly red and green colors. Web safe color of #C6CA8D is #CCCC99 (or #CC9).

RGB color model

#C6CA8D color RGB value is (198,202,141).

RGB: (198,202,141) (78%, 79%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 141 of 255 = 55%

198
202
141

R + G + B ~ 71%. #C6CA8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 141 = 541 (100%)
R 198 of 541 ~ 36.6%
G 202 of 541 ~ 37.34%
B 141 of 541 ~ 26.06'%

%36.6
%37.34
%26.06

CMYK color model

#C6CA8D color CMYK value is (2,0,30,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%

CMYK: (2,0,30,21)
C2M0Y30K21 (2%, 0%, 30%, 21%)
(0.02 / 0.00 / 0.30 / 0.21)

CMYK percentages

%1.98
%0
%30.2
%20.78

Codes

Color #C6CA8D in popluar color models

C6 CA 8D
RGB 198 202 141
HSL 64° 36.53% 67.25%
HSB/HSV 64° 30.20% 79.22%
CMYK 1.98% 0.00% 30.20%
20.78%

Color #C6CA8D in popluar number systems.

HEX C6 CA 8D
Decimal 198 202 141
Binary 11000110 11001010 10001101
Octal 306 312 215

Shades and tints

Shades of #C6CA8D

#C6CA8D
(198,202,141)
#B4B881
(180,184,129)
#A2A675
(162,166,117)
#909469
(144,148,105)
#7E825D
(126,130,93)
#6C7051
(108,112,81)
#5A5E45
(90,94,69)
#484C39
(72,76,57)
#363A2D
(54,58,45)
#242821
(36,40,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6CA8D

#C6CA8D
(198,202,141)
#CBCE97
(203,206,151)
#D0D2A1
(208,210,161)
#D5D6AB
(213,214,171)
#DADAB5
(218,218,181)
#DFDEBF
(223,222,191)
#E4E2C9
(228,226,201)
#E9E6D3
(233,230,211)
#EEEADD
(238,234,221)
#F3EEE7
(243,238,231)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CA8D color. Also use rgb(198,202,141) instead hex code.

Text Font Color

.myTextColor { color: #C6CA8D; }

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

This text font color is #C6CA8D.

Background Color

.myBgColor { background-color: #C6CA8D; }

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

This div background color is #C6CA8D.

Border color

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

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

This div border color is #C6CA8D.

Opacity

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

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

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

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

This text has shadow with #C6CA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CA8D.

Preview

Color preview on black background

This text has color #C6CA8D on black background.


Color preview on white background

This text has color #C6CA8D on white background.


Black color preview on #C6CA8D background

This text has black color on #C6CA8D background.


White color preview on #C6CA8D background

This text has white color on #C6CA8D background.


Related colors

Complementary color

Complementary color for #hex is #393572.


I love getcolorcode.com

Triadic colors

1 #8DC6CA and #CA8DC6 with #C6CA8D are triadic colors.

2 #8DCAC6 and #CAC68D with #C6CA8D are triadic colors.