COLOR #9BEAC1

HEX: #9BEAC1
RGB: (155,234,193)

Color info

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

RGB color model

#9BEAC1 color RGB value is (155,234,193).

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

RGB channels and saturation

R 155 of 255 = 61%
G 234 of 255 = 92%
B 193 of 255 = 76%

155
234
193

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

Portions of RGB colors in percentages

R + G + B =
155 + 234 + 193 = 582 (100%)
R 155 of 582 ~ 26.63%
G 234 of 582 ~ 40.21%
B 193 of 582 ~ 33.16%

%26.63
%40.21
%33.16

CMYK color model

#9BEAC1 color CMYK value is (34,0,18,8).

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 8.24%
CMYK:
(34,0,18,8)
C34M0Y18K8 
(34%,0%,18%,8%)
(0.34/0.00/0.18/0.08)	

CMYK percentages

%33.76
%0
%17.52
%8.24

Codes

Color #9BEAC1 in popluar color models

9BEAC1
RGB155234193
HSL149°65.29%76.27%
HSB/HSV149°33.76%91.76%
CMYK33.76%0.00%17.52%
8.24%

Color #9BEAC1 in popluar number systems.

HEX9BEAC1
Decimal155234193
Binary100110111110101011000001
Octal233352301

Shades and tints

Shades of #9BEAC1

#9BEAC1
(155,234,193)
#8DD5B0
(141,213,176)
#7FC09F
(127,192,159)
#71AB8E
(113,171,142)
#63967D
(99,150,125)
#55816C
(85,129,108)
#476C5B
(71,108,91)
#39574A
(57,87,74)
#2B4239
(43,66,57)
#1D2D28
(29,45,40)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #9BEAC1

#9BEAC1
(155,234,193)
#A4EBC6
(164,235,198)
#ADECCB
(173,236,203)
#B6EDD0
(182,237,208)
#BFEED5
(191,238,213)
#C8EFDA
(200,239,218)
#D1F0DF
(209,240,223)
#DAF1E4
(218,241,228)
#E3F2E9
(227,242,233)
#ECF3EE
(236,243,238)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEAC1; }

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

This text font color is #9BEAC1.


Background Color

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

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

This div background color is #9BEAC1.


Border color

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

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

This div border color is #9BEAC1.


Opacity

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

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

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

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

This text has shadow with #9BEAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEAC1 on black background.


Color preview on white background

This text has color #9BEAC1 on white background.



Black color preview on #9BEAC1 background

This text has black color on #9BEAC1 background.


White color preview on #9BEAC1 background

This text has white color on #9BEAC1 background.