COLOR #C6E0AD

HEX: #C6E0AD
RGB: (198,224,173)

Color info

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

RGB color model

#C6E0AD color RGB value is (198,224,173).

  • red value is 198;
  • green value is 224;
  • blue value is 173.
RGB:
(198,224,173)
(78%,88%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 173 of 255 = 68%

198
224
173

R + G + B ~ 78%. #C6E0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 173 = 595 (100%)
R 198 of 595 ~ 33.28%
G 224 of 595 ~ 37.65%
B 173 of 595 ~ 29.08%

%33.28
%37.65
%29.08

CMYK color model

#C6E0AD color CMYK value is (12,0,23,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 12.16%
CMYK:
(12,0,23,12)
C12M0Y23K12 
(12%,0%,23%,12%)
(0.12/0.00/0.23/0.12)	

CMYK percentages

%11.61
%0
%22.77
%12.16

Codes

Color #C6E0AD in popluar color models

C6E0AD
RGB198224173
HSL91°45.13%77.84%
HSB/HSV91°22.77%87.84%
CMYK11.61%0.00%22.77%
12.16%

Color #C6E0AD in popluar number systems.

HEXC6E0AD
Decimal198224173
Binary110001101110000010101101
Octal306340255

Shades and tints

Shades of #C6E0AD

#C6E0AD
(198,224,173)
#B4CC9E
(180,204,158)
#A2B88F
(162,184,143)
#90A480
(144,164,128)
#7E9071
(126,144,113)
#6C7C62
(108,124,98)
#5A6853
(90,104,83)
#485444
(72,84,68)
#364035
(54,64,53)
#242C26
(36,44,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6E0AD

#C6E0AD
(198,224,173)
#CBE2B4
(203,226,180)
#D0E4BB
(208,228,187)
#D5E6C2
(213,230,194)
#DAE8C9
(218,232,201)
#DFEAD0
(223,234,208)
#E4ECD7
(228,236,215)
#E9EEDE
(233,238,222)
#EEF0E5
(238,240,229)
#F3F2EC
(243,242,236)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E0AD color. Also use rgb(198,224,173) instead hex code.

Text Font Color

.myTextColor { color: #C6E0AD; }

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

This text font color is #C6E0AD.


Background Color

.myBgColor { background-color: #C6E0AD; }

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

This div background color is #C6E0AD.


Border color

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

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

This div border color is #C6E0AD.


Opacity

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

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

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

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

This text has shadow with #C6E0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0AD on black background.


Color preview on white background

This text has color #C6E0AD on white background.



Black color preview on #C6E0AD background

This text has black color on #C6E0AD background.


White color preview on #C6E0AD background

This text has white color on #C6E0AD background.