COLOR #C8E2FB

HEX: #C8E2FB RGB: (200,226,251)

Color info

#C8E2FB contains red, green and blue colors in about the same proportion. Web safe color of #C8E2FB is #CCCCFF (or #CCF).

RGB color model

#C8E2FB color RGB value is (200,226,251).

RGB: (200,226,251) (78%, 89%, 98%)

RGB channels and saturation

R 200 of 255 = 78%
G 226 of 255 = 89%
B 251 of 255 = 98%

200
226
251

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

Portions of RGB colors in percentages

R + G + B = 200 + 226 + 251 = 677 (100%)
R 200 of 677 ~ 29.54%
G 226 of 677 ~ 33.38%
B 251 of 677 ~ 37.08'%

%29.54
%33.38
%37.08

CMYK color model

#C8E2FB color CMYK value is (20,10,0,2).

  • cyan value is 20.32%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (20,10,0,2)
C20M10Y0K2 (20%, 10%, 0%, 2%)
(0.20 / 0.10 / 0.00 / 0.02)

CMYK percentages

%20.32
%9.96
%0
%1.57

Codes

Color #C8E2FB in popluar color models

C8 E2 FB
RGB 200 226 251
HSL 209° 86.44% 88.43%
HSB/HSV 209° 20.32% 98.43%
CMYK 20.32% 9.96% 0.00%
1.57%

Color #C8E2FB in popluar number systems.

HEX C8 E2 FB
Decimal 200 226 251
Binary 11001000 11100010 11111011
Octal 310 342 373

Shades and tints

Shades of #C8E2FB

#C8E2FB
(200,226,251)
#B6CEE5
(182,206,229)
#A4BACF
(164,186,207)
#92A6B9
(146,166,185)
#8092A3
(128,146,163)
#6E7E8D
(110,126,141)
#5C6A77
(92,106,119)
#4A5661
(74,86,97)
#38424B
(56,66,75)
#262E35
(38,46,53)
#141A1F
(20,26,31)
#000000
(0,0,0)

Tints of #C8E2FB

#C8E2FB
(200,226,251)
#CDE4FB
(205,228,251)
#D2E6FB
(210,230,251)
#D7E8FB
(215,232,251)
#DCEAFB
(220,234,251)
#E1ECFB
(225,236,251)
#E6EEFB
(230,238,251)
#EBF0FB
(235,240,251)
#F0F2FB
(240,242,251)
#F5F4FB
(245,244,251)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E2FB color. Also use rgb(200,226,251) instead hex code.

Text Font Color

.myTextColor { color: #C8E2FB; }

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

This text font color is #C8E2FB.

Background Color

.myBgColor { background-color: #C8E2FB; }

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

This div background color is #C8E2FB.

Border color

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

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

This div border color is #C8E2FB.

Opacity

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

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

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

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

This text has shadow with #C8E2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E2FB.

Preview

Color preview on black background

This text has color #C8E2FB on black background.


Color preview on white background

This text has color #C8E2FB on white background.


Black color preview on #C8E2FB background

This text has black color on #C8E2FB background.


White color preview on #C8E2FB background

This text has white color on #C8E2FB background.


Related colors

Complementary color

Complementary color for #hex is #371D04.


I love getcolorcode.com

Triadic colors

1 #FBC8E2 and #E2FBC8 with #C8E2FB are triadic colors.

2 #FBE2C8 and #E2C8FB with #C8E2FB are triadic colors.