COLOR #C6F2AB

HEX: #C6F2AB
RGB: (198,242,171)

Color info

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

RGB color model

#C6F2AB color RGB value is (198,242,171).

  • red value is 198;
  • green value is 242;
  • blue value is 171.
RGB:
(198,242,171)
(78%,95%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 242 of 255 = 95%
B 171 of 255 = 67%

198
242
171

R + G + B ~ 80%. #C6F2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 242 + 171 = 611 (100%)
R 198 of 611 ~ 32.41%
G 242 of 611 ~ 39.61%
B 171 of 611 ~ 27.99%

%32.41
%39.61
%27.99

CMYK color model

#C6F2AB color CMYK value is (18,0,29,5).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK:
(18,0,29,5)
C18M0Y29K5 
(18%,0%,29%,5%)
(0.18/0.00/0.29/0.05)	

CMYK percentages

%18.18
%0
%29.34
%5.1

Codes

Color #C6F2AB in popluar color models

C6F2AB
RGB198242171
HSL97°73.20%80.98%
HSB/HSV97°29.34%94.90%
CMYK18.18%0.00%29.34%
5.10%

Color #C6F2AB in popluar number systems.

HEXC6F2AB
Decimal198242171
Binary110001101111001010101011
Octal306362253

Shades and tints

Shades of #C6F2AB

#C6F2AB
(198,242,171)
#B4DC9C
(180,220,156)
#A2C68D
(162,198,141)
#90B07E
(144,176,126)
#7E9A6F
(126,154,111)
#6C8460
(108,132,96)
#5A6E51
(90,110,81)
#485842
(72,88,66)
#364233
(54,66,51)
#242C24
(36,44,36)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6F2AB

#C6F2AB
(198,242,171)
#CBF3B2
(203,243,178)
#D0F4B9
(208,244,185)
#D5F5C0
(213,245,192)
#DAF6C7
(218,246,199)
#DFF7CE
(223,247,206)
#E4F8D5
(228,248,213)
#E9F9DC
(233,249,220)
#EEFAE3
(238,250,227)
#F3FBEA
(243,251,234)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F2AB color. Also use rgb(198,242,171) instead hex code.

Text Font Color

.myTextColor { color: #C6F2AB; }

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

This text font color is #C6F2AB.


Background Color

.myBgColor { background-color: #C6F2AB; }

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

This div background color is #C6F2AB.


Border color

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

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

This div border color is #C6F2AB.


Opacity

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

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

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

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

This text has shadow with #C6F2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F2AB on black background.


Color preview on white background

This text has color #C6F2AB on white background.



Black color preview on #C6F2AB background

This text has black color on #C6F2AB background.


White color preview on #C6F2AB background

This text has white color on #C6F2AB background.