COLOR #C6ED9F

HEX: #C6ED9F RGB: (198,237,159)

Color info

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

RGB color model

#C6ED9F color RGB value is (198,237,159).

RGB: (198,237,159) (78%, 93%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 159 of 255 = 62%

198
237
159

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

Portions of RGB colors in percentages

R + G + B = 198 + 237 + 159 = 594 (100%)
R 198 of 594 ~ 33.33%
G 237 of 594 ~ 39.9%
B 159 of 594 ~ 26.77'%

%33.33
%39.9
%26.77

CMYK color model

#C6ED9F color CMYK value is (16,0,33,7).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 32.91%
  • key color value is 7.06%

CMYK: (16,0,33,7)
C16M0Y33K7 (16%, 0%, 33%, 7%)
(0.16 / 0.00 / 0.33 / 0.07)

CMYK percentages

%16.46
%0
%32.91
%7.06

Codes

Color #C6ED9F in popluar color models

C6 ED 9F
RGB 198 237 159
HSL 90° 68.42% 77.65%
HSB/HSV 90° 32.91% 92.94%
CMYK 16.46% 0.00% 32.91%
7.06%

Color #C6ED9F in popluar number systems.

HEX C6 ED 9F
Decimal 198 237 159
Binary 11000110 11101101 10011111
Octal 306 355 237

Shades and tints

Shades of #C6ED9F

#C6ED9F
(198,237,159)
#B4D891
(180,216,145)
#A2C383
(162,195,131)
#90AE75
(144,174,117)
#7E9967
(126,153,103)
#6C8459
(108,132,89)
#5A6F4B
(90,111,75)
#485A3D
(72,90,61)
#36452F
(54,69,47)
#243021
(36,48,33)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #C6ED9F

#C6ED9F
(198,237,159)
#CBEEA7
(203,238,167)
#D0EFAF
(208,239,175)
#D5F0B7
(213,240,183)
#DAF1BF
(218,241,191)
#DFF2C7
(223,242,199)
#E4F3CF
(228,243,207)
#E9F4D7
(233,244,215)
#EEF5DF
(238,245,223)
#F3F6E7
(243,246,231)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ED9F color. Also use rgb(198,237,159) instead hex code.

Text Font Color

.myTextColor { color: #C6ED9F; }

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

This text font color is #C6ED9F.

Background Color

.myBgColor { background-color: #C6ED9F; }

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

This div background color is #C6ED9F.

Border color

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

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

This div border color is #C6ED9F.

Opacity

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

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

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

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

This text has shadow with #C6ED9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ED9F.

Preview

Color preview on black background

This text has color #C6ED9F on black background.


Color preview on white background

This text has color #C6ED9F on white background.


Black color preview on #C6ED9F background

This text has black color on #C6ED9F background.


White color preview on #C6ED9F background

This text has white color on #C6ED9F background.


Related colors

Complementary color

Complementary color for #hex is #391260.


I love getcolorcode.com

Triadic colors

1 #9FC6ED and #ED9FC6 with #C6ED9F are triadic colors.

2 #9FEDC6 and #EDC69F with #C6ED9F are triadic colors.