COLOR #C6E0AC

HEX: #C6E0AC
RGB: (198,224,172)

Color info

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

RGB color model

#C6E0AC color RGB value is (198,224,172).

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

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 172 of 255 = 67%

198
224
172

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

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 172 = 594 (100%)
R 198 of 594 ~ 33.33%
G 224 of 594 ~ 37.71%
B 172 of 594 ~ 28.96%

%33.33
%37.71
%28.96

CMYK color model

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

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • 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
%23.21
%12.16

Codes

Color #C6E0AC in popluar color models

C6E0AC
RGB198224172
HSL90°45.61%77.65%
HSB/HSV90°23.21%87.84%
CMYK11.61%0.00%23.21%
12.16%

Color #C6E0AC in popluar number systems.

HEXC6E0AC
Decimal198224172
Binary110001101110000010101100
Octal306340254

Shades and tints

Shades of #C6E0AC

#C6E0AC
(198,224,172)
#B4CC9D
(180,204,157)
#A2B88E
(162,184,142)
#90A47F
(144,164,127)
#7E9070
(126,144,112)
#6C7C61
(108,124,97)
#5A6852
(90,104,82)
#485443
(72,84,67)
#364034
(54,64,52)
#242C25
(36,44,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6E0AC

#C6E0AC
(198,224,172)
#CBE2B3
(203,226,179)
#D0E4BA
(208,228,186)
#D5E6C1
(213,230,193)
#DAE8C8
(218,232,200)
#DFEACF
(223,234,207)
#E4ECD6
(228,236,214)
#E9EEDD
(233,238,221)
#EEF0E4
(238,240,228)
#F3F2EB
(243,242,235)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0AC; }

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

This text font color is #C6E0AC.


Background Color

.myBgColor { background-color: #C6E0AC; }

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

This div background color is #C6E0AC.


Border color

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

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

This div border color is #C6E0AC.


Opacity

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

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

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

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

This text has shadow with #C6E0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0AC on black background.


Color preview on white background

This text has color #C6E0AC on white background.



Black color preview on #C6E0AC background

This text has black color on #C6E0AC background.


White color preview on #C6E0AC background

This text has white color on #C6E0AC background.