COLOR #C6EAF2

HEX: #C6EAF2
RGB: (198,234,242)

Color info

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

RGB color model

#C6EAF2 color RGB value is (198,234,242).

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

RGB channels and saturation

R 198 of 255 = 78%
G 234 of 255 = 92%
B 242 of 255 = 95%

198
234
242

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

Portions of RGB colors in percentages

R + G + B =
198 + 234 + 242 = 674 (100%)
R 198 of 674 ~ 29.38%
G 234 of 674 ~ 34.72%
B 242 of 674 ~ 35.91%

%29.38
%34.72
%35.91

CMYK color model

#C6EAF2 color CMYK value is (18,3,0,5).

  • cyan value is 18.18%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(18,3,0,5)
C18M3Y0K5 
(18%,3%,0%,5%)
(0.18/0.03/0.00/0.05)	

CMYK percentages

%18.18
%3.31
%0
%5.1

Codes

Color #C6EAF2 in popluar color models

C6EAF2
RGB198234242
HSL191°62.86%86.27%
HSB/HSV191°18.18%94.90%
CMYK18.18%3.31%0.00%
5.10%

Color #C6EAF2 in popluar number systems.

HEXC6EAF2
Decimal198234242
Binary110001101110101011110010
Octal306352362

Shades and tints

Shades of #C6EAF2

#C6EAF2
(198,234,242)
#B4D5DC
(180,213,220)
#A2C0C6
(162,192,198)
#90ABB0
(144,171,176)
#7E969A
(126,150,154)
#6C8184
(108,129,132)
#5A6C6E
(90,108,110)
#485758
(72,87,88)
#364242
(54,66,66)
#242D2C
(36,45,44)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6EAF2

#C6EAF2
(198,234,242)
#CBEBF3
(203,235,243)
#D0ECF4
(208,236,244)
#D5EDF5
(213,237,245)
#DAEEF6
(218,238,246)
#DFEFF7
(223,239,247)
#E4F0F8
(228,240,248)
#E9F1F9
(233,241,249)
#EEF2FA
(238,242,250)
#F3F3FB
(243,243,251)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAF2; }

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

This text font color is #C6EAF2.


Background Color

.myBgColor { background-color: #C6EAF2; }

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

This div background color is #C6EAF2.


Border color

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

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

This div border color is #C6EAF2.


Opacity

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

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

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

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

This text has shadow with #C6EAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EAF2 on black background.


Color preview on white background

This text has color #C6EAF2 on white background.



Black color preview on #C6EAF2 background

This text has black color on #C6EAF2 background.


White color preview on #C6EAF2 background

This text has white color on #C6EAF2 background.