COLOR #9DE3BF

HEX: #9DE3BF
RGB: (157,227,191)

Color info

#9DE3BF contains mainly green and blue colors. Web safe color of #9DE3BF is #99CCCC (or #9CC).

RGB color model

#9DE3BF color RGB value is (157,227,191).

  • red value is 157;
  • green value is 227;
  • blue value is 191.
RGB:
(157,227,191)
(62%,89%,75%)

RGB channels and saturation

R 157 of 255 = 62%
G 227 of 255 = 89%
B 191 of 255 = 75%

157
227
191

R + G + B ~ 75%. #9DE3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 227 + 191 = 575 (100%)
R 157 of 575 ~ 27.3%
G 227 of 575 ~ 39.48%
B 191 of 575 ~ 33.22%

%27.3
%39.48
%33.22

CMYK color model

#9DE3BF color CMYK value is (31,0,16,11).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(31,0,16,11)
C31M0Y16K11 
(31%,0%,16%,11%)
(0.31/0.00/0.16/0.11)	

CMYK percentages

%30.84
%0
%15.86
%10.98

Codes

Color #9DE3BF in popluar color models

9DE3BF
RGB157227191
HSL149°55.56%75.29%
HSB/HSV149°30.84%89.02%
CMYK30.84%0.00%15.86%
10.98%

Color #9DE3BF in popluar number systems.

HEX9DE3BF
Decimal157227191
Binary100111011110001110111111
Octal235343277

Shades and tints

Shades of #9DE3BF

#9DE3BF
(157,227,191)
#8FCFAE
(143,207,174)
#81BB9D
(129,187,157)
#73A78C
(115,167,140)
#65937B
(101,147,123)
#577F6A
(87,127,106)
#496B59
(73,107,89)
#3B5748
(59,87,72)
#2D4337
(45,67,55)
#1F2F26
(31,47,38)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #9DE3BF

#9DE3BF
(157,227,191)
#A5E5C4
(165,229,196)
#ADE7C9
(173,231,201)
#B5E9CE
(181,233,206)
#BDEBD3
(189,235,211)
#C5EDD8
(197,237,216)
#CDEFDD
(205,239,221)
#D5F1E2
(213,241,226)
#DDF3E7
(221,243,231)
#E5F5EC
(229,245,236)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE3BF color. Also use rgb(157,227,191) instead hex code.

Text Font Color

.myTextColor { color: #9DE3BF; }

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

This text font color is #9DE3BF.


Background Color

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

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

This div background color is #9DE3BF.


Border color

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

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

This div border color is #9DE3BF.


Opacity

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

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

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

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

This text has shadow with #9DE3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE3BF on black background.


Color preview on white background

This text has color #9DE3BF on white background.



Black color preview on #9DE3BF background

This text has black color on #9DE3BF background.


White color preview on #9DE3BF background

This text has white color on #9DE3BF background.