COLOR #C6F4AF

HEX: #C6F4AF RGB: (198,244,175)

Color info

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

RGB color model

#C6F4AF color RGB value is (198,244,175).

RGB: (198,244,175) (78%, 96%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 244 of 255 = 96%
B 175 of 255 = 69%

198
244
175

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

Portions of RGB colors in percentages

R + G + B = 198 + 244 + 175 = 617 (100%)
R 198 of 617 ~ 32.09%
G 244 of 617 ~ 39.55%
B 175 of 617 ~ 28.36'%

%32.09
%39.55
%28.36

CMYK color model

#C6F4AF color CMYK value is (19,0,28,4).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 4.31%

CMYK: (19,0,28,4)
C19M0Y28K4 (19%, 0%, 28%, 4%)
(0.19 / 0.00 / 0.28 / 0.04)

CMYK percentages

%18.85
%0
%28.28
%4.31

Codes

Color #C6F4AF in popluar color models

C6 F4 AF
RGB 198 244 175
HSL 100° 75.82% 82.16%
HSB/HSV 100° 28.28% 95.69%
CMYK 18.85% 0.00% 28.28%
4.31%

Color #C6F4AF in popluar number systems.

HEX C6 F4 AF
Decimal 198 244 175
Binary 11000110 11110100 10101111
Octal 306 364 257

Shades and tints

Shades of #C6F4AF

#C6F4AF
(198,244,175)
#B4DEA0
(180,222,160)
#A2C891
(162,200,145)
#90B282
(144,178,130)
#7E9C73
(126,156,115)
#6C8664
(108,134,100)
#5A7055
(90,112,85)
#485A46
(72,90,70)
#364437
(54,68,55)
#242E28
(36,46,40)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6F4AF

#C6F4AF
(198,244,175)
#CBF5B6
(203,245,182)
#D0F6BD
(208,246,189)
#D5F7C4
(213,247,196)
#DAF8CB
(218,248,203)
#DFF9D2
(223,249,210)
#E4FAD9
(228,250,217)
#E9FBE0
(233,251,224)
#EEFCE7
(238,252,231)
#F3FDEE
(243,253,238)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F4AF color. Also use rgb(198,244,175) instead hex code.

Text Font Color

.myTextColor { color: #C6F4AF; }

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

This text font color is #C6F4AF.

Background Color

.myBgColor { background-color: #C6F4AF; }

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

This div background color is #C6F4AF.

Border color

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

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

This div border color is #C6F4AF.

Opacity

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

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

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

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

This text has shadow with #C6F4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F4AF.

Preview

Color preview on black background

This text has color #C6F4AF on black background.


Color preview on white background

This text has color #C6F4AF on white background.


Black color preview on #C6F4AF background

This text has black color on #C6F4AF background.


White color preview on #C6F4AF background

This text has white color on #C6F4AF background.


Related colors

Complementary color

Complementary color for #hex is #390B50.


I love getcolorcode.com

Triadic colors

1 #AFC6F4 and #F4AFC6 with #C6F4AF are triadic colors.

2 #AFF4C6 and #F4C6AF with #C6F4AF are triadic colors.