COLOR #C6C88E

HEX: #C6C88E RGB: (198,200,142)

Color info

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

RGB color model

#C6C88E color RGB value is (198,200,142).

RGB: (198,200,142) (78%, 78%, 56%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 142 of 255 = 56%

198
200
142

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

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 142 = 540 (100%)
R 198 of 540 ~ 36.67%
G 200 of 540 ~ 37.04%
B 142 of 540 ~ 26.3'%

%36.67
%37.04
%26.3

CMYK color model

#C6C88E color CMYK value is (1,0,29,22).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 21.57%

CMYK: (1,0,29,22)
C1M0Y29K22 (1%, 0%, 29%, 22%)
(0.01 / 0.00 / 0.29 / 0.22)

CMYK percentages

%1
%0
%29
%21.57

Codes

Color #C6C88E in popluar color models

C6 C8 8E
RGB 198 200 142
HSL 62° 34.52% 67.06%
HSB/HSV 62° 29.00% 78.43%
CMYK 1.00% 0.00% 29.00%
21.57%

Color #C6C88E in popluar number systems.

HEX C6 C8 8E
Decimal 198 200 142
Binary 11000110 11001000 10001110
Octal 306 310 216

Shades and tints

Shades of #C6C88E

#C6C88E
(198,200,142)
#B4B682
(180,182,130)
#A2A476
(162,164,118)
#90926A
(144,146,106)
#7E805E
(126,128,94)
#6C6E52
(108,110,82)
#5A5C46
(90,92,70)
#484A3A
(72,74,58)
#36382E
(54,56,46)
#242622
(36,38,34)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6C88E

#C6C88E
(198,200,142)
#CBCD98
(203,205,152)
#D0D2A2
(208,210,162)
#D5D7AC
(213,215,172)
#DADCB6
(218,220,182)
#DFE1C0
(223,225,192)
#E4E6CA
(228,230,202)
#E9EBD4
(233,235,212)
#EEF0DE
(238,240,222)
#F3F5E8
(243,245,232)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C88E color. Also use rgb(198,200,142) instead hex code.

Text Font Color

.myTextColor { color: #C6C88E; }

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

This text font color is #C6C88E.

Background Color

.myBgColor { background-color: #C6C88E; }

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

This div background color is #C6C88E.

Border color

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

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

This div border color is #C6C88E.

Opacity

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

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

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

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

This text has shadow with #C6C88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C88E.

Preview

Color preview on black background

This text has color #C6C88E on black background.


Color preview on white background

This text has color #C6C88E on white background.


Black color preview on #C6C88E background

This text has black color on #C6C88E background.


White color preview on #C6C88E background

This text has white color on #C6C88E background.


Related colors

Complementary color

Complementary color for #hex is #393771.


I love getcolorcode.com

Triadic colors

1 #8EC6C8 and #C88EC6 with #C6C88E are triadic colors.

2 #8EC8C6 and #C8C68E with #C6C88E are triadic colors.