COLOR #C6FAEE

HEX: #C6FAEE RGB: (198,250,238)

Color info

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

RGB color model

#C6FAEE color RGB value is (198,250,238).

RGB: (198,250,238) (78%, 98%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 250 of 255 = 98%
B 238 of 255 = 93%

198
250
238

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

Portions of RGB colors in percentages

R + G + B = 198 + 250 + 238 = 686 (100%)
R 198 of 686 ~ 28.86%
G 250 of 686 ~ 36.44%
B 238 of 686 ~ 34.69'%

%28.86
%36.44
%34.69

CMYK color model

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

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%

CMYK: (21,0,5,2)
C21M0Y5K2 (21%, 0%, 5%, 2%)
(0.21 / 0.00 / 0.05 / 0.02)

CMYK percentages

%20.8
%0
%4.8
%1.96

Codes

Color #C6FAEE in popluar color models

C6 FA EE
RGB 198 250 238
HSL 166° 83.87% 87.84%
HSB/HSV 166° 20.80% 98.04%
CMYK 20.80% 0.00% 4.80%
1.96%

Color #C6FAEE in popluar number systems.

HEX C6 FA EE
Decimal 198 250 238
Binary 11000110 11111010 11101110
Octal 306 372 356

Shades and tints

Shades of #C6FAEE

#C6FAEE
(198,250,238)
#B4E4D9
(180,228,217)
#A2CEC4
(162,206,196)
#90B8AF
(144,184,175)
#7EA29A
(126,162,154)
#6C8C85
(108,140,133)
#5A7670
(90,118,112)
#48605B
(72,96,91)
#364A46
(54,74,70)
#243431
(36,52,49)
#121E1C
(18,30,28)
#000000
(0,0,0)

Tints of #C6FAEE

#C6FAEE
(198,250,238)
#CBFAEF
(203,250,239)
#D0FAF0
(208,250,240)
#D5FAF1
(213,250,241)
#DAFAF2
(218,250,242)
#DFFAF3
(223,250,243)
#E4FAF4
(228,250,244)
#E9FAF5
(233,250,245)
#EEFAF6
(238,250,246)
#F3FAF7
(243,250,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FAEE; }

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

This text font color is #C6FAEE.

Background Color

.myBgColor { background-color: #C6FAEE; }

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

This div background color is #C6FAEE.

Border color

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

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

This div border color is #C6FAEE.

Opacity

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

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

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

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

This text has shadow with #C6FAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FAEE.

Preview

Color preview on black background

This text has color #C6FAEE on black background.


Color preview on white background

This text has color #C6FAEE on white background.


Black color preview on #C6FAEE background

This text has black color on #C6FAEE background.


White color preview on #C6FAEE background

This text has white color on #C6FAEE background.


Related colors

Complementary color

Complementary color for #hex is #390511.


I love getcolorcode.com

Triadic colors

1 #EEC6FA and #FAEEC6 with #C6FAEE are triadic colors.

2 #EEFAC6 and #FAC6EE with #C6FAEE are triadic colors.