COLOR #C6E7A4

HEX: #C6E7A4
RGB: (198,231,164)

Color info

#C6E7A4 contains mainly red and green colors. Web safe color of #C6E7A4 is #CCFF99 (or #CF9).

RGB color model

#C6E7A4 color RGB value is (198,231,164).

  • red value is 198;
  • green value is 231;
  • blue value is 164.
RGB:
(198,231,164)
(78%,91%,64%)

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 164 of 255 = 64%

198
231
164

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 164 = 593 (100%)
R 198 of 593 ~ 33.39%
G 231 of 593 ~ 38.95%
B 164 of 593 ~ 27.66%

%33.39
%38.95
%27.66

CMYK color model

#C6E7A4 color CMYK value is (14,0,29,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 9.41%
CMYK:
(14,0,29,9)
C14M0Y29K9 
(14%,0%,29%,9%)
(0.14/0.00/0.29/0.09)	

CMYK percentages

%14.29
%0
%29
%9.41

Codes

Color #C6E7A4 in popluar color models

C6E7A4
RGB198231164
HSL90°58.26%77.45%
HSB/HSV90°29.00%90.59%
CMYK14.29%0.00%29.00%
9.41%

Color #C6E7A4 in popluar number systems.

HEXC6E7A4
Decimal198231164
Binary110001101110011110100100
Octal306347244

Shades and tints

Shades of #C6E7A4

#C6E7A4
(198,231,164)
#B4D296
(180,210,150)
#A2BD88
(162,189,136)
#90A87A
(144,168,122)
#7E936C
(126,147,108)
#6C7E5E
(108,126,94)
#5A6950
(90,105,80)
#485442
(72,84,66)
#363F34
(54,63,52)
#242A26
(36,42,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6E7A4

#C6E7A4
(198,231,164)
#CBE9AC
(203,233,172)
#D0EBB4
(208,235,180)
#D5EDBC
(213,237,188)
#DAEFC4
(218,239,196)
#DFF1CC
(223,241,204)
#E4F3D4
(228,243,212)
#E9F5DC
(233,245,220)
#EEF7E4
(238,247,228)
#F3F9EC
(243,249,236)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E7A4 color. Also use rgb(198,231,164) instead hex code.

Text Font Color

.myTextColor { color: #C6E7A4; }

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

This text font color is #C6E7A4.


Background Color

.myBgColor { background-color: #C6E7A4; }

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

This div background color is #C6E7A4.


Border color

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

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

This div border color is #C6E7A4.


Opacity

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

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

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

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

This text has shadow with #C6E7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7A4 on black background.


Color preview on white background

This text has color #C6E7A4 on white background.



Black color preview on #C6E7A4 background

This text has black color on #C6E7A4 background.


White color preview on #C6E7A4 background

This text has white color on #C6E7A4 background.