COLOR #C6F6B9

HEX: #C6F6B9 RGB: (198,246,185)

Color info

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

RGB color model

#C6F6B9 color RGB value is (198,246,185).

RGB: (198,246,185) (78%, 96%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 246 of 255 = 96%
B 185 of 255 = 73%

198
246
185

R + G + B ~ 82%. #C6F6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 246 + 185 = 629 (100%)
R 198 of 629 ~ 31.48%
G 246 of 629 ~ 39.11%
B 185 of 629 ~ 29.41'%

%31.48
%39.11
%29.41

CMYK color model

#C6F6B9 color CMYK value is (20,0,25,4).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 3.53%

CMYK: (20,0,25,4)
C20M0Y25K4 (20%, 0%, 25%, 4%)
(0.20 / 0.00 / 0.25 / 0.04)

CMYK percentages

%19.51
%0
%24.8
%3.53

Codes

Color #C6F6B9 in popluar color models

C6 F6 B9
RGB 198 246 185
HSL 107° 77.22% 84.51%
HSB/HSV 107° 24.80% 96.47%
CMYK 19.51% 0.00% 24.80%
3.53%

Color #C6F6B9 in popluar number systems.

HEX C6 F6 B9
Decimal 198 246 185
Binary 11000110 11110110 10111001
Octal 306 366 271

Shades and tints

Shades of #C6F6B9

#C6F6B9
(198,246,185)
#B4E0A9
(180,224,169)
#A2CA99
(162,202,153)
#90B489
(144,180,137)
#7E9E79
(126,158,121)
#6C8869
(108,136,105)
#5A7259
(90,114,89)
#485C49
(72,92,73)
#364639
(54,70,57)
#243029
(36,48,41)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #C6F6B9

#C6F6B9
(198,246,185)
#CBF6BF
(203,246,191)
#D0F6C5
(208,246,197)
#D5F6CB
(213,246,203)
#DAF6D1
(218,246,209)
#DFF6D7
(223,246,215)
#E4F6DD
(228,246,221)
#E9F6E3
(233,246,227)
#EEF6E9
(238,246,233)
#F3F6EF
(243,246,239)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F6B9 color. Also use rgb(198,246,185) instead hex code.

Text Font Color

.myTextColor { color: #C6F6B9; }

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

This text font color is #C6F6B9.

Background Color

.myBgColor { background-color: #C6F6B9; }

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

This div background color is #C6F6B9.

Border color

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

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

This div border color is #C6F6B9.

Opacity

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

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

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

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

This text has shadow with #C6F6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F6B9.

Preview

Color preview on black background

This text has color #C6F6B9 on black background.


Color preview on white background

This text has color #C6F6B9 on white background.


Black color preview on #C6F6B9 background

This text has black color on #C6F6B9 background.


White color preview on #C6F6B9 background

This text has white color on #C6F6B9 background.


Related colors

Complementary color

Complementary color for #hex is #390946.


I love getcolorcode.com

Triadic colors

1 #B9C6F6 and #F6B9C6 with #C6F6B9 are triadic colors.

2 #B9F6C6 and #F6C6B9 with #C6F6B9 are triadic colors.