COLOR #C6DCAB

HEX: #C6DCAB
RGB: (198,220,171)

Color info

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

RGB color model

#C6DCAB color RGB value is (198,220,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 171 of 255 = 67%

198
220
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 171 = 589 (100%)
R 198 of 589 ~ 33.62%
G 220 of 589 ~ 37.35%
B 171 of 589 ~ 29.03%

%33.62
%37.35
%29.03

CMYK color model

#C6DCAB color CMYK value is (10,0,22,14).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(10,0,22,14)
C10M0Y22K14 
(10%,0%,22%,14%)
(0.10/0.00/0.22/0.14)	

CMYK percentages

%10
%0
%22.27
%13.73

Codes

Color #C6DCAB in popluar color models

C6DCAB
RGB198220171
HSL87°41.18%76.67%
HSB/HSV87°22.27%86.27%
CMYK10.00%0.00%22.27%
13.73%

Color #C6DCAB in popluar number systems.

HEXC6DCAB
Decimal198220171
Binary110001101101110010101011
Octal306334253

Shades and tints

Shades of #C6DCAB

#C6DCAB
(198,220,171)
#B4C89C
(180,200,156)
#A2B48D
(162,180,141)
#90A07E
(144,160,126)
#7E8C6F
(126,140,111)
#6C7860
(108,120,96)
#5A6451
(90,100,81)
#485042
(72,80,66)
#363C33
(54,60,51)
#242824
(36,40,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #C6DCAB

#C6DCAB
(198,220,171)
#CBDFB2
(203,223,178)
#D0E2B9
(208,226,185)
#D5E5C0
(213,229,192)
#DAE8C7
(218,232,199)
#DFEBCE
(223,235,206)
#E4EED5
(228,238,213)
#E9F1DC
(233,241,220)
#EEF4E3
(238,244,227)
#F3F7EA
(243,247,234)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCAB; }

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

This text font color is #C6DCAB.


Background Color

.myBgColor { background-color: #C6DCAB; }

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

This div background color is #C6DCAB.


Border color

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

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

This div border color is #C6DCAB.


Opacity

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

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

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

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

This text has shadow with #C6DCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCAB on black background.


Color preview on white background

This text has color #C6DCAB on white background.



Black color preview on #C6DCAB background

This text has black color on #C6DCAB background.


White color preview on #C6DCAB background

This text has white color on #C6DCAB background.