COLOR #C8EBFA

HEX: #C8EBFA RGB: (200,235,250)

Color info

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

RGB color model

#C8EBFA color RGB value is (200,235,250).

RGB: (200,235,250) (78%, 92%, 98%)

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 250 of 255 = 98%

200
235
250

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

Portions of RGB colors in percentages

R + G + B = 200 + 235 + 250 = 685 (100%)
R 200 of 685 ~ 29.2%
G 235 of 685 ~ 34.31%
B 250 of 685 ~ 36.5'%

%29.2
%34.31
%36.5

CMYK color model

#C8EBFA color CMYK value is (20,6,0,2).

  • cyan value is 20.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (20,6,0,2) C20M6Y0K2 (20%,6%,0%,2%) (0.20/0.06/0.00/0.02) 

CMYK percentages

%20
%6
%0
%1.96

Codes

Color #C8EBFA in popluar color models

C8 EB FA
RGB 200 235 250
HSL 198° 83.33% 88.24%
HSB/HSV 198° 20.00% 98.04%
CMYK 20.00% 6.00% 0.00%
1.96%

Color #C8EBFA in popluar number systems.

HEX C8 EB FA
Decimal 200 235 250
Binary 11001000 11101011 11111010
Octal 310 353 372

Shades and tints

Shades of #C8EBFA

#C8EBFA
(200,235,250)
#B6D6E4
(182,214,228)
#A4C1CE
(164,193,206)
#92ACB8
(146,172,184)
#8097A2
(128,151,162)
#6E828C
(110,130,140)
#5C6D76
(92,109,118)
#4A5860
(74,88,96)
#38434A
(56,67,74)
#262E34
(38,46,52)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #C8EBFA

#C8EBFA
(200,235,250)
#CDECFA
(205,236,250)
#D2EDFA
(210,237,250)
#D7EEFA
(215,238,250)
#DCEFFA
(220,239,250)
#E1F0FA
(225,240,250)
#E6F1FA
(230,241,250)
#EBF2FA
(235,242,250)
#F0F3FA
(240,243,250)
#F5F4FA
(245,244,250)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EBFA color. Also use rgb(200,235,250) instead hex code.

Text Font Color

.myTextColor { color: #C8EBFA; }

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

This text font color is #C8EBFA.

Background Color

.myBgColor { background-color: #C8EBFA; }

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

This div background color is #C8EBFA.

Border color

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

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

This div border color is #C8EBFA.

Opacity

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

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

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

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

This text has shadow with #C8EBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EBFA.

Preview

Color preview on black background

This text has color #C8EBFA on black background.


Color preview on white background

This text has color #C8EBFA on white background.


Black color preview on #C8EBFA background

This text has black color on #C8EBFA background.


White color preview on #C8EBFA background

This text has white color on #C8EBFA background.


Related colors

Complementary color

Complementary color for #hex is #371405.


I love getcolorcode.com

Triadic colors

1 #FAC8EB and #EBFAC8 with #C8EBFA are triadic colors.

2 #FAEBC8 and #EBC8FA with #C8EBFA are triadic colors.