COLOR #C6E9AF

HEX: #C6E9AF
RGB: (198,233,175)

Color info

#C6E9AF contains red, green and blue colors in about the same proportion. Web safe color of #C6E9AF is #CCFF99 (or #CF9).

RGB color model

#C6E9AF color RGB value is (198,233,175).

  • red value is 198;
  • green value is 233;
  • blue value is 175.
RGB:
(198,233,175)
(78%,91%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 233 of 255 = 91%
B 175 of 255 = 69%

198
233
175

R + G + B ~ 79%. #C6E9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 233 + 175 = 606 (100%)
R 198 of 606 ~ 32.67%
G 233 of 606 ~ 38.45%
B 175 of 606 ~ 28.88%

%32.67
%38.45
%28.88

CMYK color model

#C6E9AF color CMYK value is (15,0,25,9).

  • cyan value is 15.02%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK:
(15,0,25,9)
C15M0Y25K9 
(15%,0%,25%,9%)
(0.15/0.00/0.25/0.09)	

CMYK percentages

%15.02
%0
%24.89
%8.63

Codes

Color #C6E9AF in popluar color models

C6E9AF
RGB198233175
HSL96°56.86%80.00%
HSB/HSV96°24.89%91.37%
CMYK15.02%0.00%24.89%
8.63%

Color #C6E9AF in popluar number systems.

HEXC6E9AF
Decimal198233175
Binary110001101110100110101111
Octal306351257

Shades and tints

Shades of #C6E9AF

#C6E9AF
(198,233,175)
#B4D4A0
(180,212,160)
#A2BF91
(162,191,145)
#90AA82
(144,170,130)
#7E9573
(126,149,115)
#6C8064
(108,128,100)
#5A6B55
(90,107,85)
#485646
(72,86,70)
#364137
(54,65,55)
#242C28
(36,44,40)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6E9AF

#C6E9AF
(198,233,175)
#CBEBB6
(203,235,182)
#D0EDBD
(208,237,189)
#D5EFC4
(213,239,196)
#DAF1CB
(218,241,203)
#DFF3D2
(223,243,210)
#E4F5D9
(228,245,217)
#E9F7E0
(233,247,224)
#EEF9E7
(238,249,231)
#F3FBEE
(243,251,238)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E9AF color. Also use rgb(198,233,175) instead hex code.

Text Font Color

.myTextColor { color: #C6E9AF; }

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

This text font color is #C6E9AF.


Background Color

.myBgColor { background-color: #C6E9AF; }

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

This div background color is #C6E9AF.


Border color

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

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

This div border color is #C6E9AF.


Opacity

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

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

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

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

This text has shadow with #C6E9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E9AF on black background.


Color preview on white background

This text has color #C6E9AF on white background.



Black color preview on #C6E9AF background

This text has black color on #C6E9AF background.


White color preview on #C6E9AF background

This text has white color on #C6E9AF background.