COLOR #C6FBFA

HEX: #C6FBFA RGB: (198,251,250)

Color info

#C6FBFA contains red, green and blue colors in about the same proportion. Web safe color of #C6FBFA is #CCFFFF (or #CFF).

RGB color model

#C6FBFA color RGB value is (198,251,250).

RGB: (198,251,250) (78%, 98%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 251 of 255 = 98%
B 250 of 255 = 98%

198
251
250

R + G + B ~ 91%. #C6FBFA is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 251 + 250 = 699 (100%)
R 198 of 699 ~ 28.33%
G 251 of 699 ~ 35.91%
B 250 of 699 ~ 35.77'%

%28.33
%35.91
%35.77

CMYK color model

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

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.57%
CMYK: (21,0,0,2) C21M0Y0K2 (21%,0%,0%,2%) (0.21/0.00/0.00/0.02) 

CMYK percentages

%21.12
%0
%0.4
%1.57

Codes

Color #C6FBFA in popluar color models

C6 FB FA
RGB 198 251 250
HSL 179° 86.89% 88.04%
HSB/HSV 179° 21.12% 98.43%
CMYK 21.12% 0.00% 0.40%
1.57%

Color #C6FBFA in popluar number systems.

HEX C6 FB FA
Decimal 198 251 250
Binary 11000110 11111011 11111010
Octal 306 373 372

Shades and tints

Shades of #C6FBFA

#C6FBFA
(198,251,250)
#B4E5E4
(180,229,228)
#A2CFCE
(162,207,206)
#90B9B8
(144,185,184)
#7EA3A2
(126,163,162)
#6C8D8C
(108,141,140)
#5A7776
(90,119,118)
#486160
(72,97,96)
#364B4A
(54,75,74)
#243534
(36,53,52)
#121F1E
(18,31,30)
#000000
(0,0,0)

Tints of #C6FBFA

#C6FBFA
(198,251,250)
#CBFBFA
(203,251,250)
#D0FBFA
(208,251,250)
#D5FBFA
(213,251,250)
#DAFBFA
(218,251,250)
#DFFBFA
(223,251,250)
#E4FBFA
(228,251,250)
#E9FBFA
(233,251,250)
#EEFBFA
(238,251,250)
#F3FBFA
(243,251,250)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FBFA; }

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

This text font color is #C6FBFA.

Background Color

.myBgColor { background-color: #C6FBFA; }

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

This div background color is #C6FBFA.

Border color

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

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

This div border color is #C6FBFA.

Opacity

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

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

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

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

This text has shadow with #C6FBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FBFA.

Preview

Color preview on black background

This text has color #C6FBFA on black background.


Color preview on white background

This text has color #C6FBFA on white background.


Black color preview on #C6FBFA background

This text has black color on #C6FBFA background.


White color preview on #C6FBFA background

This text has white color on #C6FBFA background.


Related colors

Complementary color

Complementary color for #hex is #390405.


I love getcolorcode.com

Triadic colors

1 #FAC6FB and #FBFAC6 with #C6FBFA are triadic colors.

2 #FAFBC6 and #FBC6FA with #C6FBFA are triadic colors.