COLOR #9BE9EA

HEX: #9BE9EA RGB: (155,233,234)

Color info

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

RGB color model

#9BE9EA color RGB value is (155,233,234).

RGB: (155,233,234) (61%, 91%, 92%)

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 234 of 255 = 92%

155
233
234

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

Portions of RGB colors in percentages

R + G + B = 155 + 233 + 234 = 622 (100%)
R 155 of 622 ~ 24.92%
G 233 of 622 ~ 37.46%
B 234 of 622 ~ 37.62'%

%24.92
%37.46
%37.62

CMYK color model

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

  • cyan value is 33.76%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (34,0,0,8)
C34M0Y0K8 (34%, 0%, 0%, 8%)
(0.34 / 0.00 / 0.00 / 0.08)

CMYK percentages

%33.76
%0.43
%0
%8.24

Codes

Color #9BE9EA in popluar color models

9B E9 EA
RGB 155 233 234
HSL 181° 65.29% 76.27%
HSB/HSV 181° 33.76% 91.76%
CMYK 33.76% 0.43% 0.00%
8.24%

Color #9BE9EA in popluar number systems.

HEX 9B E9 EA
Decimal 155 233 234
Binary 10011011 11101001 11101010
Octal 233 351 352

Shades and tints

Shades of #9BE9EA

#9BE9EA
(155,233,234)
#8DD4D5
(141,212,213)
#7FBFC0
(127,191,192)
#71AAAB
(113,170,171)
#639596
(99,149,150)
#558081
(85,128,129)
#476B6C
(71,107,108)
#395657
(57,86,87)
#2B4142
(43,65,66)
#1D2C2D
(29,44,45)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #9BE9EA

#9BE9EA
(155,233,234)
#A4EBEB
(164,235,235)
#ADEDEC
(173,237,236)
#B6EFED
(182,239,237)
#BFF1EE
(191,241,238)
#C8F3EF
(200,243,239)
#D1F5F0
(209,245,240)
#DAF7F1
(218,247,241)
#E3F9F2
(227,249,242)
#ECFBF3
(236,251,243)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE9EA; }

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

This text font color is #9BE9EA.

Background Color

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

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

This div background color is #9BE9EA.

Border color

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

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

This div border color is #9BE9EA.

Opacity

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

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

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

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

This text has shadow with #9BE9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE9EA.

Preview

Color preview on black background

This text has color #9BE9EA on black background.


Color preview on white background

This text has color #9BE9EA on white background.


Black color preview on #9BE9EA background

This text has black color on #9BE9EA background.


White color preview on #9BE9EA background

This text has white color on #9BE9EA background.


Related colors

Complementary color

Complementary color for #hex is #641615.


I love getcolorcode.com

Triadic colors

1 #EA9BE9 and #E9EA9B with #9BE9EA are triadic colors.

2 #EAE99B and #E99BEA with #9BE9EA are triadic colors.