COLOR #C8EAEB

HEX: #C8EAEB
RGB: (200,234,235)

Color info

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

RGB color model

#C8EAEB color RGB value is (200,234,235).

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

RGB channels and saturation

R 200 of 255 = 78%
G 234 of 255 = 92%
B 235 of 255 = 92%

200
234
235

R + G + B ~ 87%. #C8EAEB is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 234 + 235 = 669 (100%)
R 200 of 669 ~ 29.9%
G 234 of 669 ~ 34.98%
B 235 of 669 ~ 35.13%

%29.9
%34.98
%35.13

CMYK color model

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

  • cyan value is 14.89%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,0,0,8)
C15M0Y0K8 
(15%,0%,0%,8%)
(0.15/0.00/0.00/0.08)	

CMYK percentages

%14.89
%0.43
%0
%7.84

Codes

Color #C8EAEB in popluar color models

C8EAEB
RGB200234235
HSL182°46.67%85.29%
HSB/HSV182°14.89%92.16%
CMYK14.89%0.43%0.00%
7.84%

Color #C8EAEB in popluar number systems.

HEXC8EAEB
Decimal200234235
Binary110010001110101011101011
Octal310352353

Shades and tints

Shades of #C8EAEB

#C8EAEB
(200,234,235)
#B6D5D6
(182,213,214)
#A4C0C1
(164,192,193)
#92ABAC
(146,171,172)
#809697
(128,150,151)
#6E8182
(110,129,130)
#5C6C6D
(92,108,109)
#4A5758
(74,87,88)
#384243
(56,66,67)
#262D2E
(38,45,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #C8EAEB

#C8EAEB
(200,234,235)
#CDEBEC
(205,235,236)
#D2ECED
(210,236,237)
#D7EDEE
(215,237,238)
#DCEEEF
(220,238,239)
#E1EFF0
(225,239,240)
#E6F0F1
(230,240,241)
#EBF1F2
(235,241,242)
#F0F2F3
(240,242,243)
#F5F3F4
(245,243,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EAEB; }

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

This text font color is #C8EAEB.


Background Color

.myBgColor { background-color: #C8EAEB; }

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

This div background color is #C8EAEB.


Border color

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

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

This div border color is #C8EAEB.


Opacity

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

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

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

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

This text has shadow with #C8EAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EAEB on black background.


Color preview on white background

This text has color #C8EAEB on white background.



Black color preview on #C8EAEB background

This text has black color on #C8EAEB background.


White color preview on #C8EAEB background

This text has white color on #C8EAEB background.