COLOR #9ED1B7

HEX: #9ED1B7 RGB: (158,209,183)

Color info

#9ED1B7 contains red, green and blue colors in about the same proportion. Web safe color of #9ED1B7 is #99CCCC (or #9CC).

RGB color model

#9ED1B7 color RGB value is (158,209,183).

RGB: (158,209,183) (62%, 82%, 72%)

RGB channels and saturation

R 158 of 255 = 62%
G 209 of 255 = 82%
B 183 of 255 = 72%

158
209
183

R + G + B ~ 72%. #9ED1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 209 + 183 = 550 (100%)
R 158 of 550 ~ 28.73%
G 209 of 550 ~ 38%
B 183 of 550 ~ 33.27'%

%28.73
%38
%33.27

CMYK color model

#9ED1B7 color CMYK value is (24,0,12,18).

  • cyan value is 24.40%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 18.04%

CMYK: (24,0,12,18)
C24M0Y12K18 (24%, 0%, 12%, 18%)
(0.24 / 0.00 / 0.12 / 0.18)

CMYK percentages

%24.4
%0
%12.44
%18.04

Codes

Color #9ED1B7 in popluar color models

9E D1 B7
RGB 158 209 183
HSL 149° 35.66% 71.96%
HSB/HSV 149° 24.40% 81.96%
CMYK 24.40% 0.00% 12.44%
18.04%

Color #9ED1B7 in popluar number systems.

HEX 9E D1 B7
Decimal 158 209 183
Binary 10011110 11010001 10110111
Octal 236 321 267

Shades and tints

Shades of #9ED1B7

#9ED1B7
(158,209,183)
#90BEA7
(144,190,167)
#82AB97
(130,171,151)
#749887
(116,152,135)
#668577
(102,133,119)
#587267
(88,114,103)
#4A5F57
(74,95,87)
#3C4C47
(60,76,71)
#2E3937
(46,57,55)
#202627
(32,38,39)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #9ED1B7

#9ED1B7
(158,209,183)
#A6D5BD
(166,213,189)
#AED9C3
(174,217,195)
#B6DDC9
(182,221,201)
#BEE1CF
(190,225,207)
#C6E5D5
(198,229,213)
#CEE9DB
(206,233,219)
#D6EDE1
(214,237,225)
#DEF1E7
(222,241,231)
#E6F5ED
(230,245,237)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED1B7 color. Also use rgb(158,209,183) instead hex code.

Text Font Color

.myTextColor { color: #9ED1B7; }

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

This text font color is #9ED1B7.

Background Color

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

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

This div background color is #9ED1B7.

Border color

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

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

This div border color is #9ED1B7.

Opacity

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

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

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

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

This text has shadow with #9ED1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ED1B7.

Preview

Color preview on black background

This text has color #9ED1B7 on black background.


Color preview on white background

This text has color #9ED1B7 on white background.


Black color preview on #9ED1B7 background

This text has black color on #9ED1B7 background.


White color preview on #9ED1B7 background

This text has white color on #9ED1B7 background.


Related colors

Complementary color

Complementary color for #hex is #612E48.


I love getcolorcode.com

Triadic colors

1 #B79ED1 and #D1B79E with #9ED1B7 are triadic colors.

2 #B7D19E and #D19EB7 with #9ED1B7 are triadic colors.