COLOR #C6F3F1

HEX: #C6F3F1 RGB: (198,243,241)

Color info

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

RGB color model

#C6F3F1 color RGB value is (198,243,241).

RGB: (198,243,241) (78%, 95%, 95%)

RGB channels and saturation

R 198 of 255 = 78%
G 243 of 255 = 95%
B 241 of 255 = 95%

198
243
241

R + G + B ~ 89%. #C6F3F1 is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 243 + 241 = 682 (100%)
R 198 of 682 ~ 29.03%
G 243 of 682 ~ 35.63%
B 241 of 682 ~ 35.34'%

%29.03
%35.63
%35.34

CMYK color model

#C6F3F1 color CMYK value is (19,0,1,5).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 4.71%

CMYK: (19,0,1,5)
C19M0Y1K5 (19%, 0%, 1%, 5%)
(0.19 / 0.00 / 0.01 / 0.05)

CMYK percentages

%18.52
%0
%0.82
%4.71

Codes

Color #C6F3F1 in popluar color models

C6 F3 F1
RGB 198 243 241
HSL 177° 65.22% 86.47%
HSB/HSV 177° 18.52% 95.29%
CMYK 18.52% 0.00% 0.82%
4.71%

Color #C6F3F1 in popluar number systems.

HEX C6 F3 F1
Decimal 198 243 241
Binary 11000110 11110011 11110001
Octal 306 363 361

Shades and tints

Shades of #C6F3F1

#C6F3F1
(198,243,241)
#B4DDDC
(180,221,220)
#A2C7C7
(162,199,199)
#90B1B2
(144,177,178)
#7E9B9D
(126,155,157)
#6C8588
(108,133,136)
#5A6F73
(90,111,115)
#48595E
(72,89,94)
#364349
(54,67,73)
#242D34
(36,45,52)
#12171F
(18,23,31)
#000000
(0,0,0)

Tints of #C6F3F1

#C6F3F1
(198,243,241)
#CBF4F2
(203,244,242)
#D0F5F3
(208,245,243)
#D5F6F4
(213,246,244)
#DAF7F5
(218,247,245)
#DFF8F6
(223,248,246)
#E4F9F7
(228,249,247)
#E9FAF8
(233,250,248)
#EEFBF9
(238,251,249)
#F3FCFA
(243,252,250)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F3F1 color. Also use rgb(198,243,241) instead hex code.

Text Font Color

.myTextColor { color: #C6F3F1; }

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

This text font color is #C6F3F1.

Background Color

.myBgColor { background-color: #C6F3F1; }

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

This div background color is #C6F3F1.

Border color

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

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

This div border color is #C6F3F1.

Opacity

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

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

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

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

This text has shadow with #C6F3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F3F1.

Preview

Color preview on black background

This text has color #C6F3F1 on black background.


Color preview on white background

This text has color #C6F3F1 on white background.


Black color preview on #C6F3F1 background

This text has black color on #C6F3F1 background.


White color preview on #C6F3F1 background

This text has white color on #C6F3F1 background.


Related colors

Complementary color

Complementary color for #hex is #390C0E.


I love getcolorcode.com

Triadic colors

1 #F1C6F3 and #F3F1C6 with #C6F3F1 are triadic colors.

2 #F1F3C6 and #F3C6F1 with #C6F3F1 are triadic colors.