COLOR #C8F3E3

HEX: #C8F3E3 RGB: (200,243,227)

Color info

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

RGB color model

#C8F3E3 color RGB value is (200,243,227).

RGB: (200,243,227) (78%, 95%, 89%)

RGB channels and saturation

R 200 of 255 = 78%
G 243 of 255 = 95%
B 227 of 255 = 89%

200
243
227

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

Portions of RGB colors in percentages

R + G + B = 200 + 243 + 227 = 670 (100%)
R 200 of 670 ~ 29.85%
G 243 of 670 ~ 36.27%
B 227 of 670 ~ 33.88'%

%29.85
%36.27
%33.88

CMYK color model

#C8F3E3 color CMYK value is (18,0,7,5).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 4.71%
CMYK: (18,0,7,5) C18M0Y7K5 (18%,0%,7%,5%) (0.18/0.00/0.07/0.05) 

CMYK percentages

%17.7
%0
%6.58
%4.71

Codes

Color #C8F3E3 in popluar color models

C8 F3 E3
RGB 200 243 227
HSL 158° 64.18% 86.86%
HSB/HSV 158° 17.70% 95.29%
CMYK 17.70% 0.00% 6.58%
4.71%

Color #C8F3E3 in popluar number systems.

HEX C8 F3 E3
Decimal 200 243 227
Binary 11001000 11110011 11100011
Octal 310 363 343

Shades and tints

Shades of #C8F3E3

#C8F3E3
(200,243,227)
#B6DDCF
(182,221,207)
#A4C7BB
(164,199,187)
#92B1A7
(146,177,167)
#809B93
(128,155,147)
#6E857F
(110,133,127)
#5C6F6B
(92,111,107)
#4A5957
(74,89,87)
#384343
(56,67,67)
#262D2F
(38,45,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #C8F3E3

#C8F3E3
(200,243,227)
#CDF4E5
(205,244,229)
#D2F5E7
(210,245,231)
#D7F6E9
(215,246,233)
#DCF7EB
(220,247,235)
#E1F8ED
(225,248,237)
#E6F9EF
(230,249,239)
#EBFAF1
(235,250,241)
#F0FBF3
(240,251,243)
#F5FCF5
(245,252,245)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F3E3 color. Also use rgb(200,243,227) instead hex code.

Text Font Color

.myTextColor { color: #C8F3E3; }

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

This text font color is #C8F3E3.

Background Color

.myBgColor { background-color: #C8F3E3; }

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

This div background color is #C8F3E3.

Border color

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

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

This div border color is #C8F3E3.

Opacity

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

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

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

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

This text has shadow with #C8F3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F3E3.

Preview

Color preview on black background

This text has color #C8F3E3 on black background.


Color preview on white background

This text has color #C8F3E3 on white background.


Black color preview on #C8F3E3 background

This text has black color on #C8F3E3 background.


White color preview on #C8F3E3 background

This text has white color on #C8F3E3 background.


Related colors

Complementary color

Complementary color for #hex is #370C1C.


I love getcolorcode.com

Triadic colors

1 #E3C8F3 and #F3E3C8 with #C8F3E3 are triadic colors.

2 #E3F3C8 and #F3C8E3 with #C8F3E3 are triadic colors.