COLOR #C6D7AB

HEX: #C6D7AB
RGB: (198,215,171)

Color info

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

RGB color model

#C6D7AB color RGB value is (198,215,171).

  • red value is 198;
  • green value is 215;
  • blue value is 171.
RGB:
(198,215,171)
(78%,84%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 171 of 255 = 67%

198
215
171

R + G + B ~ 76%. #C6D7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 171 = 584 (100%)
R 198 of 584 ~ 33.9%
G 215 of 584 ~ 36.82%
B 171 of 584 ~ 29.28%

%33.9
%36.82
%29.28

CMYK color model

#C6D7AB color CMYK value is (8,0,20,16).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(8,0,20,16)
C8M0Y20K16 
(8%,0%,20%,16%)
(0.08/0.00/0.20/0.16)	

CMYK percentages

%7.91
%0
%20.47
%15.69

Codes

Color #C6D7AB in popluar color models

C6D7AB
RGB198215171
HSL83°35.48%75.69%
HSB/HSV83°20.47%84.31%
CMYK7.91%0.00%20.47%
15.69%

Color #C6D7AB in popluar number systems.

HEXC6D7AB
Decimal198215171
Binary110001101101011110101011
Octal306327253

Shades and tints

Shades of #C6D7AB

#C6D7AB
(198,215,171)
#B4C49C
(180,196,156)
#A2B18D
(162,177,141)
#909E7E
(144,158,126)
#7E8B6F
(126,139,111)
#6C7860
(108,120,96)
#5A6551
(90,101,81)
#485242
(72,82,66)
#363F33
(54,63,51)
#242C24
(36,44,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6D7AB

#C6D7AB
(198,215,171)
#CBDAB2
(203,218,178)
#D0DDB9
(208,221,185)
#D5E0C0
(213,224,192)
#DAE3C7
(218,227,199)
#DFE6CE
(223,230,206)
#E4E9D5
(228,233,213)
#E9ECDC
(233,236,220)
#EEEFE3
(238,239,227)
#F3F2EA
(243,242,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D7AB color. Also use rgb(198,215,171) instead hex code.

Text Font Color

.myTextColor { color: #C6D7AB; }

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

This text font color is #C6D7AB.


Background Color

.myBgColor { background-color: #C6D7AB; }

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

This div background color is #C6D7AB.


Border color

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

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

This div border color is #C6D7AB.


Opacity

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

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

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

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

This text has shadow with #C6D7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7AB on black background.


Color preview on white background

This text has color #C6D7AB on white background.



Black color preview on #C6D7AB background

This text has black color on #C6D7AB background.


White color preview on #C6D7AB background

This text has white color on #C6D7AB background.