COLOR #9FE4E9

HEX: #9FE4E9 RGB: (159,228,233)

Color info

#9FE4E9 contains mainly green and blue colors. Web safe color of #9FE4E9 is #99CCFF (or #9CF).

RGB color model

#9FE4E9 color RGB value is (159,228,233).

RGB: (159,228,233) (62%, 89%, 91%)

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 233 of 255 = 91%

159
228
233

R + G + B ~ 81%. #9FE4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 228 + 233 = 620 (100%)
R 159 of 620 ~ 25.65%
G 228 of 620 ~ 36.77%
B 233 of 620 ~ 37.58'%

%25.65
%36.77
%37.58

CMYK color model

#9FE4E9 color CMYK value is (32,2,0,9).

  • cyan value is 31.76%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (32,2,0,9)
C32M2Y0K9 (32%, 2%, 0%, 9%)
(0.32 / 0.02 / 0.00 / 0.09)

CMYK percentages

%31.76
%2.15
%0
%8.63

Codes

Color #9FE4E9 in popluar color models

9F E4 E9
RGB 159 228 233
HSL 184° 62.71% 76.86%
HSB/HSV 184° 31.76% 91.37%
CMYK 31.76% 2.15% 0.00%
8.63%

Color #9FE4E9 in popluar number systems.

HEX 9F E4 E9
Decimal 159 228 233
Binary 10011111 11100100 11101001
Octal 237 344 351

Shades and tints

Shades of #9FE4E9

#9FE4E9
(159,228,233)
#91D0D4
(145,208,212)
#83BCBF
(131,188,191)
#75A8AA
(117,168,170)
#679495
(103,148,149)
#598080
(89,128,128)
#4B6C6B
(75,108,107)
#3D5856
(61,88,86)
#2F4441
(47,68,65)
#21302C
(33,48,44)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #9FE4E9

#9FE4E9
(159,228,233)
#A7E6EB
(167,230,235)
#AFE8ED
(175,232,237)
#B7EAEF
(183,234,239)
#BFECF1
(191,236,241)
#C7EEF3
(199,238,243)
#CFF0F5
(207,240,245)
#D7F2F7
(215,242,247)
#DFF4F9
(223,244,249)
#E7F6FB
(231,246,251)
#EFF8FD
(239,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE4E9 color. Also use rgb(159,228,233) instead hex code.

Text Font Color

.myTextColor { color: #9FE4E9; }

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

This text font color is #9FE4E9.

Background Color

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

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

This div background color is #9FE4E9.

Border color

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

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

This div border color is #9FE4E9.

Opacity

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

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

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

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

This text has shadow with #9FE4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE4E9.

Preview

Color preview on black background

This text has color #9FE4E9 on black background.


Color preview on white background

This text has color #9FE4E9 on white background.


Black color preview on #9FE4E9 background

This text has black color on #9FE4E9 background.


White color preview on #9FE4E9 background

This text has white color on #9FE4E9 background.


Related colors

Complementary color

Complementary color for #hex is #601B16.


I love getcolorcode.com

Triadic colors

1 #E99FE4 and #E4E99F with #9FE4E9 are triadic colors.

2 #E9E49F and #E49FE9 with #9FE4E9 are triadic colors.