COLOR #C6E7A8

HEX: #C6E7A8
RGB: (198,231,168)

Color info

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

RGB color model

#C6E7A8 color RGB value is (198,231,168).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 168 of 255 = 66%

198
231
168

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 168 = 597 (100%)
R 198 of 597 ~ 33.17%
G 231 of 597 ~ 38.69%
B 168 of 597 ~ 28.14%

%33.17
%38.69
%28.14

CMYK color model

#C6E7A8 color CMYK value is (14,0,27,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 9.41%
CMYK:
(14,0,27,9)
C14M0Y27K9 
(14%,0%,27%,9%)
(0.14/0.00/0.27/0.09)	

CMYK percentages

%14.29
%0
%27.27
%9.41

Codes

Color #C6E7A8 in popluar color models

C6E7A8
RGB198231168
HSL91°56.76%78.24%
HSB/HSV91°27.27%90.59%
CMYK14.29%0.00%27.27%
9.41%

Color #C6E7A8 in popluar number systems.

HEXC6E7A8
Decimal198231168
Binary110001101110011110101000
Octal306347250

Shades and tints

Shades of #C6E7A8

#C6E7A8
(198,231,168)
#B4D299
(180,210,153)
#A2BD8A
(162,189,138)
#90A87B
(144,168,123)
#7E936C
(126,147,108)
#6C7E5D
(108,126,93)
#5A694E
(90,105,78)
#48543F
(72,84,63)
#363F30
(54,63,48)
#242A21
(36,42,33)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6E7A8

#C6E7A8
(198,231,168)
#CBE9AF
(203,233,175)
#D0EBB6
(208,235,182)
#D5EDBD
(213,237,189)
#DAEFC4
(218,239,196)
#DFF1CB
(223,241,203)
#E4F3D2
(228,243,210)
#E9F5D9
(233,245,217)
#EEF7E0
(238,247,224)
#F3F9E7
(243,249,231)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7A8; }

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

This text font color is #C6E7A8.


Background Color

.myBgColor { background-color: #C6E7A8; }

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

This div background color is #C6E7A8.


Border color

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

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

This div border color is #C6E7A8.


Opacity

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

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

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

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

This text has shadow with #C6E7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7A8 on black background.


Color preview on white background

This text has color #C6E7A8 on white background.



Black color preview on #C6E7A8 background

This text has black color on #C6E7A8 background.


White color preview on #C6E7A8 background

This text has white color on #C6E7A8 background.