COLOR #C6E4F9

HEX: #C6E4F9 RGB: (198,228,249)

Color info

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

RGB color model

#C6E4F9 color RGB value is (198,228,249).

RGB: (198,228,249) (78%, 89%, 98%)

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 249 of 255 = 98%

198
228
249

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

Portions of RGB colors in percentages

R + G + B = 198 + 228 + 249 = 675 (100%)
R 198 of 675 ~ 29.33%
G 228 of 675 ~ 33.78%
B 249 of 675 ~ 36.89'%

%29.33
%33.78
%36.89

CMYK color model

#C6E4F9 color CMYK value is (20,8,0,2).

  • cyan value is 20.48%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (20,8,0,2)
C20M8Y0K2 (20%, 8%, 0%, 2%)
(0.20 / 0.08 / 0.00 / 0.02)

CMYK percentages

%20.48
%8.43
%0
%2.35

Codes

Color #C6E4F9 in popluar color models

C6 E4 F9
RGB 198 228 249
HSL 205° 80.95% 87.65%
HSB/HSV 205° 20.48% 97.65%
CMYK 20.48% 8.43% 0.00%
2.35%

Color #C6E4F9 in popluar number systems.

HEX C6 E4 F9
Decimal 198 228 249
Binary 11000110 11100100 11111001
Octal 306 344 371

Shades and tints

Shades of #C6E4F9

#C6E4F9
(198,228,249)
#B4D0E3
(180,208,227)
#A2BCCD
(162,188,205)
#90A8B7
(144,168,183)
#7E94A1
(126,148,161)
#6C808B
(108,128,139)
#5A6C75
(90,108,117)
#48585F
(72,88,95)
#364449
(54,68,73)
#243033
(36,48,51)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #C6E4F9

#C6E4F9
(198,228,249)
#CBE6F9
(203,230,249)
#D0E8F9
(208,232,249)
#D5EAF9
(213,234,249)
#DAECF9
(218,236,249)
#DFEEF9
(223,238,249)
#E4F0F9
(228,240,249)
#E9F2F9
(233,242,249)
#EEF4F9
(238,244,249)
#F3F6F9
(243,246,249)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4F9; }

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

This text font color is #C6E4F9.

Background Color

.myBgColor { background-color: #C6E4F9; }

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

This div background color is #C6E4F9.

Border color

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

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

This div border color is #C6E4F9.

Opacity

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

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

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

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

This text has shadow with #C6E4F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E4F9.

Preview

Color preview on black background

This text has color #C6E4F9 on black background.


Color preview on white background

This text has color #C6E4F9 on white background.


Black color preview on #C6E4F9 background

This text has black color on #C6E4F9 background.


White color preview on #C6E4F9 background

This text has white color on #C6E4F9 background.


Related colors

Complementary color

Complementary color for #hex is #391B06.


I love getcolorcode.com

Triadic colors

1 #F9C6E4 and #E4F9C6 with #C6E4F9 are triadic colors.

2 #F9E4C6 and #E4C6F9 with #C6E4F9 are triadic colors.