COLOR #C6CE8D

HEX: #C6CE8D RGB: (198,206,141)

Color info

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

RGB color model

#C6CE8D color RGB value is (198,206,141).

RGB: (198,206,141) (78%, 81%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 141 of 255 = 55%

198
206
141

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

Portions of RGB colors in percentages

R + G + B = 198 + 206 + 141 = 545 (100%)
R 198 of 545 ~ 36.33%
G 206 of 545 ~ 37.8%
B 141 of 545 ~ 25.87'%

%36.33
%37.8
%25.87

CMYK color model

#C6CE8D color CMYK value is (4,0,32,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 19.22%
CMYK: (4,0,32,19) C4M0Y32K19 (4%,0%,32%,19%) (0.04/0.00/0.32/0.19) 

CMYK percentages

%3.88
%0
%31.55
%19.22

Codes

Color #C6CE8D in popluar color models

C6 CE 8D
RGB 198 206 141
HSL 67° 39.88% 68.04%
HSB/HSV 67° 31.55% 80.78%
CMYK 3.88% 0.00% 31.55%
19.22%

Color #C6CE8D in popluar number systems.

HEX C6 CE 8D
Decimal 198 206 141
Binary 11000110 11001110 10001101
Octal 306 316 215

Shades and tints

Shades of #C6CE8D

#C6CE8D
(198,206,141)
#B4BC81
(180,188,129)
#A2AA75
(162,170,117)
#909869
(144,152,105)
#7E865D
(126,134,93)
#6C7451
(108,116,81)
#5A6245
(90,98,69)
#485039
(72,80,57)
#363E2D
(54,62,45)
#242C21
(36,44,33)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #C6CE8D

#C6CE8D
(198,206,141)
#CBD297
(203,210,151)
#D0D6A1
(208,214,161)
#D5DAAB
(213,218,171)
#DADEB5
(218,222,181)
#DFE2BF
(223,226,191)
#E4E6C9
(228,230,201)
#E9EAD3
(233,234,211)
#EEEEDD
(238,238,221)
#F3F2E7
(243,242,231)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CE8D; }

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

This text font color is #C6CE8D.

Background Color

.myBgColor { background-color: #C6CE8D; }

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

This div background color is #C6CE8D.

Border color

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

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

This div border color is #C6CE8D.

Opacity

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

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

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

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

This text has shadow with #C6CE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CE8D.

Preview

Color preview on black background

This text has color #C6CE8D on black background.


Color preview on white background

This text has color #C6CE8D on white background.


Black color preview on #C6CE8D background

This text has black color on #C6CE8D background.


White color preview on #C6CE8D background

This text has white color on #C6CE8D background.


Related colors

Complementary color

Complementary color for #hex is #393172.


I love getcolorcode.com

Triadic colors

1 #8DC6CE and #CE8DC6 with #C6CE8D are triadic colors.

2 #8DCEC6 and #CEC68D with #C6CE8D are triadic colors.