COLOR #C6FBBD

HEX: #C6FBBD
RGB: (198,251,189)

Color info

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

RGB color model

#C6FBBD color RGB value is (198,251,189).

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

RGB channels and saturation

R 198 of 255 = 78%
G 251 of 255 = 98%
B 189 of 255 = 74%

198
251
189

R + G + B ~ 83%. #C6FBBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 251 + 189 = 638 (100%)
R 198 of 638 ~ 31.03%
G 251 of 638 ~ 39.34%
B 189 of 638 ~ 29.62%

%31.03
%39.34
%29.62

CMYK color model

#C6FBBD color CMYK value is (21,0,25,2).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 1.57%
CMYK:
(21,0,25,2)
C21M0Y25K2 
(21%,0%,25%,2%)
(0.21/0.00/0.25/0.02)	

CMYK percentages

%21.12
%0
%24.7
%1.57

Codes

Color #C6FBBD in popluar color models

C6FBBD
RGB198251189
HSL111°88.57%86.27%
HSB/HSV111°24.70%98.43%
CMYK21.12%0.00%24.70%
1.57%

Color #C6FBBD in popluar number systems.

HEXC6FBBD
Decimal198251189
Binary110001101111101110111101
Octal306373275

Shades and tints

Shades of #C6FBBD

#C6FBBD
(198,251,189)
#B4E5AC
(180,229,172)
#A2CF9B
(162,207,155)
#90B98A
(144,185,138)
#7EA379
(126,163,121)
#6C8D68
(108,141,104)
#5A7757
(90,119,87)
#486146
(72,97,70)
#364B35
(54,75,53)
#243524
(36,53,36)
#121F13
(18,31,19)
#000000
(0,0,0)

Tints of #C6FBBD

#C6FBBD
(198,251,189)
#CBFBC3
(203,251,195)
#D0FBC9
(208,251,201)
#D5FBCF
(213,251,207)
#DAFBD5
(218,251,213)
#DFFBDB
(223,251,219)
#E4FBE1
(228,251,225)
#E9FBE7
(233,251,231)
#EEFBED
(238,251,237)
#F3FBF3
(243,251,243)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FBBD; }

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

This text font color is #C6FBBD.


Background Color

.myBgColor { background-color: #C6FBBD; }

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

This div background color is #C6FBBD.


Border color

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

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

This div border color is #C6FBBD.


Opacity

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

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

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

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

This text has shadow with #C6FBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FBBD on black background.


Color preview on white background

This text has color #C6FBBD on white background.



Black color preview on #C6FBBD background

This text has black color on #C6FBBD background.


White color preview on #C6FBBD background

This text has white color on #C6FBBD background.