COLOR #9DE3B6

HEX: #9DE3B6
RGB: (157,227,182)

Color info

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

RGB color model

#9DE3B6 color RGB value is (157,227,182).

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

RGB channels and saturation

R 157 of 255 = 62%
G 227 of 255 = 89%
B 182 of 255 = 71%

157
227
182

R + G + B ~ 74%. #9DE3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 227 + 182 = 566 (100%)
R 157 of 566 ~ 27.74%
G 227 of 566 ~ 40.11%
B 182 of 566 ~ 32.16%

%27.74
%40.11
%32.16

CMYK color model

#9DE3B6 color CMYK value is (31,0,20,11).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 10.98%
CMYK:
(31,0,20,11)
C31M0Y20K11 
(31%,0%,20%,11%)
(0.31/0.00/0.20/0.11)	

CMYK percentages

%30.84
%0
%19.82
%10.98

Codes

Color #9DE3B6 in popluar color models

9DE3B6
RGB157227182
HSL141°55.56%75.29%
HSB/HSV141°30.84%89.02%
CMYK30.84%0.00%19.82%
10.98%

Color #9DE3B6 in popluar number systems.

HEX9DE3B6
Decimal157227182
Binary100111011110001110110110
Octal235343266

Shades and tints

Shades of #9DE3B6

#9DE3B6
(157,227,182)
#8FCFA6
(143,207,166)
#81BB96
(129,187,150)
#73A786
(115,167,134)
#659376
(101,147,118)
#577F66
(87,127,102)
#496B56
(73,107,86)
#3B5746
(59,87,70)
#2D4336
(45,67,54)
#1F2F26
(31,47,38)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #9DE3B6

#9DE3B6
(157,227,182)
#A5E5BC
(165,229,188)
#ADE7C2
(173,231,194)
#B5E9C8
(181,233,200)
#BDEBCE
(189,235,206)
#C5EDD4
(197,237,212)
#CDEFDA
(205,239,218)
#D5F1E0
(213,241,224)
#DDF3E6
(221,243,230)
#E5F5EC
(229,245,236)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DE3B6; }

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

This text font color is #9DE3B6.


Background Color

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

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

This div background color is #9DE3B6.


Border color

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

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

This div border color is #9DE3B6.


Opacity

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

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

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

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

This text has shadow with #9DE3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DE3B6 on black background.


Color preview on white background

This text has color #9DE3B6 on white background.



Black color preview on #9DE3B6 background

This text has black color on #9DE3B6 background.


White color preview on #9DE3B6 background

This text has white color on #9DE3B6 background.