COLOR #C8EAF6

HEX: #C8EAF6 RGB: (200,234,246)

Color info

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

RGB color model

#C8EAF6 color RGB value is (200,234,246).

RGB: (200,234,246) (78%, 92%, 96%)

RGB channels and saturation

R 200 of 255 = 78%
G 234 of 255 = 92%
B 246 of 255 = 96%

200
234
246

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

Portions of RGB colors in percentages

R + G + B = 200 + 234 + 246 = 680 (100%)
R 200 of 680 ~ 29.41%
G 234 of 680 ~ 34.41%
B 246 of 680 ~ 36.18'%

%29.41
%34.41
%36.18

CMYK color model

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

  • cyan value is 18.70%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (19,5,0,4)
C19M5Y0K4 (19%, 5%, 0%, 4%)
(0.19 / 0.05 / 0.00 / 0.04)

CMYK percentages

%18.7
%4.88
%0
%3.53

Codes

Color #C8EAF6 in popluar color models

C8 EA F6
RGB 200 234 246
HSL 196° 71.88% 87.45%
HSB/HSV 196° 18.70% 96.47%
CMYK 18.70% 4.88% 0.00%
3.53%

Color #C8EAF6 in popluar number systems.

HEX C8 EA F6
Decimal 200 234 246
Binary 11001000 11101010 11110110
Octal 310 352 366

Shades and tints

Shades of #C8EAF6

#C8EAF6
(200,234,246)
#B6D5E0
(182,213,224)
#A4C0CA
(164,192,202)
#92ABB4
(146,171,180)
#80969E
(128,150,158)
#6E8188
(110,129,136)
#5C6C72
(92,108,114)
#4A575C
(74,87,92)
#384246
(56,66,70)
#262D30
(38,45,48)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #C8EAF6

#C8EAF6
(200,234,246)
#CDEBF6
(205,235,246)
#D2ECF6
(210,236,246)
#D7EDF6
(215,237,246)
#DCEEF6
(220,238,246)
#E1EFF6
(225,239,246)
#E6F0F6
(230,240,246)
#EBF1F6
(235,241,246)
#F0F2F6
(240,242,246)
#F5F3F6
(245,243,246)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EAF6 color. Also use rgb(200,234,246) instead hex code.

Text Font Color

.myTextColor { color: #C8EAF6; }

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

This text font color is #C8EAF6.

Background Color

.myBgColor { background-color: #C8EAF6; }

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

This div background color is #C8EAF6.

Border color

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

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

This div border color is #C8EAF6.

Opacity

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

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

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

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

This text has shadow with #C8EAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EAF6.

Preview

Color preview on black background

This text has color #C8EAF6 on black background.


Color preview on white background

This text has color #C8EAF6 on white background.


Black color preview on #C8EAF6 background

This text has black color on #C8EAF6 background.


White color preview on #C8EAF6 background

This text has white color on #C8EAF6 background.


Related colors

Complementary color

Complementary color for #hex is #371509.


I love getcolorcode.com

Triadic colors

1 #F6C8EA and #EAF6C8 with #C8EAF6 are triadic colors.

2 #F6EAC8 and #EAC8F6 with #C8EAF6 are triadic colors.