COLOR #C6D4A9

HEX: #C6D4A9 RGB: (198,212,169)

Color info

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

RGB color model

#C6D4A9 color RGB value is (198,212,169).

RGB: (198,212,169) (78%, 83%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 212 of 255 = 83%
B 169 of 255 = 66%

198
212
169

R + G + B ~ 76%. #C6D4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 212 + 169 = 579 (100%)
R 198 of 579 ~ 34.2%
G 212 of 579 ~ 36.61%
B 169 of 579 ~ 29.19'%

%34.2
%36.61
%29.19

CMYK color model

#C6D4A9 color CMYK value is (7,0,20,17).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 16.86%

CMYK: (7,0,20,17)
C7M0Y20K17 (7%, 0%, 20%, 17%)
(0.07 / 0.00 / 0.20 / 0.17)

CMYK percentages

%6.6
%0
%20.28
%16.86

Codes

Color #C6D4A9 in popluar color models

C6 D4 A9
RGB 198 212 169
HSL 80° 33.33% 74.71%
HSB/HSV 80° 20.28% 83.14%
CMYK 6.60% 0.00% 20.28%
16.86%

Color #C6D4A9 in popluar number systems.

HEX C6 D4 A9
Decimal 198 212 169
Binary 11000110 11010100 10101001
Octal 306 324 251

Shades and tints

Shades of #C6D4A9

#C6D4A9
(198,212,169)
#B4C19A
(180,193,154)
#A2AE8B
(162,174,139)
#909B7C
(144,155,124)
#7E886D
(126,136,109)
#6C755E
(108,117,94)
#5A624F
(90,98,79)
#484F40
(72,79,64)
#363C31
(54,60,49)
#242922
(36,41,34)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6D4A9

#C6D4A9
(198,212,169)
#CBD7B0
(203,215,176)
#D0DAB7
(208,218,183)
#D5DDBE
(213,221,190)
#DAE0C5
(218,224,197)
#DFE3CC
(223,227,204)
#E4E6D3
(228,230,211)
#E9E9DA
(233,233,218)
#EEECE1
(238,236,225)
#F3EFE8
(243,239,232)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D4A9 color. Also use rgb(198,212,169) instead hex code.

Text Font Color

.myTextColor { color: #C6D4A9; }

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

This text font color is #C6D4A9.

Background Color

.myBgColor { background-color: #C6D4A9; }

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

This div background color is #C6D4A9.

Border color

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

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

This div border color is #C6D4A9.

Opacity

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

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

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

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

This text has shadow with #C6D4A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D4A9.

Preview

Color preview on black background

This text has color #C6D4A9 on black background.


Color preview on white background

This text has color #C6D4A9 on white background.


Black color preview on #C6D4A9 background

This text has black color on #C6D4A9 background.


White color preview on #C6D4A9 background

This text has white color on #C6D4A9 background.


Related colors

Complementary color

Complementary color for #hex is #392B56.


I love getcolorcode.com

Triadic colors

1 #A9C6D4 and #D4A9C6 with #C6D4A9 are triadic colors.

2 #A9D4C6 and #D4C6A9 with #C6D4A9 are triadic colors.