COLOR #C6F2B2

HEX: #C6F2B2 RGB: (198,242,178)

Color info

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

RGB color model

#C6F2B2 color RGB value is (198,242,178).

RGB: (198,242,178) (78%, 95%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 242 of 255 = 95%
B 178 of 255 = 70%

198
242
178

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

Portions of RGB colors in percentages

R + G + B = 198 + 242 + 178 = 618 (100%)
R 198 of 618 ~ 32.04%
G 242 of 618 ~ 39.16%
B 178 of 618 ~ 28.8'%

%32.04
%39.16
%28.8

CMYK color model

#C6F2B2 color CMYK value is (18,0,26,5).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 26.45%
  • key color value is 5.10%

CMYK: (18,0,26,5)
C18M0Y26K5 (18%, 0%, 26%, 5%)
(0.18 / 0.00 / 0.26 / 0.05)

CMYK percentages

%18.18
%0
%26.45
%5.1

Codes

Color #C6F2B2 in popluar color models

C6 F2 B2
RGB 198 242 178
HSL 101° 71.11% 82.35%
HSB/HSV 101° 26.45% 94.90%
CMYK 18.18% 0.00% 26.45%
5.10%

Color #C6F2B2 in popluar number systems.

HEX C6 F2 B2
Decimal 198 242 178
Binary 11000110 11110010 10110010
Octal 306 362 262

Shades and tints

Shades of #C6F2B2

#C6F2B2
(198,242,178)
#B4DCA2
(180,220,162)
#A2C692
(162,198,146)
#90B082
(144,176,130)
#7E9A72
(126,154,114)
#6C8462
(108,132,98)
#5A6E52
(90,110,82)
#485842
(72,88,66)
#364232
(54,66,50)
#242C22
(36,44,34)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6F2B2

#C6F2B2
(198,242,178)
#CBF3B9
(203,243,185)
#D0F4C0
(208,244,192)
#D5F5C7
(213,245,199)
#DAF6CE
(218,246,206)
#DFF7D5
(223,247,213)
#E4F8DC
(228,248,220)
#E9F9E3
(233,249,227)
#EEFAEA
(238,250,234)
#F3FBF1
(243,251,241)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F2B2 color. Also use rgb(198,242,178) instead hex code.

Text Font Color

.myTextColor { color: #C6F2B2; }

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

This text font color is #C6F2B2.

Background Color

.myBgColor { background-color: #C6F2B2; }

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

This div background color is #C6F2B2.

Border color

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

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

This div border color is #C6F2B2.

Opacity

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

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

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

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

This text has shadow with #C6F2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F2B2.

Preview

Color preview on black background

This text has color #C6F2B2 on black background.


Color preview on white background

This text has color #C6F2B2 on white background.


Black color preview on #C6F2B2 background

This text has black color on #C6F2B2 background.


White color preview on #C6F2B2 background

This text has white color on #C6F2B2 background.


Related colors

Complementary color

Complementary color for #hex is #390D4D.


I love getcolorcode.com

Triadic colors

1 #B2C6F2 and #F2B2C6 with #C6F2B2 are triadic colors.

2 #B2F2C6 and #F2C6B2 with #C6F2B2 are triadic colors.