COLOR #C8E3EB

HEX: #C8E3EB
RGB: (200,227,235)

Color info

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

RGB color model

#C8E3EB color RGB value is (200,227,235).

  • red value is 200;
  • green value is 227;
  • blue value is 235.
RGB:
(200,227,235)
(78%,89%,92%)

RGB channels and saturation

R 200 of 255 = 78%
G 227 of 255 = 89%
B 235 of 255 = 92%

200
227
235

R + G + B ~ 86%. #C8E3EB is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 227 + 235 = 662 (100%)
R 200 of 662 ~ 30.21%
G 227 of 662 ~ 34.29%
B 235 of 662 ~ 35.5%

%30.21
%34.29
%35.5

CMYK color model

#C8E3EB color CMYK value is (15,3,0,8).

  • cyan value is 14.89%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,3,0,8)
C15M3Y0K8 
(15%,3%,0%,8%)
(0.15/0.03/0.00/0.08)	

CMYK percentages

%14.89
%3.4
%0
%7.84

Codes

Color #C8E3EB in popluar color models

C8E3EB
RGB200227235
HSL194°46.67%85.29%
HSB/HSV194°14.89%92.16%
CMYK14.89%3.40%0.00%
7.84%

Color #C8E3EB in popluar number systems.

HEXC8E3EB
Decimal200227235
Binary110010001110001111101011
Octal310343353

Shades and tints

Shades of #C8E3EB

#C8E3EB
(200,227,235)
#B6CFD6
(182,207,214)
#A4BBC1
(164,187,193)
#92A7AC
(146,167,172)
#809397
(128,147,151)
#6E7F82
(110,127,130)
#5C6B6D
(92,107,109)
#4A5758
(74,87,88)
#384343
(56,67,67)
#262F2E
(38,47,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8E3EB

#C8E3EB
(200,227,235)
#CDE5EC
(205,229,236)
#D2E7ED
(210,231,237)
#D7E9EE
(215,233,238)
#DCEBEF
(220,235,239)
#E1EDF0
(225,237,240)
#E6EFF1
(230,239,241)
#EBF1F2
(235,241,242)
#F0F3F3
(240,243,243)
#F5F5F4
(245,245,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E3EB; }

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

This text font color is #C8E3EB.


Background Color

.myBgColor { background-color: #C8E3EB; }

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

This div background color is #C8E3EB.


Border color

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

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

This div border color is #C8E3EB.


Opacity

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

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

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

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

This text has shadow with #C8E3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E3EB on black background.


Color preview on white background

This text has color #C8E3EB on white background.



Black color preview on #C8E3EB background

This text has black color on #C8E3EB background.


White color preview on #C8E3EB background

This text has white color on #C8E3EB background.