COLOR #C6FA94

HEX: #C6FA94 RGB: (198,250,148)

Color info

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

RGB color model

#C6FA94 color RGB value is (198,250,148).

RGB: (198,250,148) (78%, 98%, 58%)

RGB channels and saturation

R 198 of 255 = 78%
G 250 of 255 = 98%
B 148 of 255 = 58%

198
250
148

R + G + B ~ 78%. #C6FA94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 250 + 148 = 596 (100%)
R 198 of 596 ~ 33.22%
G 250 of 596 ~ 41.95%
B 148 of 596 ~ 24.83'%

%33.22
%41.95
%24.83

CMYK color model

#C6FA94 color CMYK value is (21,0,41,2).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 40.80%
  • key color value is 1.96%

CMYK: (21,0,41,2)
C21M0Y41K2 (21%, 0%, 41%, 2%)
(0.21 / 0.00 / 0.41 / 0.02)

CMYK percentages

%20.8
%0
%40.8
%1.96

Codes

Color #C6FA94 in popluar color models

C6 FA 94
RGB 198 250 148
HSL 91° 91.07% 78.04%
HSB/HSV 91° 40.80% 98.04%
CMYK 20.80% 0.00% 40.80%
1.96%

Color #C6FA94 in popluar number systems.

HEX C6 FA 94
Decimal 198 250 148
Binary 11000110 11111010 10010100
Octal 306 372 224

Shades and tints

Shades of #C6FA94

#C6FA94
(198,250,148)
#B4E487
(180,228,135)
#A2CE7A
(162,206,122)
#90B86D
(144,184,109)
#7EA260
(126,162,96)
#6C8C53
(108,140,83)
#5A7646
(90,118,70)
#486039
(72,96,57)
#364A2C
(54,74,44)
#24341F
(36,52,31)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #C6FA94

#C6FA94
(198,250,148)
#CBFA9D
(203,250,157)
#D0FAA6
(208,250,166)
#D5FAAF
(213,250,175)
#DAFAB8
(218,250,184)
#DFFAC1
(223,250,193)
#E4FACA
(228,250,202)
#E9FAD3
(233,250,211)
#EEFADC
(238,250,220)
#F3FAE5
(243,250,229)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FA94 color. Also use rgb(198,250,148) instead hex code.

Text Font Color

.myTextColor { color: #C6FA94; }

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

This text font color is #C6FA94.

Background Color

.myBgColor { background-color: #C6FA94; }

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

This div background color is #C6FA94.

Border color

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

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

This div border color is #C6FA94.

Opacity

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

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

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

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

This text has shadow with #C6FA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FA94.

Preview

Color preview on black background

This text has color #C6FA94 on black background.


Color preview on white background

This text has color #C6FA94 on white background.


Black color preview on #C6FA94 background

This text has black color on #C6FA94 background.


White color preview on #C6FA94 background

This text has white color on #C6FA94 background.


Related colors

Complementary color

Complementary color for #hex is #39056B.


I love getcolorcode.com

Triadic colors

1 #94C6FA and #FA94C6 with #C6FA94 are triadic colors.

2 #94FAC6 and #FAC694 with #C6FA94 are triadic colors.