COLOR #C6D1AF

HEX: #C6D1AF
RGB: (198,209,175)

Color info

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

RGB color model

#C6D1AF color RGB value is (198,209,175).

  • red value is 198;
  • green value is 209;
  • blue value is 175.
RGB:
(198,209,175)
(78%,82%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 175 of 255 = 69%

198
209
175

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

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 175 = 582 (100%)
R 198 of 582 ~ 34.02%
G 209 of 582 ~ 35.91%
B 175 of 582 ~ 30.07%

%34.02
%35.91
%30.07

CMYK color model

#C6D1AF color CMYK value is (5,0,16,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%
CMYK:
(5,0,16,18)
C5M0Y16K18 
(5%,0%,16%,18%)
(0.05/0.00/0.16/0.18)	

CMYK percentages

%5.26
%0
%16.27
%18.04

Codes

Color #C6D1AF in popluar color models

C6D1AF
RGB198209175
HSL79°26.98%75.29%
HSB/HSV79°16.27%81.96%
CMYK5.26%0.00%16.27%
18.04%

Color #C6D1AF in popluar number systems.

HEXC6D1AF
Decimal198209175
Binary110001101101000110101111
Octal306321257

Shades and tints

Shades of #C6D1AF

#C6D1AF
(198,209,175)
#B4BEA0
(180,190,160)
#A2AB91
(162,171,145)
#909882
(144,152,130)
#7E8573
(126,133,115)
#6C7264
(108,114,100)
#5A5F55
(90,95,85)
#484C46
(72,76,70)
#363937
(54,57,55)
#242628
(36,38,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6D1AF

#C6D1AF
(198,209,175)
#CBD5B6
(203,213,182)
#D0D9BD
(208,217,189)
#D5DDC4
(213,221,196)
#DAE1CB
(218,225,203)
#DFE5D2
(223,229,210)
#E4E9D9
(228,233,217)
#E9EDE0
(233,237,224)
#EEF1E7
(238,241,231)
#F3F5EE
(243,245,238)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D1AF color. Also use rgb(198,209,175) instead hex code.

Text Font Color

.myTextColor { color: #C6D1AF; }

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

This text font color is #C6D1AF.


Background Color

.myBgColor { background-color: #C6D1AF; }

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

This div background color is #C6D1AF.


Border color

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

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

This div border color is #C6D1AF.


Opacity

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

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

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

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

This text has shadow with #C6D1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D1AF on black background.


Color preview on white background

This text has color #C6D1AF on white background.



Black color preview on #C6D1AF background

This text has black color on #C6D1AF background.


White color preview on #C6D1AF background

This text has white color on #C6D1AF background.