COLOR #C8E3FF

HEX: #C8E3FF RGB: (200,227,255)

Color info

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

RGB color model

#C8E3FF color RGB value is (200,227,255).

RGB: (200,227,255) (78%, 89%, 100%)

RGB channels and saturation

R 200 of 255 = 78%
G 227 of 255 = 89%
B 255 of 255 = 100%

200
227
255

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

Portions of RGB colors in percentages

R + G + B = 200 + 227 + 255 = 682 (100%)
R 200 of 682 ~ 29.33%
G 227 of 682 ~ 33.28%
B 255 of 682 ~ 37.39'%

%29.33
%33.28
%37.39

CMYK color model

#C8E3FF color CMYK value is (22,11,0,0).

  • cyan value is 21.57%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (22,11,0,0)
C22M11Y0K0 (22%, 11%, 0%, 0%)
(0.22 / 0.11 / 0.00 / 0.00)

CMYK percentages

%21.57
%10.98
%0
%0

Codes

Color #C8E3FF in popluar color models

C8 E3 FF
RGB 200 227 255
HSL 211° 100.00% 89.22%
HSB/HSV 211° 21.57% 100.00%
CMYK 21.57% 10.98% 0.00%
0.00%

Color #C8E3FF in popluar number systems.

HEX C8 E3 FF
Decimal 200 227 255
Binary 11001000 11100011 11111111
Octal 310 343 377

Shades and tints

Shades of #C8E3FF

#C8E3FF
(200,227,255)
#B6CFE8
(182,207,232)
#A4BBD1
(164,187,209)
#92A7BA
(146,167,186)
#8093A3
(128,147,163)
#6E7F8C
(110,127,140)
#5C6B75
(92,107,117)
#4A575E
(74,87,94)
#384347
(56,67,71)
#262F30
(38,47,48)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8E3FF

#C8E3FF
(200,227,255)
#CDE5FF
(205,229,255)
#D2E7FF
(210,231,255)
#D7E9FF
(215,233,255)
#DCEBFF
(220,235,255)
#E1EDFF
(225,237,255)
#E6EFFF
(230,239,255)
#EBF1FF
(235,241,255)
#F0F3FF
(240,243,255)
#F5F5FF
(245,245,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E3FF color. Also use rgb(200,227,255) instead hex code.

Text Font Color

.myTextColor { color: #C8E3FF; }

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

This text font color is #C8E3FF.

Background Color

.myBgColor { background-color: #C8E3FF; }

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

This div background color is #C8E3FF.

Border color

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

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

This div border color is #C8E3FF.

Opacity

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

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

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

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

This text has shadow with #C8E3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E3FF.

Preview

Color preview on black background

This text has color #C8E3FF on black background.


Color preview on white background

This text has color #C8E3FF on white background.


Black color preview on #C8E3FF background

This text has black color on #C8E3FF background.


White color preview on #C8E3FF background

This text has white color on #C8E3FF background.


Related colors

Complementary color

Complementary color for #hex is #371C00.


I love getcolorcode.com

Triadic colors

1 #FFC8E3 and #E3FFC8 with #C8E3FF are triadic colors.

2 #FFE3C8 and #E3C8FF with #C8E3FF are triadic colors.