COLOR #9BEABE

HEX: #9BEABE
RGB: (155,234,190)

Color info

#9BEABE contains mainly green and blue colors. Web safe color of #9BEABE is #99FFCC (or #9FC).

RGB color model

#9BEABE color RGB value is (155,234,190).

  • red value is 155;
  • green value is 234;
  • blue value is 190.
RGB:
(155,234,190)
(61%,92%,75%)

RGB channels and saturation

R 155 of 255 = 61%
G 234 of 255 = 92%
B 190 of 255 = 75%

155
234
190

R + G + B ~ 76%. #9BEABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 234 + 190 = 579 (100%)
R 155 of 579 ~ 26.77%
G 234 of 579 ~ 40.41%
B 190 of 579 ~ 32.82%

%26.77
%40.41
%32.82

CMYK color model

#9BEABE color CMYK value is (34,0,19,8).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 8.24%
CMYK:
(34,0,19,8)
C34M0Y19K8 
(34%,0%,19%,8%)
(0.34/0.00/0.19/0.08)	

CMYK percentages

%33.76
%0
%18.8
%8.24

Codes

Color #9BEABE in popluar color models

9BEABE
RGB155234190
HSL147°65.29%76.27%
HSB/HSV147°33.76%91.76%
CMYK33.76%0.00%18.80%
8.24%

Color #9BEABE in popluar number systems.

HEX9BEABE
Decimal155234190
Binary100110111110101010111110
Octal233352276

Shades and tints

Shades of #9BEABE

#9BEABE
(155,234,190)
#8DD5AD
(141,213,173)
#7FC09C
(127,192,156)
#71AB8B
(113,171,139)
#63967A
(99,150,122)
#558169
(85,129,105)
#476C58
(71,108,88)
#395747
(57,87,71)
#2B4236
(43,66,54)
#1D2D25
(29,45,37)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #9BEABE

#9BEABE
(155,234,190)
#A4EBC3
(164,235,195)
#ADECC8
(173,236,200)
#B6EDCD
(182,237,205)
#BFEED2
(191,238,210)
#C8EFD7
(200,239,215)
#D1F0DC
(209,240,220)
#DAF1E1
(218,241,225)
#E3F2E6
(227,242,230)
#ECF3EB
(236,243,235)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEABE; }

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

This text font color is #9BEABE.


Background Color

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

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

This div background color is #9BEABE.


Border color

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

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

This div border color is #9BEABE.


Opacity

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

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

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

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

This text has shadow with #9BEABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEABE on black background.


Color preview on white background

This text has color #9BEABE on white background.



Black color preview on #9BEABE background

This text has black color on #9BEABE background.


White color preview on #9BEABE background

This text has white color on #9BEABE background.