COLOR #C6D8AE

HEX: #C6D8AE RGB: (198,216,174)

Color info

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

RGB color model

#C6D8AE color RGB value is (198,216,174).

RGB: (198,216,174) (78%, 85%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 174 of 255 = 68%

198
216
174

R + G + B ~ 77%. #C6D8AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 216 + 174 = 588 (100%)
R 198 of 588 ~ 33.67%
G 216 of 588 ~ 36.73%
B 174 of 588 ~ 29.59'%

%33.67
%36.73
%29.59

CMYK color model

#C6D8AE color CMYK value is (8,0,19,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 15.29%

CMYK: (8,0,19,15)
C8M0Y19K15 (8%, 0%, 19%, 15%)
(0.08 / 0.00 / 0.19 / 0.15)

CMYK percentages

%8.33
%0
%19.44
%15.29

Codes

Color #C6D8AE in popluar color models

C6 D8 AE
RGB 198 216 174
HSL 86° 35.00% 76.47%
HSB/HSV 86° 19.44% 84.71%
CMYK 8.33% 0.00% 19.44%
15.29%

Color #C6D8AE in popluar number systems.

HEX C6 D8 AE
Decimal 198 216 174
Binary 11000110 11011000 10101110
Octal 306 330 256

Shades and tints

Shades of #C6D8AE

#C6D8AE
(198,216,174)
#B4C59F
(180,197,159)
#A2B290
(162,178,144)
#909F81
(144,159,129)
#7E8C72
(126,140,114)
#6C7963
(108,121,99)
#5A6654
(90,102,84)
#485345
(72,83,69)
#364036
(54,64,54)
#242D27
(36,45,39)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6D8AE

#C6D8AE
(198,216,174)
#CBDBB5
(203,219,181)
#D0DEBC
(208,222,188)
#D5E1C3
(213,225,195)
#DAE4CA
(218,228,202)
#DFE7D1
(223,231,209)
#E4EAD8
(228,234,216)
#E9EDDF
(233,237,223)
#EEF0E6
(238,240,230)
#F3F3ED
(243,243,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D8AE color. Also use rgb(198,216,174) instead hex code.

Text Font Color

.myTextColor { color: #C6D8AE; }

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

This text font color is #C6D8AE.

Background Color

.myBgColor { background-color: #C6D8AE; }

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

This div background color is #C6D8AE.

Border color

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

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

This div border color is #C6D8AE.

Opacity

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

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

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

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

This text has shadow with #C6D8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D8AE.

Preview

Color preview on black background

This text has color #C6D8AE on black background.


Color preview on white background

This text has color #C6D8AE on white background.


Black color preview on #C6D8AE background

This text has black color on #C6D8AE background.


White color preview on #C6D8AE background

This text has white color on #C6D8AE background.


Related colors

Complementary color

Complementary color for #hex is #392751.


I love getcolorcode.com

Triadic colors

1 #AEC6D8 and #D8AEC6 with #C6D8AE are triadic colors.

2 #AED8C6 and #D8C6AE with #C6D8AE are triadic colors.