COLOR #C6FF8D

HEX: #C6FF8D
RGB: (198,255,141)

Color info

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

RGB color model

#C6FF8D color RGB value is (198,255,141).

  • red value is 198;
  • green value is 255;
  • blue value is 141.
RGB:
(198,255,141)
(78%,100%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 141 of 255 = 55%

198
255
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 141 = 594 (100%)
R 198 of 594 ~ 33.33%
G 255 of 594 ~ 42.93%
B 141 of 594 ~ 23.74%

%33.33
%42.93
%23.74

CMYK color model

#C6FF8D color CMYK value is (22,0,45,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(22,0,45,0)
C22M0Y45K0 
(22%,0%,45%,0%)
(0.22/0.00/0.45/0.00)	

CMYK percentages

%22.35
%0
%44.71
%0

Codes

Color #C6FF8D in popluar color models

C6FF8D
RGB198255141
HSL90°100.00%77.65%
HSB/HSV90°44.71%100.00%
CMYK22.35%0.00%44.71%
0.00%

Color #C6FF8D in popluar number systems.

HEXC6FF8D
Decimal198255141
Binary110001101111111110001101
Octal306377215

Shades and tints

Shades of #C6FF8D

#C6FF8D
(198,255,141)
#B4E881
(180,232,129)
#A2D175
(162,209,117)
#90BA69
(144,186,105)
#7EA35D
(126,163,93)
#6C8C51
(108,140,81)
#5A7545
(90,117,69)
#485E39
(72,94,57)
#36472D
(54,71,45)
#243021
(36,48,33)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6FF8D

#C6FF8D
(198,255,141)
#CBFF97
(203,255,151)
#D0FFA1
(208,255,161)
#D5FFAB
(213,255,171)
#DAFFB5
(218,255,181)
#DFFFBF
(223,255,191)
#E4FFC9
(228,255,201)
#E9FFD3
(233,255,211)
#EEFFDD
(238,255,221)
#F3FFE7
(243,255,231)
#F8FFF1
(248,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FF8D color. Also use rgb(198,255,141) instead hex code.

Text Font Color

.myTextColor { color: #C6FF8D; }

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

This text font color is #C6FF8D.


Background Color

.myBgColor { background-color: #C6FF8D; }

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

This div background color is #C6FF8D.


Border color

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

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

This div border color is #C6FF8D.


Opacity

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

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

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

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

This text has shadow with #C6FF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FF8D on black background.


Color preview on white background

This text has color #C6FF8D on white background.



Black color preview on #C6FF8D background

This text has black color on #C6FF8D background.


White color preview on #C6FF8D background

This text has white color on #C6FF8D background.