COLOR #9FFCEA

HEX: #9FFCEA RGB: (159,252,234)

Color info

#9FFCEA contains mainly green and blue colors. Web safe color of #9FFCEA is #99FFFF (or #9FF).

RGB color model

#9FFCEA color RGB value is (159,252,234).

RGB: (159,252,234) (62%, 99%, 92%)

RGB channels and saturation

R 159 of 255 = 62%
G 252 of 255 = 99%
B 234 of 255 = 92%

159
252
234

R + G + B ~ 84%. #9FFCEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 252 + 234 = 645 (100%)
R 159 of 645 ~ 24.65%
G 252 of 645 ~ 39.07%
B 234 of 645 ~ 36.28'%

%24.65
%39.07
%36.28

CMYK color model

#9FFCEA color CMYK value is (37,0,7,1).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 1.18%

CMYK: (37,0,7,1)
C37M0Y7K1 (37%, 0%, 7%, 1%)
(0.37 / 0.00 / 0.07 / 0.01)

CMYK percentages

%36.9
%0
%7.14
%1.18

Codes

Color #9FFCEA in popluar color models

9F FC EA
RGB 159 252 234
HSL 168° 93.94% 80.59%
HSB/HSV 168° 36.90% 98.82%
CMYK 36.90% 0.00% 7.14%
1.18%

Color #9FFCEA in popluar number systems.

HEX 9F FC EA
Decimal 159 252 234
Binary 10011111 11111100 11101010
Octal 237 374 352

Shades and tints

Shades of #9FFCEA

#9FFCEA
(159,252,234)
#91E6D5
(145,230,213)
#83D0C0
(131,208,192)
#75BAAB
(117,186,171)
#67A496
(103,164,150)
#598E81
(89,142,129)
#4B786C
(75,120,108)
#3D6257
(61,98,87)
#2F4C42
(47,76,66)
#21362D
(33,54,45)
#132018
(19,32,24)
#000000
(0,0,0)

Tints of #9FFCEA

#9FFCEA
(159,252,234)
#A7FCEB
(167,252,235)
#AFFCEC
(175,252,236)
#B7FCED
(183,252,237)
#BFFCEE
(191,252,238)
#C7FCEF
(199,252,239)
#CFFCF0
(207,252,240)
#D7FCF1
(215,252,241)
#DFFCF2
(223,252,242)
#E7FCF3
(231,252,243)
#EFFCF4
(239,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FFCEA color. Also use rgb(159,252,234) instead hex code.

Text Font Color

.myTextColor { color: #9FFCEA; }

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

This text font color is #9FFCEA.

Background Color

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

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

This div background color is #9FFCEA.

Border color

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

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

This div border color is #9FFCEA.

Opacity

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

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

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

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

This text has shadow with #9FFCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FFCEA.

Preview

Color preview on black background

This text has color #9FFCEA on black background.


Color preview on white background

This text has color #9FFCEA on white background.


Black color preview on #9FFCEA background

This text has black color on #9FFCEA background.


White color preview on #9FFCEA background

This text has white color on #9FFCEA background.


Related colors

Complementary color

Complementary color for #hex is #600315.


I love getcolorcode.com

Triadic colors

1 #EA9FFC and #FCEA9F with #9FFCEA are triadic colors.

2 #EAFC9F and #FC9FEA with #9FFCEA are triadic colors.