COLOR #C6EB9A

HEX: #C6EB9A
RGB: (198,235,154)

Color info

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

RGB color model

#C6EB9A color RGB value is (198,235,154).

  • red value is 198;
  • green value is 235;
  • blue value is 154.
RGB:
(198,235,154)
(78%,92%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 235 of 255 = 92%
B 154 of 255 = 60%

198
235
154

R + G + B ~ 77%. #C6EB9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 235 + 154 = 587 (100%)
R 198 of 587 ~ 33.73%
G 235 of 587 ~ 40.03%
B 154 of 587 ~ 26.24%

%33.73
%40.03
%26.24

CMYK color model

#C6EB9A color CMYK value is (16,0,34,8).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 34.47%
  • key color value is 7.84%
CMYK:
(16,0,34,8)
C16M0Y34K8 
(16%,0%,34%,8%)
(0.16/0.00/0.34/0.08)	

CMYK percentages

%15.74
%0
%34.47
%7.84

Codes

Color #C6EB9A in popluar color models

C6EB9A
RGB198235154
HSL87°66.94%76.27%
HSB/HSV87°34.47%92.16%
CMYK15.74%0.00%34.47%
7.84%

Color #C6EB9A in popluar number systems.

HEXC6EB9A
Decimal198235154
Binary110001101110101110011010
Octal306353232

Shades and tints

Shades of #C6EB9A

#C6EB9A
(198,235,154)
#B4D68C
(180,214,140)
#A2C17E
(162,193,126)
#90AC70
(144,172,112)
#7E9762
(126,151,98)
#6C8254
(108,130,84)
#5A6D46
(90,109,70)
#485838
(72,88,56)
#36432A
(54,67,42)
#242E1C
(36,46,28)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #C6EB9A

#C6EB9A
(198,235,154)
#CBECA3
(203,236,163)
#D0EDAC
(208,237,172)
#D5EEB5
(213,238,181)
#DAEFBE
(218,239,190)
#DFF0C7
(223,240,199)
#E4F1D0
(228,241,208)
#E9F2D9
(233,242,217)
#EEF3E2
(238,243,226)
#F3F4EB
(243,244,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EB9A color. Also use rgb(198,235,154) instead hex code.

Text Font Color

.myTextColor { color: #C6EB9A; }

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

This text font color is #C6EB9A.


Background Color

.myBgColor { background-color: #C6EB9A; }

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

This div background color is #C6EB9A.


Border color

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

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

This div border color is #C6EB9A.


Opacity

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

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

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

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

This text has shadow with #C6EB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EB9A on black background.


Color preview on white background

This text has color #C6EB9A on white background.



Black color preview on #C6EB9A background

This text has black color on #C6EB9A background.


White color preview on #C6EB9A background

This text has white color on #C6EB9A background.