COLOR #C6E7A2

HEX: #C6E7A2
RGB: (198,231,162)

Color info

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

RGB color model

#C6E7A2 color RGB value is (198,231,162).

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

RGB channels and saturation

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

198
231
162

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 162 = 591 (100%)
R 198 of 591 ~ 33.5%
G 231 of 591 ~ 39.09%
B 162 of 591 ~ 27.41%

%33.5
%39.09
%27.41

CMYK color model

#C6E7A2 color CMYK value is (14,0,30,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 9.41%
CMYK:
(14,0,30,9)
C14M0Y30K9 
(14%,0%,30%,9%)
(0.14/0.00/0.30/0.09)	

CMYK percentages

%14.29
%0
%29.87
%9.41

Codes

Color #C6E7A2 in popluar color models

C6E7A2
RGB198231162
HSL89°58.97%77.06%
HSB/HSV89°29.87%90.59%
CMYK14.29%0.00%29.87%
9.41%

Color #C6E7A2 in popluar number systems.

HEXC6E7A2
Decimal198231162
Binary110001101110011110100010
Octal306347242

Shades and tints

Shades of #C6E7A2

#C6E7A2
(198,231,162)
#B4D294
(180,210,148)
#A2BD86
(162,189,134)
#90A878
(144,168,120)
#7E936A
(126,147,106)
#6C7E5C
(108,126,92)
#5A694E
(90,105,78)
#485440
(72,84,64)
#363F32
(54,63,50)
#242A24
(36,42,36)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6E7A2

#C6E7A2
(198,231,162)
#CBE9AA
(203,233,170)
#D0EBB2
(208,235,178)
#D5EDBA
(213,237,186)
#DAEFC2
(218,239,194)
#DFF1CA
(223,241,202)
#E4F3D2
(228,243,210)
#E9F5DA
(233,245,218)
#EEF7E2
(238,247,226)
#F3F9EA
(243,249,234)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7A2; }

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

This text font color is #C6E7A2.


Background Color

.myBgColor { background-color: #C6E7A2; }

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

This div background color is #C6E7A2.


Border color

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

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

This div border color is #C6E7A2.


Opacity

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

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

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

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

This text has shadow with #C6E7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7A2 on black background.


Color preview on white background

This text has color #C6E7A2 on white background.



Black color preview on #C6E7A2 background

This text has black color on #C6E7A2 background.


White color preview on #C6E7A2 background

This text has white color on #C6E7A2 background.