COLOR #C8F0DD

HEX: #C8F0DD
RGB: (200,240,221)

Color info

#C8F0DD contains red, green and blue colors in about the same proportion. Web safe color of #C8F0DD is #CCFFCC (or #CFC).

RGB color model

#C8F0DD color RGB value is (200,240,221).

  • red value is 200;
  • green value is 240;
  • blue value is 221.
RGB:
(200,240,221)
(78%,94%,87%)

RGB channels and saturation

R 200 of 255 = 78%
G 240 of 255 = 94%
B 221 of 255 = 87%

200
240
221

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

Portions of RGB colors in percentages

R + G + B =
200 + 240 + 221 = 661 (100%)
R 200 of 661 ~ 30.26%
G 240 of 661 ~ 36.31%
B 221 of 661 ~ 33.43%

%30.26
%36.31
%33.43

CMYK color model

#C8F0DD color CMYK value is (17,0,8,6).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(17,0,8,6)
C17M0Y8K6 
(17%,0%,8%,6%)
(0.17/0.00/0.08/0.06)	

CMYK percentages

%16.67
%0
%7.92
%5.88

Codes

Color #C8F0DD in popluar color models

C8F0DD
RGB200240221
HSL152°57.14%86.27%
HSB/HSV152°16.67%94.12%
CMYK16.67%0.00%7.92%
5.88%

Color #C8F0DD in popluar number systems.

HEXC8F0DD
Decimal200240221
Binary110010001111000011011101
Octal310360335

Shades and tints

Shades of #C8F0DD

#C8F0DD
(200,240,221)
#B6DBC9
(182,219,201)
#A4C6B5
(164,198,181)
#92B1A1
(146,177,161)
#809C8D
(128,156,141)
#6E8779
(110,135,121)
#5C7265
(92,114,101)
#4A5D51
(74,93,81)
#38483D
(56,72,61)
#263329
(38,51,41)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #C8F0DD

#C8F0DD
(200,240,221)
#CDF1E0
(205,241,224)
#D2F2E3
(210,242,227)
#D7F3E6
(215,243,230)
#DCF4E9
(220,244,233)
#E1F5EC
(225,245,236)
#E6F6EF
(230,246,239)
#EBF7F2
(235,247,242)
#F0F8F5
(240,248,245)
#F5F9F8
(245,249,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F0DD color. Also use rgb(200,240,221) instead hex code.

Text Font Color

.myTextColor { color: #C8F0DD; }

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

This text font color is #C8F0DD.


Background Color

.myBgColor { background-color: #C8F0DD; }

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

This div background color is #C8F0DD.


Border color

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

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

This div border color is #C8F0DD.


Opacity

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

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

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

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

This text has shadow with #C8F0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F0DD on black background.


Color preview on white background

This text has color #C8F0DD on white background.



Black color preview on #C8F0DD background

This text has black color on #C8F0DD background.


White color preview on #C8F0DD background

This text has white color on #C8F0DD background.