COLOR #9FEDE6

HEX: #9FEDE6 RGB: (159,237,230)

Color info

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

RGB color model

#9FEDE6 color RGB value is (159,237,230).

RGB: (159,237,230) (62%, 93%, 90%)

RGB channels and saturation

R 159 of 255 = 62%
G 237 of 255 = 93%
B 230 of 255 = 90%

159
237
230

R + G + B ~ 82%. #9FEDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 237 + 230 = 626 (100%)
R 159 of 626 ~ 25.4%
G 237 of 626 ~ 37.86%
B 230 of 626 ~ 36.74'%

%25.4
%37.86
%36.74

CMYK color model

#9FEDE6 color CMYK value is (33,0,3,7).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK: (33,0,3,7) C33M0Y3K7 (33%,0%,3%,7%) (0.33/0.00/0.03/0.07) 

CMYK percentages

%32.91
%0
%2.95
%7.06

Codes

Color #9FEDE6 in popluar color models

9F ED E6
RGB 159 237 230
HSL 175° 68.42% 77.65%
HSB/HSV 175° 32.91% 92.94%
CMYK 32.91% 0.00% 2.95%
7.06%

Color #9FEDE6 in popluar number systems.

HEX 9F ED E6
Decimal 159 237 230
Binary 10011111 11101101 11100110
Octal 237 355 346

Shades and tints

Shades of #9FEDE6

#9FEDE6
(159,237,230)
#91D8D2
(145,216,210)
#83C3BE
(131,195,190)
#75AEAA
(117,174,170)
#679996
(103,153,150)
#598482
(89,132,130)
#4B6F6E
(75,111,110)
#3D5A5A
(61,90,90)
#2F4546
(47,69,70)
#213032
(33,48,50)
#131B1E
(19,27,30)
#000000
(0,0,0)

Tints of #9FEDE6

#9FEDE6
(159,237,230)
#A7EEE8
(167,238,232)
#AFEFEA
(175,239,234)
#B7F0EC
(183,240,236)
#BFF1EE
(191,241,238)
#C7F2F0
(199,242,240)
#CFF3F2
(207,243,242)
#D7F4F4
(215,244,244)
#DFF5F6
(223,245,246)
#E7F6F8
(231,246,248)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEDE6 color. Also use rgb(159,237,230) instead hex code.

Text Font Color

.myTextColor { color: #9FEDE6; }

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

This text font color is #9FEDE6.

Background Color

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

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

This div background color is #9FEDE6.

Border color

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

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

This div border color is #9FEDE6.

Opacity

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

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

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

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

This text has shadow with #9FEDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FEDE6.

Preview

Color preview on black background

This text has color #9FEDE6 on black background.


Color preview on white background

This text has color #9FEDE6 on white background.


Black color preview on #9FEDE6 background

This text has black color on #9FEDE6 background.


White color preview on #9FEDE6 background

This text has white color on #9FEDE6 background.


Related colors

Complementary color

Complementary color for #hex is #601219.


I love getcolorcode.com

Triadic colors

1 #E69FED and #EDE69F with #9FEDE6 are triadic colors.

2 #E6ED9F and #ED9FE6 with #9FEDE6 are triadic colors.