COLOR #C6EFFC

HEX: #C6EFFC RGB: (198,239,252)

Color info

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

RGB color model

#C6EFFC color RGB value is (198,239,252).

RGB: (198,239,252) (78%, 94%, 99%)

RGB channels and saturation

R 198 of 255 = 78%
G 239 of 255 = 94%
B 252 of 255 = 99%

198
239
252

R + G + B ~ 90%. #C6EFFC is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 239 + 252 = 689 (100%)
R 198 of 689 ~ 28.74%
G 239 of 689 ~ 34.69%
B 252 of 689 ~ 36.57'%

%28.74
%34.69
%36.57

CMYK color model

#C6EFFC color CMYK value is (21,5,0,1).

  • cyan value is 21.43%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (21,5,0,1)
C21M5Y0K1 (21%, 5%, 0%, 1%)
(0.21 / 0.05 / 0.00 / 0.01)

CMYK percentages

%21.43
%5.16
%0
%1.18

Codes

Color #C6EFFC in popluar color models

C6 EF FC
RGB 198 239 252
HSL 194° 90.00% 88.24%
HSB/HSV 194° 21.43% 98.82%
CMYK 21.43% 5.16% 0.00%
1.18%

Color #C6EFFC in popluar number systems.

HEX C6 EF FC
Decimal 198 239 252
Binary 11000110 11101111 11111100
Octal 306 357 374

Shades and tints

Shades of #C6EFFC

#C6EFFC
(198,239,252)
#B4DAE6
(180,218,230)
#A2C5D0
(162,197,208)
#90B0BA
(144,176,186)
#7E9BA4
(126,155,164)
#6C868E
(108,134,142)
#5A7178
(90,113,120)
#485C62
(72,92,98)
#36474C
(54,71,76)
#243236
(36,50,54)
#121D20
(18,29,32)
#000000
(0,0,0)

Tints of #C6EFFC

#C6EFFC
(198,239,252)
#CBF0FC
(203,240,252)
#D0F1FC
(208,241,252)
#D5F2FC
(213,242,252)
#DAF3FC
(218,243,252)
#DFF4FC
(223,244,252)
#E4F5FC
(228,245,252)
#E9F6FC
(233,246,252)
#EEF7FC
(238,247,252)
#F3F8FC
(243,248,252)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EFFC color. Also use rgb(198,239,252) instead hex code.

Text Font Color

.myTextColor { color: #C6EFFC; }

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

This text font color is #C6EFFC.

Background Color

.myBgColor { background-color: #C6EFFC; }

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

This div background color is #C6EFFC.

Border color

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

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

This div border color is #C6EFFC.

Opacity

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

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

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

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

This text has shadow with #C6EFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EFFC.

Preview

Color preview on black background

This text has color #C6EFFC on black background.


Color preview on white background

This text has color #C6EFFC on white background.


Black color preview on #C6EFFC background

This text has black color on #C6EFFC background.


White color preview on #C6EFFC background

This text has white color on #C6EFFC background.


Related colors

Complementary color

Complementary color for #hex is #391003.


I love getcolorcode.com

Triadic colors

1 #FCC6EF and #EFFCC6 with #C6EFFC are triadic colors.

2 #FCEFC6 and #EFC6FC with #C6EFFC are triadic colors.