COLOR #C6D9B9

HEX: #C6D9B9 RGB: (198,217,185)

Color info

#C6D9B9 contains red, green and blue colors in about the same proportion. Web safe color of #C6D9B9 is #CCCCCC (or #CCC).

RGB color model

#C6D9B9 color RGB value is (198,217,185).

RGB: (198,217,185) (78%, 85%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 217 of 255 = 85%
B 185 of 255 = 73%

198
217
185

R + G + B ~ 79%. #C6D9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 217 + 185 = 600 (100%)
R 198 of 600 ~ 33%
G 217 of 600 ~ 36.17%
B 185 of 600 ~ 30.83'%

%33
%36.17
%30.83

CMYK color model

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

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 14.90%

CMYK: (9,0,15,15)
C9M0Y15K15 (9%, 0%, 15%, 15%)
(0.09 / 0.00 / 0.15 / 0.15)

CMYK percentages

%8.76
%0
%14.75
%14.9

Codes

Color #C6D9B9 in popluar color models

C6 D9 B9
RGB 198 217 185
HSL 96° 29.63% 78.82%
HSB/HSV 96° 14.75% 85.10%
CMYK 8.76% 0.00% 14.75%
14.90%

Color #C6D9B9 in popluar number systems.

HEX C6 D9 B9
Decimal 198 217 185
Binary 11000110 11011001 10111001
Octal 306 331 271

Shades and tints

Shades of #C6D9B9

#C6D9B9
(198,217,185)
#B4C6A9
(180,198,169)
#A2B399
(162,179,153)
#90A089
(144,160,137)
#7E8D79
(126,141,121)
#6C7A69
(108,122,105)
#5A6759
(90,103,89)
#485449
(72,84,73)
#364139
(54,65,57)
#242E29
(36,46,41)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #C6D9B9

#C6D9B9
(198,217,185)
#CBDCBF
(203,220,191)
#D0DFC5
(208,223,197)
#D5E2CB
(213,226,203)
#DAE5D1
(218,229,209)
#DFE8D7
(223,232,215)
#E4EBDD
(228,235,221)
#E9EEE3
(233,238,227)
#EEF1E9
(238,241,233)
#F3F4EF
(243,244,239)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D9B9; }

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

This text font color is #C6D9B9.

Background Color

.myBgColor { background-color: #C6D9B9; }

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

This div background color is #C6D9B9.

Border color

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

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

This div border color is #C6D9B9.

Opacity

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

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

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

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

This text has shadow with #C6D9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D9B9.

Preview

Color preview on black background

This text has color #C6D9B9 on black background.


Color preview on white background

This text has color #C6D9B9 on white background.


Black color preview on #C6D9B9 background

This text has black color on #C6D9B9 background.


White color preview on #C6D9B9 background

This text has white color on #C6D9B9 background.


Related colors

Complementary color

Complementary color for #hex is #392646.


I love getcolorcode.com

Triadic colors

1 #B9C6D9 and #D9B9C6 with #C6D9B9 are triadic colors.

2 #B9D9C6 and #D9C6B9 with #C6D9B9 are triadic colors.