COLOR #C8FFEE

HEX: #C8FFEE RGB: (200,255,238)

Color info

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

RGB color model

#C8FFEE color RGB value is (200,255,238).

RGB: (200,255,238) (78%, 100%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 255 of 255 = 100%
B 238 of 255 = 93%

200
255
238

R + G + B ~ 90%. #C8FFEE is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 255 + 238 = 693 (100%)
R 200 of 693 ~ 28.86%
G 255 of 693 ~ 36.8%
B 238 of 693 ~ 34.34'%

%28.86
%36.8
%34.34

CMYK color model

#C8FFEE color CMYK value is (22,0,7,0).

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

CMYK: (22,0,7,0)
C22M0Y7K0 (22%, 0%, 7%, 0%)
(0.22 / 0.00 / 0.07 / 0.00)

CMYK percentages

%21.57
%0
%6.67
%0

Codes

Color #C8FFEE in popluar color models

C8 FF EE
RGB 200 255 238
HSL 161° 100.00% 89.22%
HSB/HSV 161° 21.57% 100.00%
CMYK 21.57% 0.00% 6.67%
0.00%

Color #C8FFEE in popluar number systems.

HEX C8 FF EE
Decimal 200 255 238
Binary 11001000 11111111 11101110
Octal 310 377 356

Shades and tints

Shades of #C8FFEE

#C8FFEE
(200,255,238)
#B6E8D9
(182,232,217)
#A4D1C4
(164,209,196)
#92BAAF
(146,186,175)
#80A39A
(128,163,154)
#6E8C85
(110,140,133)
#5C7570
(92,117,112)
#4A5E5B
(74,94,91)
#384746
(56,71,70)
#263031
(38,48,49)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #C8FFEE

#C8FFEE
(200,255,238)
#CDFFEF
(205,255,239)
#D2FFF0
(210,255,240)
#D7FFF1
(215,255,241)
#DCFFF2
(220,255,242)
#E1FFF3
(225,255,243)
#E6FFF4
(230,255,244)
#EBFFF5
(235,255,245)
#F0FFF6
(240,255,246)
#F5FFF7
(245,255,247)
#FAFFF8
(250,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8FFEE; }

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

This text font color is #C8FFEE.

Background Color

.myBgColor { background-color: #C8FFEE; }

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

This div background color is #C8FFEE.

Border color

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

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

This div border color is #C8FFEE.

Opacity

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

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

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

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

This text has shadow with #C8FFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8FFEE.

Preview

Color preview on black background

This text has color #C8FFEE on black background.


Color preview on white background

This text has color #C8FFEE on white background.


Black color preview on #C8FFEE background

This text has black color on #C8FFEE background.


White color preview on #C8FFEE background

This text has white color on #C8FFEE background.


Related colors

Complementary color

Complementary color for #hex is #370011.


I love getcolorcode.com

Triadic colors

1 #EEC8FF and #FFEEC8 with #C8FFEE are triadic colors.

2 #EEFFC8 and #FFC8EE with #C8FFEE are triadic colors.