COLOR #C6EAF4

HEX: #C6EAF4 RGB: (198,234,244)

Color info

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

RGB color model

#C6EAF4 color RGB value is (198,234,244).

RGB: (198,234,244) (78%, 92%, 96%)

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 244 of 255 = 96%

198
234
244

R + G + B ~ 89%. #C6EAF4 is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 234 + 244 = 676 (100%)
R 198 of 676 ~ 29.29%
G 234 of 676 ~ 34.62%
B 244 of 676 ~ 36.09'%

%29.29
%34.62
%36.09

CMYK color model

#C6EAF4 color CMYK value is (19,4,0,4).

  • cyan value is 18.85%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (19,4,0,4) C19M4Y0K4 (19%,4%,0%,4%) (0.19/0.04/0.00/0.04) 

CMYK percentages

%18.85
%4.1
%0
%4.31

Codes

Color #C6EAF4 in popluar color models

C6 EA F4
RGB 198 234 244
HSL 193° 67.65% 86.67%
HSB/HSV 193° 18.85% 95.69%
CMYK 18.85% 4.10% 0.00%
4.31%

Color #C6EAF4 in popluar number systems.

HEX C6 EA F4
Decimal 198 234 244
Binary 11000110 11101010 11110100
Octal 306 352 364

Shades and tints

Shades of #C6EAF4

#C6EAF4
(198,234,244)
#B4D5DE
(180,213,222)
#A2C0C8
(162,192,200)
#90ABB2
(144,171,178)
#7E969C
(126,150,156)
#6C8186
(108,129,134)
#5A6C70
(90,108,112)
#48575A
(72,87,90)
#364244
(54,66,68)
#242D2E
(36,45,46)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6EAF4

#C6EAF4
(198,234,244)
#CBEBF5
(203,235,245)
#D0ECF6
(208,236,246)
#D5EDF7
(213,237,247)
#DAEEF8
(218,238,248)
#DFEFF9
(223,239,249)
#E4F0FA
(228,240,250)
#E9F1FB
(233,241,251)
#EEF2FC
(238,242,252)
#F3F3FD
(243,243,253)
#F8F4FE
(248,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EAF4 color. Also use rgb(198,234,244) instead hex code.

Text Font Color

.myTextColor { color: #C6EAF4; }

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

This text font color is #C6EAF4.

Background Color

.myBgColor { background-color: #C6EAF4; }

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

This div background color is #C6EAF4.

Border color

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

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

This div border color is #C6EAF4.

Opacity

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

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

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

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

This text has shadow with #C6EAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EAF4.

Preview

Color preview on black background

This text has color #C6EAF4 on black background.


Color preview on white background

This text has color #C6EAF4 on white background.


Black color preview on #C6EAF4 background

This text has black color on #C6EAF4 background.


White color preview on #C6EAF4 background

This text has white color on #C6EAF4 background.


Related colors

Complementary color

Complementary color for #hex is #39150B.


I love getcolorcode.com

Triadic colors

1 #F4C6EA and #EAF4C6 with #C6EAF4 are triadic colors.

2 #F4EAC6 and #EAC6F4 with #C6EAF4 are triadic colors.