COLOR #C6DCA9

HEX: #C6DCA9 RGB: (198,220,169)

Color info

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

RGB color model

#C6DCA9 color RGB value is (198,220,169).

RGB: (198,220,169) (78%, 86%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 169 of 255 = 66%

198
220
169

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

Portions of RGB colors in percentages

R + G + B = 198 + 220 + 169 = 587 (100%)
R 198 of 587 ~ 33.73%
G 220 of 587 ~ 37.48%
B 169 of 587 ~ 28.79'%

%33.73
%37.48
%28.79

CMYK color model

#C6DCA9 color CMYK value is (10,0,23,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 13.73%

CMYK: (10,0,23,14)
C10M0Y23K14 (10%, 0%, 23%, 14%)
(0.10 / 0.00 / 0.23 / 0.14)

CMYK percentages

%10
%0
%23.18
%13.73

Codes

Color #C6DCA9 in popluar color models

C6 DC A9
RGB 198 220 169
HSL 86° 42.15% 76.27%
HSB/HSV 86° 23.18% 86.27%
CMYK 10.00% 0.00% 23.18%
13.73%

Color #C6DCA9 in popluar number systems.

HEX C6 DC A9
Decimal 198 220 169
Binary 11000110 11011100 10101001
Octal 306 334 251

Shades and tints

Shades of #C6DCA9

#C6DCA9
(198,220,169)
#B4C89A
(180,200,154)
#A2B48B
(162,180,139)
#90A07C
(144,160,124)
#7E8C6D
(126,140,109)
#6C785E
(108,120,94)
#5A644F
(90,100,79)
#485040
(72,80,64)
#363C31
(54,60,49)
#242822
(36,40,34)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C6DCA9

#C6DCA9
(198,220,169)
#CBDFB0
(203,223,176)
#D0E2B7
(208,226,183)
#D5E5BE
(213,229,190)
#DAE8C5
(218,232,197)
#DFEBCC
(223,235,204)
#E4EED3
(228,238,211)
#E9F1DA
(233,241,218)
#EEF4E1
(238,244,225)
#F3F7E8
(243,247,232)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCA9; }

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

This text font color is #C6DCA9.

Background Color

.myBgColor { background-color: #C6DCA9; }

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

This div background color is #C6DCA9.

Border color

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

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

This div border color is #C6DCA9.

Opacity

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

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

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

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

This text has shadow with #C6DCA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DCA9.

Preview

Color preview on black background

This text has color #C6DCA9 on black background.


Color preview on white background

This text has color #C6DCA9 on white background.


Black color preview on #C6DCA9 background

This text has black color on #C6DCA9 background.


White color preview on #C6DCA9 background

This text has white color on #C6DCA9 background.


Related colors

Complementary color

Complementary color for #hex is #392356.


I love getcolorcode.com

Triadic colors

1 #A9C6DC and #DCA9C6 with #C6DCA9 are triadic colors.

2 #A9DCC6 and #DCC6A9 with #C6DCA9 are triadic colors.