COLOR #C6FDBA

HEX: #C6FDBA RGB: (198,253,186)

Color info

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

RGB color model

#C6FDBA color RGB value is (198,253,186).

RGB: (198,253,186) (78%, 99%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 253 of 255 = 99%
B 186 of 255 = 73%

198
253
186

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

Portions of RGB colors in percentages

R + G + B = 198 + 253 + 186 = 637 (100%)
R 198 of 637 ~ 31.08%
G 253 of 637 ~ 39.72%
B 186 of 637 ~ 29.2'%

%31.08
%39.72
%29.2

CMYK color model

#C6FDBA color CMYK value is (22,0,26,1).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 26.48%
  • key color value is 0.78%

CMYK: (22,0,26,1)
C22M0Y26K1 (22%, 0%, 26%, 1%)
(0.22 / 0.00 / 0.26 / 0.01)

CMYK percentages

%21.74
%0
%26.48
%0.78

Codes

Color #C6FDBA in popluar color models

C6 FD BA
RGB 198 253 186
HSL 109° 94.37% 86.08%
HSB/HSV 109° 26.48% 99.22%
CMYK 21.74% 0.00% 26.48%
0.78%

Color #C6FDBA in popluar number systems.

HEX C6 FD BA
Decimal 198 253 186
Binary 11000110 11111101 10111010
Octal 306 375 272

Shades and tints

Shades of #C6FDBA

#C6FDBA
(198,253,186)
#B4E6AA
(180,230,170)
#A2CF9A
(162,207,154)
#90B88A
(144,184,138)
#7EA17A
(126,161,122)
#6C8A6A
(108,138,106)
#5A735A
(90,115,90)
#485C4A
(72,92,74)
#36453A
(54,69,58)
#242E2A
(36,46,42)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #C6FDBA

#C6FDBA
(198,253,186)
#CBFDC0
(203,253,192)
#D0FDC6
(208,253,198)
#D5FDCC
(213,253,204)
#DAFDD2
(218,253,210)
#DFFDD8
(223,253,216)
#E4FDDE
(228,253,222)
#E9FDE4
(233,253,228)
#EEFDEA
(238,253,234)
#F3FDF0
(243,253,240)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FDBA color. Also use rgb(198,253,186) instead hex code.

Text Font Color

.myTextColor { color: #C6FDBA; }

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

This text font color is #C6FDBA.

Background Color

.myBgColor { background-color: #C6FDBA; }

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

This div background color is #C6FDBA.

Border color

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

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

This div border color is #C6FDBA.

Opacity

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

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

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

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

This text has shadow with #C6FDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FDBA.

Preview

Color preview on black background

This text has color #C6FDBA on black background.


Color preview on white background

This text has color #C6FDBA on white background.


Black color preview on #C6FDBA background

This text has black color on #C6FDBA background.


White color preview on #C6FDBA background

This text has white color on #C6FDBA background.


Related colors

Complementary color

Complementary color for #hex is #390245.


I love getcolorcode.com

Triadic colors

1 #BAC6FD and #FDBAC6 with #C6FDBA are triadic colors.

2 #BAFDC6 and #FDC6BA with #C6FDBA are triadic colors.