COLOR #C6EAED

HEX: #C6EAED
RGB: (198,234,237)

Color info

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

RGB color model

#C6EAED color RGB value is (198,234,237).

  • red value is 198;
  • green value is 234;
  • blue value is 237.
RGB:
(198,234,237)
(78%,92%,93%)

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 237 of 255 = 93%

198
234
237

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

Portions of RGB colors in percentages

R + G + B =
198 + 234 + 237 = 669 (100%)
R 198 of 669 ~ 29.6%
G 234 of 669 ~ 34.98%
B 237 of 669 ~ 35.43%

%29.6
%34.98
%35.43

CMYK color model

#C6EAED color CMYK value is (16,1,0,7).

  • cyan value is 16.46%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,1,0,7)
C16M1Y0K7 
(16%,1%,0%,7%)
(0.16/0.01/0.00/0.07)	

CMYK percentages

%16.46
%1.27
%0
%7.06

Codes

Color #C6EAED in popluar color models

C6EAED
RGB198234237
HSL185°52.00%85.29%
HSB/HSV185°16.46%92.94%
CMYK16.46%1.27%0.00%
7.06%

Color #C6EAED in popluar number systems.

HEXC6EAED
Decimal198234237
Binary110001101110101011101101
Octal306352355

Shades and tints

Shades of #C6EAED

#C6EAED
(198,234,237)
#B4D5D8
(180,213,216)
#A2C0C3
(162,192,195)
#90ABAE
(144,171,174)
#7E9699
(126,150,153)
#6C8184
(108,129,132)
#5A6C6F
(90,108,111)
#48575A
(72,87,90)
#364245
(54,66,69)
#242D30
(36,45,48)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6EAED

#C6EAED
(198,234,237)
#CBEBEE
(203,235,238)
#D0ECEF
(208,236,239)
#D5EDF0
(213,237,240)
#DAEEF1
(218,238,241)
#DFEFF2
(223,239,242)
#E4F0F3
(228,240,243)
#E9F1F4
(233,241,244)
#EEF2F5
(238,242,245)
#F3F3F6
(243,243,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAED; }

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

This text font color is #C6EAED.


Background Color

.myBgColor { background-color: #C6EAED; }

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

This div background color is #C6EAED.


Border color

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

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

This div border color is #C6EAED.


Opacity

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

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

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

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

This text has shadow with #C6EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EAED on black background.


Color preview on white background

This text has color #C6EAED on white background.



Black color preview on #C6EAED background

This text has black color on #C6EAED background.


White color preview on #C6EAED background

This text has white color on #C6EAED background.