COLOR #C8EEEF

HEX: #C8EEEF RGB: (200,238,239)

Color info

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

RGB color model

#C8EEEF color RGB value is (200,238,239).

RGB: (200,238,239) (78%, 93%, 94%)

RGB channels and saturation

R 200 of 255 = 78%
G 238 of 255 = 93%
B 239 of 255 = 94%

200
238
239

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

Portions of RGB colors in percentages

R + G + B = 200 + 238 + 239 = 677 (100%)
R 200 of 677 ~ 29.54%
G 238 of 677 ~ 35.16%
B 239 of 677 ~ 35.3'%

%29.54
%35.16
%35.3

CMYK color model

#C8EEEF color CMYK value is (16,0,0,6).

  • cyan value is 16.32%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (16,0,0,6)
C16M0Y0K6 (16%, 0%, 0%, 6%)
(0.16 / 0.00 / 0.00 / 0.06)

CMYK percentages

%16.32
%0.42
%0
%6.27

Codes

Color #C8EEEF in popluar color models

C8 EE EF
RGB 200 238 239
HSL 182° 54.93% 86.08%
HSB/HSV 182° 16.32% 93.73%
CMYK 16.32% 0.42% 0.00%
6.27%

Color #C8EEEF in popluar number systems.

HEX C8 EE EF
Decimal 200 238 239
Binary 11001000 11101110 11101111
Octal 310 356 357

Shades and tints

Shades of #C8EEEF

#C8EEEF
(200,238,239)
#B6D9DA
(182,217,218)
#A4C4C5
(164,196,197)
#92AFB0
(146,175,176)
#809A9B
(128,154,155)
#6E8586
(110,133,134)
#5C7071
(92,112,113)
#4A5B5C
(74,91,92)
#384647
(56,70,71)
#263132
(38,49,50)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #C8EEEF

#C8EEEF
(200,238,239)
#CDEFF0
(205,239,240)
#D2F0F1
(210,240,241)
#D7F1F2
(215,241,242)
#DCF2F3
(220,242,243)
#E1F3F4
(225,243,244)
#E6F4F5
(230,244,245)
#EBF5F6
(235,245,246)
#F0F6F7
(240,246,247)
#F5F7F8
(245,247,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEEF; }

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

This text font color is #C8EEEF.

Background Color

.myBgColor { background-color: #C8EEEF; }

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

This div background color is #C8EEEF.

Border color

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

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

This div border color is #C8EEEF.

Opacity

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

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

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

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

This text has shadow with #C8EEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EEEF.

Preview

Color preview on black background

This text has color #C8EEEF on black background.


Color preview on white background

This text has color #C8EEEF on white background.


Black color preview on #C8EEEF background

This text has black color on #C8EEEF background.


White color preview on #C8EEEF background

This text has white color on #C8EEEF background.


Related colors

Complementary color

Complementary color for #hex is #371110.


I love getcolorcode.com

Triadic colors

1 #EFC8EE and #EEEFC8 with #C8EEEF are triadic colors.

2 #EFEEC8 and #EEC8EF with #C8EEEF are triadic colors.