COLOR #C6F0B4

HEX: #C6F0B4
RGB: (198,240,180)

Color info

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

RGB color model

#C6F0B4 color RGB value is (198,240,180).

  • red value is 198;
  • green value is 240;
  • blue value is 180.
RGB:
(198,240,180)
(78%,94%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 240 of 255 = 94%
B 180 of 255 = 71%

198
240
180

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

Portions of RGB colors in percentages

R + G + B =
198 + 240 + 180 = 618 (100%)
R 198 of 618 ~ 32.04%
G 240 of 618 ~ 38.83%
B 180 of 618 ~ 29.13%

%32.04
%38.83
%29.13

CMYK color model

#C6F0B4 color CMYK value is (18,0,25,6).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(18,0,25,6)
C18M0Y25K6 
(18%,0%,25%,6%)
(0.18/0.00/0.25/0.06)	

CMYK percentages

%17.5
%0
%25
%5.88

Codes

Color #C6F0B4 in popluar color models

C6F0B4
RGB198240180
HSL102°66.67%82.35%
HSB/HSV102°25.00%94.12%
CMYK17.50%0.00%25.00%
5.88%

Color #C6F0B4 in popluar number systems.

HEXC6F0B4
Decimal198240180
Binary110001101111000010110100
Octal306360264

Shades and tints

Shades of #C6F0B4

#C6F0B4
(198,240,180)
#B4DBA4
(180,219,164)
#A2C694
(162,198,148)
#90B184
(144,177,132)
#7E9C74
(126,156,116)
#6C8764
(108,135,100)
#5A7254
(90,114,84)
#485D44
(72,93,68)
#364834
(54,72,52)
#243324
(36,51,36)
#121E14
(18,30,20)
#000000
(0,0,0)

Tints of #C6F0B4

#C6F0B4
(198,240,180)
#CBF1BA
(203,241,186)
#D0F2C0
(208,242,192)
#D5F3C6
(213,243,198)
#DAF4CC
(218,244,204)
#DFF5D2
(223,245,210)
#E4F6D8
(228,246,216)
#E9F7DE
(233,247,222)
#EEF8E4
(238,248,228)
#F3F9EA
(243,249,234)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F0B4 color. Also use rgb(198,240,180) instead hex code.

Text Font Color

.myTextColor { color: #C6F0B4; }

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

This text font color is #C6F0B4.


Background Color

.myBgColor { background-color: #C6F0B4; }

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

This div background color is #C6F0B4.


Border color

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

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

This div border color is #C6F0B4.


Opacity

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

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

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

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

This text has shadow with #C6F0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F0B4 on black background.


Color preview on white background

This text has color #C6F0B4 on white background.



Black color preview on #C6F0B4 background

This text has black color on #C6F0B4 background.


White color preview on #C6F0B4 background

This text has white color on #C6F0B4 background.