COLOR #9BE7E9

HEX: #9BE7E9
RGB: (155,231,233)

Color info

#9BE7E9 contains mainly green and blue colors. Web safe color of #9BE7E9 is #99FFFF (or #9FF).

RGB color model

#9BE7E9 color RGB value is (155,231,233).

  • red value is 155;
  • green value is 231;
  • blue value is 233.
RGB: (155,231,233) (61%,91%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 233 of 255 = 91%

155
231
233

R + G + B ~ 81%. #9BE7E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 231 + 233 = 619 (100%)
R 155 of 619 ~ 25.04%
G 231 of 619 ~ 37.32%
B 233 of 619 ~ 37.64%

%25.04
%37.32
%37.64

CMYK color model

#9BE7E9 color CMYK value is (33,1,0,9).

  • cyan value is 33.48%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (33,1,0,9) C33M1Y0K9 (33%,1%,0%,9%) (0.33/0.01/0.00/0.09)

CMYK percentages

%33.48
%0.86
%0
%8.63

Codes

Color #9BE7E9 in popluar color models

9BE7E9
RGB155231233
HSL182°63.93%76.08%
HSB/HSV182°33.48%91.37%
CMYK33.48%0.86%0.00%
8.63%

Color #9BE7E9 in popluar number systems.

HEX9BE7E9
Decimal155231233
Binary100110111110011111101001
Octal233347351

Shades and tints

Shades of #9BE7E9

#9BE7E9
(155,231,233)
#8DD2D4
(141,210,212)
#7FBDBF
(127,189,191)
#71A8AA
(113,168,170)
#639395
(99,147,149)
#557E80
(85,126,128)
#47696B
(71,105,107)
#395456
(57,84,86)
#2B3F41
(43,63,65)
#1D2A2C
(29,42,44)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9BE7E9

#9BE7E9
(155,231,233)
#A4E9EB
(164,233,235)
#ADEBED
(173,235,237)
#B6EDEF
(182,237,239)
#BFEFF1
(191,239,241)
#C8F1F3
(200,241,243)
#D1F3F5
(209,243,245)
#DAF5F7
(218,245,247)
#E3F7F9
(227,247,249)
#ECF9FB
(236,249,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE7E9 color. Also use rgb(155,231,233) instead hex code.

Text Font Color

.myTextColor { color: #9BE7E9; }

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

This text font color is #9BE7E9.


Background Color

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

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

This div background color is #9BE7E9.


Border color

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

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

This div border color is #9BE7E9.


Opacity

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

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

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

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

This text has shadow with #9BE7E9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9BE7E9 on black background.


Color preview on white background

This text has color #9BE7E9 on white background.



Black color preview on #9BE7E9 background

This text has black color on #9BE7E9 background.


White color preview on #9BE7E9 background

This text has white color on #9BE7E9 background.