COLOR #C6F5FD

HEX: #C6F5FD RGB: (198,245,253)

Color info

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

RGB color model

#C6F5FD color RGB value is (198,245,253).

RGB: (198,245,253) (78%, 96%, 99%)

RGB channels and saturation

R 198 of 255 = 78%
G 245 of 255 = 96%
B 253 of 255 = 99%

198
245
253

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

Portions of RGB colors in percentages

R + G + B = 198 + 245 + 253 = 696 (100%)
R 198 of 696 ~ 28.45%
G 245 of 696 ~ 35.2%
B 253 of 696 ~ 36.35'%

%28.45
%35.2
%36.35

CMYK color model

#C6F5FD color CMYK value is (22,3,0,1).

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

CMYK: (22,3,0,1)
C22M3Y0K1 (22%, 3%, 0%, 1%)
(0.22 / 0.03 / 0.00 / 0.01)

CMYK percentages

%21.74
%3.16
%0
%0.78

Codes

Color #C6F5FD in popluar color models

C6 F5 FD
RGB 198 245 253
HSL 189° 93.22% 88.43%
HSB/HSV 189° 21.74% 99.22%
CMYK 21.74% 3.16% 0.00%
0.78%

Color #C6F5FD in popluar number systems.

HEX C6 F5 FD
Decimal 198 245 253
Binary 11000110 11110101 11111101
Octal 306 365 375

Shades and tints

Shades of #C6F5FD

#C6F5FD
(198,245,253)
#B4DFE6
(180,223,230)
#A2C9CF
(162,201,207)
#90B3B8
(144,179,184)
#7E9DA1
(126,157,161)
#6C878A
(108,135,138)
#5A7173
(90,113,115)
#485B5C
(72,91,92)
#364545
(54,69,69)
#242F2E
(36,47,46)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6F5FD

#C6F5FD
(198,245,253)
#CBF5FD
(203,245,253)
#D0F5FD
(208,245,253)
#D5F5FD
(213,245,253)
#DAF5FD
(218,245,253)
#DFF5FD
(223,245,253)
#E4F5FD
(228,245,253)
#E9F5FD
(233,245,253)
#EEF5FD
(238,245,253)
#F3F5FD
(243,245,253)
#F8F5FD
(248,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F5FD; }

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

This text font color is #C6F5FD.

Background Color

.myBgColor { background-color: #C6F5FD; }

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

This div background color is #C6F5FD.

Border color

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

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

This div border color is #C6F5FD.

Opacity

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

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

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

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

This text has shadow with #C6F5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6F5FD.

Preview

Color preview on black background

This text has color #C6F5FD on black background.


Color preview on white background

This text has color #C6F5FD on white background.


Black color preview on #C6F5FD background

This text has black color on #C6F5FD background.


White color preview on #C6F5FD background

This text has white color on #C6F5FD background.


Related colors

Complementary color

Complementary color for #hex is #390A02.


I love getcolorcode.com

Triadic colors

1 #FDC6F5 and #F5FDC6 with #C6F5FD are triadic colors.

2 #FDF5C6 and #F5C6FD with #C6F5FD are triadic colors.