COLOR #9EFACE

HEX: #9EFACE RGB: (158,250,206)

Color info

#9EFACE contains mainly green and blue colors. Web safe color of #9EFACE is #99FFCC (or #9FC).

RGB color model

#9EFACE color RGB value is (158,250,206).

RGB: (158,250,206) (62%, 98%, 81%)

RGB channels and saturation

R 158 of 255 = 62%
G 250 of 255 = 98%
B 206 of 255 = 81%

158
250
206

R + G + B ~ 80%. #9EFACE is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 250 + 206 = 614 (100%)
R 158 of 614 ~ 25.73%
G 250 of 614 ~ 40.72%
B 206 of 614 ~ 33.55'%

%25.73
%40.72
%33.55

CMYK color model

#9EFACE color CMYK value is (37,0,18,2).

  • cyan value is 36.80%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 1.96%

CMYK: (37,0,18,2)
C37M0Y18K2 (37%, 0%, 18%, 2%)
(0.37 / 0.00 / 0.18 / 0.02)

CMYK percentages

%36.8
%0
%17.6
%1.96

Codes

Color #9EFACE in popluar color models

9E FA CE
RGB 158 250 206
HSL 151° 90.20% 80.00%
HSB/HSV 151° 36.80% 98.04%
CMYK 36.80% 0.00% 17.60%
1.96%

Color #9EFACE in popluar number systems.

HEX 9E FA CE
Decimal 158 250 206
Binary 10011110 11111010 11001110
Octal 236 372 316

Shades and tints

Shades of #9EFACE

#9EFACE
(158,250,206)
#90E4BC
(144,228,188)
#82CEAA
(130,206,170)
#74B898
(116,184,152)
#66A286
(102,162,134)
#588C74
(88,140,116)
#4A7662
(74,118,98)
#3C6050
(60,96,80)
#2E4A3E
(46,74,62)
#20342C
(32,52,44)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #9EFACE

#9EFACE
(158,250,206)
#A6FAD2
(166,250,210)
#AEFAD6
(174,250,214)
#B6FADA
(182,250,218)
#BEFADE
(190,250,222)
#C6FAE2
(198,250,226)
#CEFAE6
(206,250,230)
#D6FAEA
(214,250,234)
#DEFAEE
(222,250,238)
#E6FAF2
(230,250,242)
#EEFAF6
(238,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EFACE color. Also use rgb(158,250,206) instead hex code.

Text Font Color

.myTextColor { color: #9EFACE; }

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

This text font color is #9EFACE.

Background Color

.myBgColor { background-color: #9EFACE; }

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

This div background color is #9EFACE.

Border color

.myBorderColor { border: 1px solid #9EFACE; }

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

This div border color is #9EFACE.

Opacity

.myOpacity80 { color: #9EFACE; opacity: 0.8; }

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

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

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

This text has shadow with #9EFACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EFACE.

Preview

Color preview on black background

This text has color #9EFACE on black background.


Color preview on white background

This text has color #9EFACE on white background.


Black color preview on #9EFACE background

This text has black color on #9EFACE background.


White color preview on #9EFACE background

This text has white color on #9EFACE background.


Related colors

Complementary color

Complementary color for #hex is #610531.


I love getcolorcode.com

Triadic colors

1 #CE9EFA and #FACE9E with #9EFACE are triadic colors.

2 #CEFA9E and #FA9ECE with #9EFACE are triadic colors.