COLOR #C6E4F7

HEX: #C6E4F7 RGB: (198,228,247)

Color info

#C6E4F7 contains red, green and blue colors in about the same proportion. Web safe color of #C6E4F7 is #CCCCFF (or #CCF).

RGB color model

#C6E4F7 color RGB value is (198,228,247).

RGB: (198,228,247) (78%, 89%, 97%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 247 of 255 = 97%

198
228
247

R + G + B ~ 88%. #C6E4F7 is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 228 + 247 = 673 (100%)
R 198 of 673 ~ 29.42%
G 228 of 673 ~ 33.88%
B 247 of 673 ~ 36.7'%

%29.42
%33.88
%36.7

CMYK color model

#C6E4F7 color CMYK value is (20,8,0,3).

  • cyan value is 19.84%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (20,8,0,3)
C20M8Y0K3 (20%, 8%, 0%, 3%)
(0.20 / 0.08 / 0.00 / 0.03)

CMYK percentages

%19.84
%7.69
%0
%3.14

Codes

Color #C6E4F7 in popluar color models

C6 E4 F7
RGB 198 228 247
HSL 203° 75.38% 87.25%
HSB/HSV 203° 19.84% 96.86%
CMYK 19.84% 7.69% 0.00%
3.14%

Color #C6E4F7 in popluar number systems.

HEX C6 E4 F7
Decimal 198 228 247
Binary 11000110 11100100 11110111
Octal 306 344 367

Shades and tints

Shades of #C6E4F7

#C6E4F7
(198,228,247)
#B4D0E1
(180,208,225)
#A2BCCB
(162,188,203)
#90A8B5
(144,168,181)
#7E949F
(126,148,159)
#6C8089
(108,128,137)
#5A6C73
(90,108,115)
#48585D
(72,88,93)
#364447
(54,68,71)
#243031
(36,48,49)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #C6E4F7

#C6E4F7
(198,228,247)
#CBE6F7
(203,230,247)
#D0E8F7
(208,232,247)
#D5EAF7
(213,234,247)
#DAECF7
(218,236,247)
#DFEEF7
(223,238,247)
#E4F0F7
(228,240,247)
#E9F2F7
(233,242,247)
#EEF4F7
(238,244,247)
#F3F6F7
(243,246,247)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E4F7 color. Also use rgb(198,228,247) instead hex code.

Text Font Color

.myTextColor { color: #C6E4F7; }

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

This text font color is #C6E4F7.

Background Color

.myBgColor { background-color: #C6E4F7; }

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

This div background color is #C6E4F7.

Border color

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

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

This div border color is #C6E4F7.

Opacity

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

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

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

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

This text has shadow with #C6E4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E4F7.

Preview

Color preview on black background

This text has color #C6E4F7 on black background.


Color preview on white background

This text has color #C6E4F7 on white background.


Black color preview on #C6E4F7 background

This text has black color on #C6E4F7 background.


White color preview on #C6E4F7 background

This text has white color on #C6E4F7 background.


Related colors

Complementary color

Complementary color for #hex is #391B08.


I love getcolorcode.com

Triadic colors

1 #F7C6E4 and #E4F7C6 with #C6E4F7 are triadic colors.

2 #F7E4C6 and #E4C6F7 with #C6E4F7 are triadic colors.