COLOR #9BD8BE

HEX: #9BD8BE RGB: (155,216,190)

Color info

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

RGB color model

#9BD8BE color RGB value is (155,216,190).

RGB: (155,216,190) (61%, 85%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 216 of 255 = 85%
B 190 of 255 = 75%

155
216
190

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

Portions of RGB colors in percentages

R + G + B = 155 + 216 + 190 = 561 (100%)
R 155 of 561 ~ 27.63%
G 216 of 561 ~ 38.5%
B 190 of 561 ~ 33.87'%

%27.63
%38.5
%33.87

CMYK color model

#9BD8BE color CMYK value is (28,0,12,15).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK: (28,0,12,15) C28M0Y12K15 (28%,0%,12%,15%) (0.28/0.00/0.12/0.15) 

CMYK percentages

%28.24
%0
%12.04
%15.29

Codes

Color #9BD8BE in popluar color models

9B D8 BE
RGB 155 216 190
HSL 154° 43.88% 72.75%
HSB/HSV 154° 28.24% 84.71%
CMYK 28.24% 0.00% 12.04%
15.29%

Color #9BD8BE in popluar number systems.

HEX 9B D8 BE
Decimal 155 216 190
Binary 10011011 11011000 10111110
Octal 233 330 276

Shades and tints

Shades of #9BD8BE

#9BD8BE
(155,216,190)
#8DC5AD
(141,197,173)
#7FB29C
(127,178,156)
#719F8B
(113,159,139)
#638C7A
(99,140,122)
#557969
(85,121,105)
#476658
(71,102,88)
#395347
(57,83,71)
#2B4036
(43,64,54)
#1D2D25
(29,45,37)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #9BD8BE

#9BD8BE
(155,216,190)
#A4DBC3
(164,219,195)
#ADDEC8
(173,222,200)
#B6E1CD
(182,225,205)
#BFE4D2
(191,228,210)
#C8E7D7
(200,231,215)
#D1EADC
(209,234,220)
#DAEDE1
(218,237,225)
#E3F0E6
(227,240,230)
#ECF3EB
(236,243,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD8BE color. Also use rgb(155,216,190) instead hex code.

Text Font Color

.myTextColor { color: #9BD8BE; }

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

This text font color is #9BD8BE.

Background Color

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

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

This div background color is #9BD8BE.

Border color

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

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

This div border color is #9BD8BE.

Opacity

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

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

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

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

This text has shadow with #9BD8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD8BE.

Preview

Color preview on black background

This text has color #9BD8BE on black background.


Color preview on white background

This text has color #9BD8BE on white background.


Black color preview on #9BD8BE background

This text has black color on #9BD8BE background.


White color preview on #9BD8BE background

This text has white color on #9BD8BE background.


Related colors

Complementary color

Complementary color for #hex is #642741.


I love getcolorcode.com

Triadic colors

1 #BE9BD8 and #D8BE9B with #9BD8BE are triadic colors.

2 #BED89B and #D89BBE with #9BD8BE are triadic colors.