COLOR #C6D0A9

HEX: #C6D0A9
RGB: (198,208,169)

Color info

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

RGB color model

#C6D0A9 color RGB value is (198,208,169).

  • red value is 198;
  • green value is 208;
  • blue value is 169.
RGB:
(198,208,169)
(78%,82%,66%)

RGB channels and saturation

R 198 of 255 = 78%
G 208 of 255 = 82%
B 169 of 255 = 66%

198
208
169

R + G + B ~ 75%. #C6D0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 208 + 169 = 575 (100%)
R 198 of 575 ~ 34.43%
G 208 of 575 ~ 36.17%
B 169 of 575 ~ 29.39%

%34.43
%36.17
%29.39

CMYK color model

#C6D0A9 color CMYK value is (5,0,19,18).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 18.43%
CMYK:
(5,0,19,18)
C5M0Y19K18 
(5%,0%,19%,18%)
(0.05/0.00/0.19/0.18)	

CMYK percentages

%4.81
%0
%18.75
%18.43

Codes

Color #C6D0A9 in popluar color models

C6D0A9
RGB198208169
HSL75°29.32%73.92%
HSB/HSV75°18.75%81.57%
CMYK4.81%0.00%18.75%
18.43%

Color #C6D0A9 in popluar number systems.

HEXC6D0A9
Decimal198208169
Binary110001101101000010101001
Octal306320251

Shades and tints

Shades of #C6D0A9

#C6D0A9
(198,208,169)
#B4BE9A
(180,190,154)
#A2AC8B
(162,172,139)
#909A7C
(144,154,124)
#7E886D
(126,136,109)
#6C765E
(108,118,94)
#5A644F
(90,100,79)
#485240
(72,82,64)
#364031
(54,64,49)
#242E22
(36,46,34)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #C6D0A9

#C6D0A9
(198,208,169)
#CBD4B0
(203,212,176)
#D0D8B7
(208,216,183)
#D5DCBE
(213,220,190)
#DAE0C5
(218,224,197)
#DFE4CC
(223,228,204)
#E4E8D3
(228,232,211)
#E9ECDA
(233,236,218)
#EEF0E1
(238,240,225)
#F3F4E8
(243,244,232)
#F8F8EF
(248,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D0A9; }

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

This text font color is #C6D0A9.


Background Color

.myBgColor { background-color: #C6D0A9; }

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

This div background color is #C6D0A9.


Border color

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

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

This div border color is #C6D0A9.


Opacity

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

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

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

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

This text has shadow with #C6D0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D0A9 on black background.


Color preview on white background

This text has color #C6D0A9 on white background.



Black color preview on #C6D0A9 background

This text has black color on #C6D0A9 background.


White color preview on #C6D0A9 background

This text has white color on #C6D0A9 background.