COLOR #9BD38E

HEX: #9BD38E RGB: (155,211,142)

Color info

#9BD38E contains mainly red and green colors. Web safe color of #9BD38E is #99CC99 (or #9C9).

RGB color model

#9BD38E color RGB value is (155,211,142).

RGB: (155,211,142) (61%, 83%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 211 of 255 = 83%
B 142 of 255 = 56%

155
211
142

R + G + B ~ 67%. #9BD38E is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 211 + 142 = 508 (100%)
R 155 of 508 ~ 30.51%
G 211 of 508 ~ 41.54%
B 142 of 508 ~ 27.95'%

%30.51
%41.54
%27.95

CMYK color model

#9BD38E color CMYK value is (27,0,33,17).

  • cyan value is 26.54%
  • magenta value is 0.00%
  • yellow value is 32.70%
  • key color value is 17.25%

CMYK: (27,0,33,17)
C27M0Y33K17 (27%, 0%, 33%, 17%)
(0.27 / 0.00 / 0.33 / 0.17)

CMYK percentages

%26.54
%0
%32.7
%17.25

Codes

Color #9BD38E in popluar color models

9B D3 8E
RGB 155 211 142
HSL 109° 43.95% 69.22%
HSB/HSV 109° 32.70% 82.75%
CMYK 26.54% 0.00% 32.70%
17.25%

Color #9BD38E in popluar number systems.

HEX 9B D3 8E
Decimal 155 211 142
Binary 10011011 11010011 10001110
Octal 233 323 216

Shades and tints

Shades of #9BD38E

#9BD38E
(155,211,142)
#8DC082
(141,192,130)
#7FAD76
(127,173,118)
#719A6A
(113,154,106)
#63875E
(99,135,94)
#557452
(85,116,82)
#476146
(71,97,70)
#394E3A
(57,78,58)
#2B3B2E
(43,59,46)
#1D2822
(29,40,34)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #9BD38E

#9BD38E
(155,211,142)
#A4D798
(164,215,152)
#ADDBA2
(173,219,162)
#B6DFAC
(182,223,172)
#BFE3B6
(191,227,182)
#C8E7C0
(200,231,192)
#D1EBCA
(209,235,202)
#DAEFD4
(218,239,212)
#E3F3DE
(227,243,222)
#ECF7E8
(236,247,232)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD38E color. Also use rgb(155,211,142) instead hex code.

Text Font Color

.myTextColor { color: #9BD38E; }

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

This text font color is #9BD38E.

Background Color

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

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

This div background color is #9BD38E.

Border color

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

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

This div border color is #9BD38E.

Opacity

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

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

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

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

This text has shadow with #9BD38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD38E.

Preview

Color preview on black background

This text has color #9BD38E on black background.


Color preview on white background

This text has color #9BD38E on white background.


Black color preview on #9BD38E background

This text has black color on #9BD38E background.


White color preview on #9BD38E background

This text has white color on #9BD38E background.


Related colors

Complementary color

Complementary color for #hex is #642C71.


I love getcolorcode.com

Triadic colors

1 #8E9BD3 and #D38E9B with #9BD38E are triadic colors.

2 #8ED39B and #D39B8E with #9BD38E are triadic colors.