COLOR #9BB38E

HEX: #9BB38E RGB: (155,179,142)

Color info

#9BB38E contains red, green and blue colors in about the same proportion. Web safe color of #9BB38E is #999999 (or #999).

RGB color model

#9BB38E color RGB value is (155,179,142).

RGB: (155,179,142) (61%, 70%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 142 of 255 = 56%

155
179
142

R + G + B ~ 62%. #9BB38E is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 179 + 142 = 476 (100%)
R 155 of 476 ~ 32.56%
G 179 of 476 ~ 37.61%
B 142 of 476 ~ 29.83'%

%32.56
%37.61
%29.83

CMYK color model

#9BB38E color CMYK value is (13,0,21,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 29.80%

CMYK: (13,0,21,30)
C13M0Y21K30 (13%, 0%, 21%, 30%)
(0.13 / 0.00 / 0.21 / 0.30)

CMYK percentages

%13.41
%0
%20.67
%29.8

Codes

Color #9BB38E in popluar color models

9B B3 8E
RGB 155 179 142
HSL 99° 19.58% 62.94%
HSB/HSV 99° 20.67% 70.20%
CMYK 13.41% 0.00% 20.67%
29.80%

Color #9BB38E in popluar number systems.

HEX 9B B3 8E
Decimal 155 179 142
Binary 10011011 10110011 10001110
Octal 233 263 216

Shades and tints

Shades of #9BB38E

#9BB38E
(155,179,142)
#8DA382
(141,163,130)
#7F9376
(127,147,118)
#71836A
(113,131,106)
#63735E
(99,115,94)
#556352
(85,99,82)
#475346
(71,83,70)
#39433A
(57,67,58)
#2B332E
(43,51,46)
#1D2322
(29,35,34)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #9BB38E

#9BB38E
(155,179,142)
#A4B998
(164,185,152)
#ADBFA2
(173,191,162)
#B6C5AC
(182,197,172)
#BFCBB6
(191,203,182)
#C8D1C0
(200,209,192)
#D1D7CA
(209,215,202)
#DADDD4
(218,221,212)
#E3E3DE
(227,227,222)
#ECE9E8
(236,233,232)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB38E; }

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

This text font color is #9BB38E.

Background Color

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

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

This div background color is #9BB38E.

Border color

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

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

This div border color is #9BB38E.

Opacity

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

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

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

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

This text has shadow with #9BB38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB38E.

Preview

Color preview on black background

This text has color #9BB38E on black background.


Color preview on white background

This text has color #9BB38E on white background.


Black color preview on #9BB38E background

This text has black color on #9BB38E background.


White color preview on #9BB38E background

This text has white color on #9BB38E background.


Related colors

Complementary color

Complementary color for #hex is #644C71.


I love getcolorcode.com

Triadic colors

1 #8E9BB3 and #B38E9B with #9BB38E are triadic colors.

2 #8EB39B and #B39B8E with #9BB38E are triadic colors.