COLOR #C6FBB2

HEX: #C6FBB2
RGB: (198,251,178)

Color info

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

RGB color model

#C6FBB2 color RGB value is (198,251,178).

  • red value is 198;
  • green value is 251;
  • blue value is 178.
RGB:
(198,251,178)
(78%,98%,70%)

RGB channels and saturation

R 198 of 255 = 78%
G 251 of 255 = 98%
B 178 of 255 = 70%

198
251
178

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

Portions of RGB colors in percentages

R + G + B =
198 + 251 + 178 = 627 (100%)
R 198 of 627 ~ 31.58%
G 251 of 627 ~ 40.03%
B 178 of 627 ~ 28.39%

%31.58
%40.03
%28.39

CMYK color model

#C6FBB2 color CMYK value is (21,0,29,2).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 1.57%
CMYK:
(21,0,29,2)
C21M0Y29K2 
(21%,0%,29%,2%)
(0.21/0.00/0.29/0.02)	

CMYK percentages

%21.12
%0
%29.08
%1.57

Codes

Color #C6FBB2 in popluar color models

C6FBB2
RGB198251178
HSL104°90.12%84.12%
HSB/HSV104°29.08%98.43%
CMYK21.12%0.00%29.08%
1.57%

Color #C6FBB2 in popluar number systems.

HEXC6FBB2
Decimal198251178
Binary110001101111101110110010
Octal306373262

Shades and tints

Shades of #C6FBB2

#C6FBB2
(198,251,178)
#B4E5A2
(180,229,162)
#A2CF92
(162,207,146)
#90B982
(144,185,130)
#7EA372
(126,163,114)
#6C8D62
(108,141,98)
#5A7752
(90,119,82)
#486142
(72,97,66)
#364B32
(54,75,50)
#243522
(36,53,34)
#121F12
(18,31,18)
#000000
(0,0,0)

Tints of #C6FBB2

#C6FBB2
(198,251,178)
#CBFBB9
(203,251,185)
#D0FBC0
(208,251,192)
#D5FBC7
(213,251,199)
#DAFBCE
(218,251,206)
#DFFBD5
(223,251,213)
#E4FBDC
(228,251,220)
#E9FBE3
(233,251,227)
#EEFBEA
(238,251,234)
#F3FBF1
(243,251,241)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FBB2; }

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

This text font color is #C6FBB2.


Background Color

.myBgColor { background-color: #C6FBB2; }

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

This div background color is #C6FBB2.


Border color

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

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

This div border color is #C6FBB2.


Opacity

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

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

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

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

This text has shadow with #C6FBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FBB2 on black background.


Color preview on white background

This text has color #C6FBB2 on white background.



Black color preview on #C6FBB2 background

This text has black color on #C6FBB2 background.


White color preview on #C6FBB2 background

This text has white color on #C6FBB2 background.