COLOR #C6FABF

HEX: #C6FABF RGB: (198,250,191)

Color info

#C6FABF contains red, green and blue colors in about the same proportion. Web safe color of #C6FABF is #CCFFCC (or #CFC).

RGB color model

#C6FABF color RGB value is (198,250,191).

RGB: (198,250,191) (78%, 98%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 250 of 255 = 98%
B 191 of 255 = 75%

198
250
191

R + G + B ~ 84%. #C6FABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 250 + 191 = 639 (100%)
R 198 of 639 ~ 30.99%
G 250 of 639 ~ 39.12%
B 191 of 639 ~ 29.89'%

%30.99
%39.12
%29.89

CMYK color model

#C6FABF color CMYK value is (21,0,24,2).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 1.96%

CMYK: (21,0,24,2)
C21M0Y24K2 (21%, 0%, 24%, 2%)
(0.21 / 0.00 / 0.24 / 0.02)

CMYK percentages

%20.8
%0
%23.6
%1.96

Codes

Color #C6FABF in popluar color models

C6 FA BF
RGB 198 250 191
HSL 113° 85.51% 86.47%
HSB/HSV 113° 23.60% 98.04%
CMYK 20.80% 0.00% 23.60%
1.96%

Color #C6FABF in popluar number systems.

HEX C6 FA BF
Decimal 198 250 191
Binary 11000110 11111010 10111111
Octal 306 372 277

Shades and tints

Shades of #C6FABF

#C6FABF
(198,250,191)
#B4E4AE
(180,228,174)
#A2CE9D
(162,206,157)
#90B88C
(144,184,140)
#7EA27B
(126,162,123)
#6C8C6A
(108,140,106)
#5A7659
(90,118,89)
#486048
(72,96,72)
#364A37
(54,74,55)
#243426
(36,52,38)
#121E15
(18,30,21)
#000000
(0,0,0)

Tints of #C6FABF

#C6FABF
(198,250,191)
#CBFAC4
(203,250,196)
#D0FAC9
(208,250,201)
#D5FACE
(213,250,206)
#DAFAD3
(218,250,211)
#DFFAD8
(223,250,216)
#E4FADD
(228,250,221)
#E9FAE2
(233,250,226)
#EEFAE7
(238,250,231)
#F3FAEC
(243,250,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FABF color. Also use rgb(198,250,191) instead hex code.

Text Font Color

.myTextColor { color: #C6FABF; }

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

This text font color is #C6FABF.

Background Color

.myBgColor { background-color: #C6FABF; }

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

This div background color is #C6FABF.

Border color

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

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

This div border color is #C6FABF.

Opacity

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

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

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

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

This text has shadow with #C6FABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FABF.

Preview

Color preview on black background

This text has color #C6FABF on black background.


Color preview on white background

This text has color #C6FABF on white background.


Black color preview on #C6FABF background

This text has black color on #C6FABF background.


White color preview on #C6FABF background

This text has white color on #C6FABF background.


Related colors

Complementary color

Complementary color for #hex is #390540.


I love getcolorcode.com

Triadic colors

1 #BFC6FA and #FABFC6 with #C6FABF are triadic colors.

2 #BFFAC6 and #FAC6BF with #C6FABF are triadic colors.