COLOR #C6C89E

HEX: #C6C89E RGB: (198,200,158)

Color info

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

RGB color model

#C6C89E color RGB value is (198,200,158).

RGB: (198,200,158) (78%, 78%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 158 of 255 = 62%

198
200
158

R + G + B ~ 73%. #C6C89E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 200 + 158 = 556 (100%)
R 198 of 556 ~ 35.61%
G 200 of 556 ~ 35.97%
B 158 of 556 ~ 28.42'%

%35.61
%35.97
%28.42

CMYK color model

#C6C89E color CMYK value is (1,0,21,22).

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

CMYK: (1,0,21,22)
C1M0Y21K22 (1%, 0%, 21%, 22%)
(0.01 / 0.00 / 0.21 / 0.22)

CMYK percentages

%1
%0
%21
%21.57

Codes

Color #C6C89E in popluar color models

C6 C8 9E
RGB 198 200 158
HSL 63° 27.63% 70.20%
HSB/HSV 63° 21.00% 78.43%
CMYK 1.00% 0.00% 21.00%
21.57%

Color #C6C89E in popluar number systems.

HEX C6 C8 9E
Decimal 198 200 158
Binary 11000110 11001000 10011110
Octal 306 310 236

Shades and tints

Shades of #C6C89E

#C6C89E
(198,200,158)
#B4B690
(180,182,144)
#A2A482
(162,164,130)
#909274
(144,146,116)
#7E8066
(126,128,102)
#6C6E58
(108,110,88)
#5A5C4A
(90,92,74)
#484A3C
(72,74,60)
#36382E
(54,56,46)
#242620
(36,38,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #C6C89E

#C6C89E
(198,200,158)
#CBCDA6
(203,205,166)
#D0D2AE
(208,210,174)
#D5D7B6
(213,215,182)
#DADCBE
(218,220,190)
#DFE1C6
(223,225,198)
#E4E6CE
(228,230,206)
#E9EBD6
(233,235,214)
#EEF0DE
(238,240,222)
#F3F5E6
(243,245,230)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C89E; }

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

This text font color is #C6C89E.

Background Color

.myBgColor { background-color: #C6C89E; }

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

This div background color is #C6C89E.

Border color

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

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

This div border color is #C6C89E.

Opacity

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

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

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

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

This text has shadow with #C6C89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C89E.

Preview

Color preview on black background

This text has color #C6C89E on black background.


Color preview on white background

This text has color #C6C89E on white background.


Black color preview on #C6C89E background

This text has black color on #C6C89E background.


White color preview on #C6C89E background

This text has white color on #C6C89E background.


Related colors

Complementary color

Complementary color for #hex is #393761.


I love getcolorcode.com

Triadic colors

1 #9EC6C8 and #C89EC6 with #C6C89E are triadic colors.

2 #9EC8C6 and #C8C69E with #C6C89E are triadic colors.