COLOR #9BDD8B

HEX: #9BDD8B RGB: (155,221,139)

Color info

#9BDD8B contains mainly green color. Web safe color of #9BDD8B is #99CC99 (or #9C9).

RGB color model

#9BDD8B color RGB value is (155,221,139).

RGB: (155,221,139) (61%, 87%, 55%)

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 139 of 255 = 55%

155
221
139

R + G + B ~ 68%. #9BDD8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 221 + 139 = 515 (100%)
R 155 of 515 ~ 30.1%
G 221 of 515 ~ 42.91%
B 139 of 515 ~ 26.99'%

%30.1
%42.91
%26.99

CMYK color model

#9BDD8B color CMYK value is (30,0,37,13).

  • cyan value is 29.86%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 13.33%

CMYK: (30,0,37,13)
C30M0Y37K13 (30%, 0%, 37%, 13%)
(0.30 / 0.00 / 0.37 / 0.13)

CMYK percentages

%29.86
%0
%37.1
%13.33

Codes

Color #9BDD8B in popluar color models

9B DD 8B
RGB 155 221 139
HSL 108° 54.67% 70.59%
HSB/HSV 108° 37.10% 86.67%
CMYK 29.86% 0.00% 37.10%
13.33%

Color #9BDD8B in popluar number systems.

HEX 9B DD 8B
Decimal 155 221 139
Binary 10011011 11011101 10001011
Octal 233 335 213

Shades and tints

Shades of #9BDD8B

#9BDD8B
(155,221,139)
#8DC97F
(141,201,127)
#7FB573
(127,181,115)
#71A167
(113,161,103)
#638D5B
(99,141,91)
#55794F
(85,121,79)
#476543
(71,101,67)
#395137
(57,81,55)
#2B3D2B
(43,61,43)
#1D291F
(29,41,31)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #9BDD8B

#9BDD8B
(155,221,139)
#A4E095
(164,224,149)
#ADE39F
(173,227,159)
#B6E6A9
(182,230,169)
#BFE9B3
(191,233,179)
#C8ECBD
(200,236,189)
#D1EFC7
(209,239,199)
#DAF2D1
(218,242,209)
#E3F5DB
(227,245,219)
#ECF8E5
(236,248,229)
#F5FBEF
(245,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDD8B color. Also use rgb(155,221,139) instead hex code.

Text Font Color

.myTextColor { color: #9BDD8B; }

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

This text font color is #9BDD8B.

Background Color

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

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

This div background color is #9BDD8B.

Border color

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

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

This div border color is #9BDD8B.

Opacity

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

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

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

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

This text has shadow with #9BDD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDD8B.

Preview

Color preview on black background

This text has color #9BDD8B on black background.


Color preview on white background

This text has color #9BDD8B on white background.


Black color preview on #9BDD8B background

This text has black color on #9BDD8B background.


White color preview on #9BDD8B background

This text has white color on #9BDD8B background.


Related colors

Complementary color

Complementary color for #hex is #642274.


I love getcolorcode.com

Triadic colors

1 #8B9BDD and #DD8B9B with #9BDD8B are triadic colors.

2 #8BDD9B and #DD9B8B with #9BDD8B are triadic colors.