COLOR #C6D9B3

HEX: #C6D9B3
RGB: (198,217,179)

Color info

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

RGB color model

#C6D9B3 color RGB value is (198,217,179).

  • red value is 198;
  • green value is 217;
  • blue value is 179.
RGB:
(198,217,179)
(78%,85%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 217 of 255 = 85%
B 179 of 255 = 70%

198
217
179

R + G + B ~ 78%. #C6D9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 217 + 179 = 594 (100%)
R 198 of 594 ~ 33.33%
G 217 of 594 ~ 36.53%
B 179 of 594 ~ 30.13%

%33.33
%36.53
%30.13

CMYK color model

#C6D9B3 color CMYK value is (9,0,18,15).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 14.90%
CMYK:
(9,0,18,15)
C9M0Y18K15 
(9%,0%,18%,15%)
(0.09/0.00/0.18/0.15)	

CMYK percentages

%8.76
%0
%17.51
%14.9

Codes

Color #C6D9B3 in popluar color models

C6D9B3
RGB198217179
HSL90°33.33%77.65%
HSB/HSV90°17.51%85.10%
CMYK8.76%0.00%17.51%
14.90%

Color #C6D9B3 in popluar number systems.

HEXC6D9B3
Decimal198217179
Binary110001101101100110110011
Octal306331263

Shades and tints

Shades of #C6D9B3

#C6D9B3
(198,217,179)
#B4C6A3
(180,198,163)
#A2B393
(162,179,147)
#90A083
(144,160,131)
#7E8D73
(126,141,115)
#6C7A63
(108,122,99)
#5A6753
(90,103,83)
#485443
(72,84,67)
#364133
(54,65,51)
#242E23
(36,46,35)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #C6D9B3

#C6D9B3
(198,217,179)
#CBDCB9
(203,220,185)
#D0DFBF
(208,223,191)
#D5E2C5
(213,226,197)
#DAE5CB
(218,229,203)
#DFE8D1
(223,232,209)
#E4EBD7
(228,235,215)
#E9EEDD
(233,238,221)
#EEF1E3
(238,241,227)
#F3F4E9
(243,244,233)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D9B3 color. Also use rgb(198,217,179) instead hex code.

Text Font Color

.myTextColor { color: #C6D9B3; }

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

This text font color is #C6D9B3.


Background Color

.myBgColor { background-color: #C6D9B3; }

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

This div background color is #C6D9B3.


Border color

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

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

This div border color is #C6D9B3.


Opacity

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

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

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

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

This text has shadow with #C6D9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9B3 on black background.


Color preview on white background

This text has color #C6D9B3 on white background.



Black color preview on #C6D9B3 background

This text has black color on #C6D9B3 background.


White color preview on #C6D9B3 background

This text has white color on #C6D9B3 background.