COLOR #C6F0A5

HEX: #C6F0A5
RGB: (198,240,165)

Color info

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

RGB color model

#C6F0A5 color RGB value is (198,240,165).

  • red value is 198;
  • green value is 240;
  • blue value is 165.
RGB:
(198,240,165)
(78%,94%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 240 of 255 = 94%
B 165 of 255 = 65%

198
240
165

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

Portions of RGB colors in percentages

R + G + B =
198 + 240 + 165 = 603 (100%)
R 198 of 603 ~ 32.84%
G 240 of 603 ~ 39.8%
B 165 of 603 ~ 27.36%

%32.84
%39.8
%27.36

CMYK color model

#C6F0A5 color CMYK value is (18,0,31,6).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK:
(18,0,31,6)
C18M0Y31K6 
(18%,0%,31%,6%)
(0.18/0.00/0.31/0.06)	

CMYK percentages

%17.5
%0
%31.25
%5.88

Codes

Color #C6F0A5 in popluar color models

C6F0A5
RGB198240165
HSL94°71.43%79.41%
HSB/HSV94°31.25%94.12%
CMYK17.50%0.00%31.25%
5.88%

Color #C6F0A5 in popluar number systems.

HEXC6F0A5
Decimal198240165
Binary110001101111000010100101
Octal306360245

Shades and tints

Shades of #C6F0A5

#C6F0A5
(198,240,165)
#B4DB96
(180,219,150)
#A2C687
(162,198,135)
#90B178
(144,177,120)
#7E9C69
(126,156,105)
#6C875A
(108,135,90)
#5A724B
(90,114,75)
#485D3C
(72,93,60)
#36482D
(54,72,45)
#24331E
(36,51,30)
#121E0F
(18,30,15)
#000000
(0,0,0)

Tints of #C6F0A5

#C6F0A5
(198,240,165)
#CBF1AD
(203,241,173)
#D0F2B5
(208,242,181)
#D5F3BD
(213,243,189)
#DAF4C5
(218,244,197)
#DFF5CD
(223,245,205)
#E4F6D5
(228,246,213)
#E9F7DD
(233,247,221)
#EEF8E5
(238,248,229)
#F3F9ED
(243,249,237)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F0A5 color. Also use rgb(198,240,165) instead hex code.

Text Font Color

.myTextColor { color: #C6F0A5; }

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

This text font color is #C6F0A5.


Background Color

.myBgColor { background-color: #C6F0A5; }

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

This div background color is #C6F0A5.


Border color

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

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

This div border color is #C6F0A5.


Opacity

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

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

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

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

This text has shadow with #C6F0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F0A5 on black background.


Color preview on white background

This text has color #C6F0A5 on white background.



Black color preview on #C6F0A5 background

This text has black color on #C6F0A5 background.


White color preview on #C6F0A5 background

This text has white color on #C6F0A5 background.