COLOR #C6FEB4

HEX: #C6FEB4
RGB: (198,254,180)

Color info

#C6FEB4 contains mainly red and green colors. Web safe color of #C6FEB4 is #CCFFCC (or #CFC).

RGB color model

#C6FEB4 color RGB value is (198,254,180).

  • red value is 198;
  • green value is 254;
  • blue value is 180.
RGB:
(198,254,180)
(78%,100%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 254 of 255 = 100%
B 180 of 255 = 71%

198
254
180

R + G + B ~ 83%. #C6FEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 254 + 180 = 632 (100%)
R 198 of 632 ~ 31.33%
G 254 of 632 ~ 40.19%
B 180 of 632 ~ 28.48%

%31.33
%40.19
%28.48

CMYK color model

#C6FEB4 color CMYK value is (22,0,29,0).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(22,0,29,0)
C22M0Y29K0 
(22%,0%,29%,0%)
(0.22/0.00/0.29/0.00)	

CMYK percentages

%22.05
%0
%29.13
%0.39

Codes

Color #C6FEB4 in popluar color models

C6FEB4
RGB198254180
HSL105°97.37%85.10%
HSB/HSV105°29.13%99.61%
CMYK22.05%0.00%29.13%
0.39%

Color #C6FEB4 in popluar number systems.

HEXC6FEB4
Decimal198254180
Binary110001101111111010110100
Octal306376264

Shades and tints

Shades of #C6FEB4

#C6FEB4
(198,254,180)
#B4E7A4
(180,231,164)
#A2D094
(162,208,148)
#90B984
(144,185,132)
#7EA274
(126,162,116)
#6C8B64
(108,139,100)
#5A7454
(90,116,84)
#485D44
(72,93,68)
#364634
(54,70,52)
#242F24
(36,47,36)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6FEB4

#C6FEB4
(198,254,180)
#CBFEBA
(203,254,186)
#D0FEC0
(208,254,192)
#D5FEC6
(213,254,198)
#DAFECC
(218,254,204)
#DFFED2
(223,254,210)
#E4FED8
(228,254,216)
#E9FEDE
(233,254,222)
#EEFEE4
(238,254,228)
#F3FEEA
(243,254,234)
#F8FEF0
(248,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FEB4 color. Also use rgb(198,254,180) instead hex code.

Text Font Color

.myTextColor { color: #C6FEB4; }

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

This text font color is #C6FEB4.


Background Color

.myBgColor { background-color: #C6FEB4; }

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

This div background color is #C6FEB4.


Border color

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

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

This div border color is #C6FEB4.


Opacity

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

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

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

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

This text has shadow with #C6FEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FEB4 on black background.


Color preview on white background

This text has color #C6FEB4 on white background.



Black color preview on #C6FEB4 background

This text has black color on #C6FEB4 background.


White color preview on #C6FEB4 background

This text has white color on #C6FEB4 background.