COLOR #9DE9B8

HEX: #9DE9B8
RGB: (157,233,184)

Color info

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

RGB color model

#9DE9B8 color RGB value is (157,233,184).

  • red value is 157;
  • green value is 233;
  • blue value is 184.
RGB:
(157,233,184)
(62%,91%,72%)

RGB channels and saturation

R 157 of 255 = 62%
G 233 of 255 = 91%
B 184 of 255 = 72%

157
233
184

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

Portions of RGB colors in percentages

R + G + B =
157 + 233 + 184 = 574 (100%)
R 157 of 574 ~ 27.35%
G 233 of 574 ~ 40.59%
B 184 of 574 ~ 32.06%

%27.35
%40.59
%32.06

CMYK color model

#9DE9B8 color CMYK value is (33,0,21,9).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 8.63%
CMYK:
(33,0,21,9)
C33M0Y21K9 
(33%,0%,21%,9%)
(0.33/0.00/0.21/0.09)	

CMYK percentages

%32.62
%0
%21.03
%8.63

Codes

Color #9DE9B8 in popluar color models

9DE9B8
RGB157233184
HSL141°63.33%76.47%
HSB/HSV141°32.62%91.37%
CMYK32.62%0.00%21.03%
8.63%

Color #9DE9B8 in popluar number systems.

HEX9DE9B8
Decimal157233184
Binary100111011110100110111000
Octal235351270

Shades and tints

Shades of #9DE9B8

#9DE9B8
(157,233,184)
#8FD4A8
(143,212,168)
#81BF98
(129,191,152)
#73AA88
(115,170,136)
#659578
(101,149,120)
#578068
(87,128,104)
#496B58
(73,107,88)
#3B5648
(59,86,72)
#2D4138
(45,65,56)
#1F2C28
(31,44,40)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #9DE9B8

#9DE9B8
(157,233,184)
#A5EBBE
(165,235,190)
#ADEDC4
(173,237,196)
#B5EFCA
(181,239,202)
#BDF1D0
(189,241,208)
#C5F3D6
(197,243,214)
#CDF5DC
(205,245,220)
#D5F7E2
(213,247,226)
#DDF9E8
(221,249,232)
#E5FBEE
(229,251,238)
#EDFDF4
(237,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DE9B8 color. Also use rgb(157,233,184) instead hex code.

Text Font Color

.myTextColor { color: #9DE9B8; }

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

This text font color is #9DE9B8.


Background Color

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

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

This div background color is #9DE9B8.


Border color

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

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

This div border color is #9DE9B8.


Opacity

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

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

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

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

This text has shadow with #9DE9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE9B8 on black background.


Color preview on white background

This text has color #9DE9B8 on white background.



Black color preview on #9DE9B8 background

This text has black color on #9DE9B8 background.


White color preview on #9DE9B8 background

This text has white color on #9DE9B8 background.