COLOR #C6F1B1

HEX: #C6F1B1
RGB: (198,241,177)

Color info

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

RGB color model

#C6F1B1 color RGB value is (198,241,177).

  • red value is 198;
  • green value is 241;
  • blue value is 177.
RGB:
(198,241,177)
(78%,95%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 241 of 255 = 95%
B 177 of 255 = 69%

198
241
177

R + G + B ~ 81%. #C6F1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 241 + 177 = 616 (100%)
R 198 of 616 ~ 32.14%
G 241 of 616 ~ 39.12%
B 177 of 616 ~ 28.73%

%32.14
%39.12
%28.73

CMYK color model

#C6F1B1 color CMYK value is (18,0,27,5).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 5.49%
CMYK:
(18,0,27,5)
C18M0Y27K5 
(18%,0%,27%,5%)
(0.18/0.00/0.27/0.05)	

CMYK percentages

%17.84
%0
%26.56
%5.49

Codes

Color #C6F1B1 in popluar color models

C6F1B1
RGB198241177
HSL100°69.57%81.96%
HSB/HSV100°26.56%94.51%
CMYK17.84%0.00%26.56%
5.49%

Color #C6F1B1 in popluar number systems.

HEXC6F1B1
Decimal198241177
Binary110001101111000110110001
Octal306361261

Shades and tints

Shades of #C6F1B1

#C6F1B1
(198,241,177)
#B4DCA1
(180,220,161)
#A2C791
(162,199,145)
#90B281
(144,178,129)
#7E9D71
(126,157,113)
#6C8861
(108,136,97)
#5A7351
(90,115,81)
#485E41
(72,94,65)
#364931
(54,73,49)
#243421
(36,52,33)
#121F11
(18,31,17)
#000000
(0,0,0)

Tints of #C6F1B1

#C6F1B1
(198,241,177)
#CBF2B8
(203,242,184)
#D0F3BF
(208,243,191)
#D5F4C6
(213,244,198)
#DAF5CD
(218,245,205)
#DFF6D4
(223,246,212)
#E4F7DB
(228,247,219)
#E9F8E2
(233,248,226)
#EEF9E9
(238,249,233)
#F3FAF0
(243,250,240)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F1B1 color. Also use rgb(198,241,177) instead hex code.

Text Font Color

.myTextColor { color: #C6F1B1; }

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

This text font color is #C6F1B1.


Background Color

.myBgColor { background-color: #C6F1B1; }

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

This div background color is #C6F1B1.


Border color

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

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

This div border color is #C6F1B1.


Opacity

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

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

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

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

This text has shadow with #C6F1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F1B1 on black background.


Color preview on white background

This text has color #C6F1B1 on white background.



Black color preview on #C6F1B1 background

This text has black color on #C6F1B1 background.


White color preview on #C6F1B1 background

This text has white color on #C6F1B1 background.