COLOR #C6D8B1

HEX: #C6D8B1
RGB: (198,216,177)

Color info

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

RGB color model

#C6D8B1 color RGB value is (198,216,177).

  • red value is 198;
  • green value is 216;
  • blue value is 177.
RGB:
(198,216,177)
(78%,85%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 177 of 255 = 69%

198
216
177

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

Portions of RGB colors in percentages

R + G + B =
198 + 216 + 177 = 591 (100%)
R 198 of 591 ~ 33.5%
G 216 of 591 ~ 36.55%
B 177 of 591 ~ 29.95%

%33.5
%36.55
%29.95

CMYK color model

#C6D8B1 color CMYK value is (8,0,18,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 15.29%
CMYK:
(8,0,18,15)
C8M0Y18K15 
(8%,0%,18%,15%)
(0.08/0.00/0.18/0.15)	

CMYK percentages

%8.33
%0
%18.06
%15.29

Codes

Color #C6D8B1 in popluar color models

C6D8B1
RGB198216177
HSL88°33.33%77.06%
HSB/HSV88°18.06%84.71%
CMYK8.33%0.00%18.06%
15.29%

Color #C6D8B1 in popluar number systems.

HEXC6D8B1
Decimal198216177
Binary110001101101100010110001
Octal306330261

Shades and tints

Shades of #C6D8B1

#C6D8B1
(198,216,177)
#B4C5A1
(180,197,161)
#A2B291
(162,178,145)
#909F81
(144,159,129)
#7E8C71
(126,140,113)
#6C7961
(108,121,97)
#5A6651
(90,102,81)
#485341
(72,83,65)
#364031
(54,64,49)
#242D21
(36,45,33)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6D8B1

#C6D8B1
(198,216,177)
#CBDBB8
(203,219,184)
#D0DEBF
(208,222,191)
#D5E1C6
(213,225,198)
#DAE4CD
(218,228,205)
#DFE7D4
(223,231,212)
#E4EADB
(228,234,219)
#E9EDE2
(233,237,226)
#EEF0E9
(238,240,233)
#F3F3F0
(243,243,240)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D8B1 color. Also use rgb(198,216,177) instead hex code.

Text Font Color

.myTextColor { color: #C6D8B1; }

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

This text font color is #C6D8B1.


Background Color

.myBgColor { background-color: #C6D8B1; }

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

This div background color is #C6D8B1.


Border color

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

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

This div border color is #C6D8B1.


Opacity

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

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

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

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

This text has shadow with #C6D8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D8B1 on black background.


Color preview on white background

This text has color #C6D8B1 on white background.



Black color preview on #C6D8B1 background

This text has black color on #C6D8B1 background.


White color preview on #C6D8B1 background

This text has white color on #C6D8B1 background.