COLOR #C8EBEE

HEX: #C8EBEE
RGB: (200,235,238)

Color info

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

RGB color model

#C8EBEE color RGB value is (200,235,238).

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

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 238 of 255 = 93%

200
235
238

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

Portions of RGB colors in percentages

R + G + B =
200 + 235 + 238 = 673 (100%)
R 200 of 673 ~ 29.72%
G 235 of 673 ~ 34.92%
B 238 of 673 ~ 35.36%

%29.72
%34.92
%35.36

CMYK color model

#C8EBEE color CMYK value is (16,1,0,7).

  • cyan value is 15.97%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,1,0,7)
C16M1Y0K7 
(16%,1%,0%,7%)
(0.16/0.01/0.00/0.07)	

CMYK percentages

%15.97
%1.26
%0
%6.67

Codes

Color #C8EBEE in popluar color models

C8EBEE
RGB200235238
HSL185°52.78%85.88%
HSB/HSV185°15.97%93.33%
CMYK15.97%1.26%0.00%
6.67%

Color #C8EBEE in popluar number systems.

HEXC8EBEE
Decimal200235238
Binary110010001110101111101110
Octal310353356

Shades and tints

Shades of #C8EBEE

#C8EBEE
(200,235,238)
#B6D6D9
(182,214,217)
#A4C1C4
(164,193,196)
#92ACAF
(146,172,175)
#80979A
(128,151,154)
#6E8285
(110,130,133)
#5C6D70
(92,109,112)
#4A585B
(74,88,91)
#384346
(56,67,70)
#262E31
(38,46,49)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #C8EBEE

#C8EBEE
(200,235,238)
#CDECEF
(205,236,239)
#D2EDF0
(210,237,240)
#D7EEF1
(215,238,241)
#DCEFF2
(220,239,242)
#E1F0F3
(225,240,243)
#E6F1F4
(230,241,244)
#EBF2F5
(235,242,245)
#F0F3F6
(240,243,246)
#F5F4F7
(245,244,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EBEE; }

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

This text font color is #C8EBEE.


Background Color

.myBgColor { background-color: #C8EBEE; }

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

This div background color is #C8EBEE.


Border color

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

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

This div border color is #C8EBEE.


Opacity

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

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

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

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

This text has shadow with #C8EBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EBEE on black background.


Color preview on white background

This text has color #C8EBEE on white background.



Black color preview on #C8EBEE background

This text has black color on #C8EBEE background.


White color preview on #C8EBEE background

This text has white color on #C8EBEE background.