COLOR #C6E08D

HEX: #C6E08D
RGB: (198,224,141)

Color info

#C6E08D contains mainly red and green colors. Web safe color of #C6E08D is #CCCC99 (or #CC9).

RGB color model

#C6E08D color RGB value is (198,224,141).

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

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 141 of 255 = 55%

198
224
141

R + G + B ~ 74%. #C6E08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 141 = 563 (100%)
R 198 of 563 ~ 35.17%
G 224 of 563 ~ 39.79%
B 141 of 563 ~ 25.04%

%35.17
%39.79
%25.04

CMYK color model

#C6E08D color CMYK value is (12,0,37,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(12,0,37,12)
C12M0Y37K12 
(12%,0%,37%,12%)
(0.12/0.00/0.37/0.12)	

CMYK percentages

%11.61
%0
%37.05
%12.16

Codes

Color #C6E08D in popluar color models

C6E08D
RGB198224141
HSL79°57.24%71.57%
HSB/HSV79°37.05%87.84%
CMYK11.61%0.00%37.05%
12.16%

Color #C6E08D in popluar number systems.

HEXC6E08D
Decimal198224141
Binary110001101110000010001101
Octal306340215

Shades and tints

Shades of #C6E08D

#C6E08D
(198,224,141)
#B4CC81
(180,204,129)
#A2B875
(162,184,117)
#90A469
(144,164,105)
#7E905D
(126,144,93)
#6C7C51
(108,124,81)
#5A6845
(90,104,69)
#485439
(72,84,57)
#36402D
(54,64,45)
#242C21
(36,44,33)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #C6E08D

#C6E08D
(198,224,141)
#CBE297
(203,226,151)
#D0E4A1
(208,228,161)
#D5E6AB
(213,230,171)
#DAE8B5
(218,232,181)
#DFEABF
(223,234,191)
#E4ECC9
(228,236,201)
#E9EED3
(233,238,211)
#EEF0DD
(238,240,221)
#F3F2E7
(243,242,231)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E08D; }

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

This text font color is #C6E08D.


Background Color

.myBgColor { background-color: #C6E08D; }

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

This div background color is #C6E08D.


Border color

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

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

This div border color is #C6E08D.


Opacity

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

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

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

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

This text has shadow with #C6E08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E08D on black background.


Color preview on white background

This text has color #C6E08D on white background.



Black color preview on #C6E08D background

This text has black color on #C6E08D background.


White color preview on #C6E08D background

This text has white color on #C6E08D background.