COLOR #9BE7E2

HEX: #9BE7E2
RGB: (155,231,226)

Color info

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

RGB color model

#9BE7E2 color RGB value is (155,231,226).

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

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 226 of 255 = 89%

155
231
226

R + G + B ~ 80%. #9BE7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 231 + 226 = 612 (100%)
R 155 of 612 ~ 25.33%
G 231 of 612 ~ 37.75%
B 226 of 612 ~ 36.93%

%25.33
%37.75
%36.93

CMYK color model

#9BE7E2 color CMYK value is (33,0,2,9).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 9.41%
CMYK:
(33,0,2,9)
C33M0Y2K9 
(33%,0%,2%,9%)
(0.33/0.00/0.02/0.09)	

CMYK percentages

%32.9
%0
%2.16
%9.41

Codes

Color #9BE7E2 in popluar color models

9BE7E2
RGB155231226
HSL176°61.29%75.69%
HSB/HSV176°32.90%90.59%
CMYK32.90%0.00%2.16%
9.41%

Color #9BE7E2 in popluar number systems.

HEX9BE7E2
Decimal155231226
Binary100110111110011111100010
Octal233347342

Shades and tints

Shades of #9BE7E2

#9BE7E2
(155,231,226)
#8DD2CE
(141,210,206)
#7FBDBA
(127,189,186)
#71A8A6
(113,168,166)
#639392
(99,147,146)
#557E7E
(85,126,126)
#47696A
(71,105,106)
#395456
(57,84,86)
#2B3F42
(43,63,66)
#1D2A2E
(29,42,46)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #9BE7E2

#9BE7E2
(155,231,226)
#A4E9E4
(164,233,228)
#ADEBE6
(173,235,230)
#B6EDE8
(182,237,232)
#BFEFEA
(191,239,234)
#C8F1EC
(200,241,236)
#D1F3EE
(209,243,238)
#DAF5F0
(218,245,240)
#E3F7F2
(227,247,242)
#ECF9F4
(236,249,244)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE7E2; }

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

This text font color is #9BE7E2.


Background Color

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

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

This div background color is #9BE7E2.


Border color

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

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

This div border color is #9BE7E2.


Opacity

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

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

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

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

This text has shadow with #9BE7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE7E2 on black background.


Color preview on white background

This text has color #9BE7E2 on white background.



Black color preview on #9BE7E2 background

This text has black color on #9BE7E2 background.


White color preview on #9BE7E2 background

This text has white color on #9BE7E2 background.