COLOR #9BF9E4

HEX: #9BF9E4 RGB: (155,249,228)

Color info

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

RGB color model

#9BF9E4 color RGB value is (155,249,228).

RGB: (155,249,228) (61%, 98%, 89%)

RGB channels and saturation

R 155 of 255 = 61%
G 249 of 255 = 98%
B 228 of 255 = 89%

155
249
228

R + G + B ~ 83%. #9BF9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 249 + 228 = 632 (100%)
R 155 of 632 ~ 24.53%
G 249 of 632 ~ 39.4%
B 228 of 632 ~ 36.08'%

%24.53
%39.4
%36.08

CMYK color model

#9BF9E4 color CMYK value is (38,0,8,2).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 2.35%

CMYK: (38,0,8,2)
C38M0Y8K2 (38%, 0%, 8%, 2%)
(0.38 / 0.00 / 0.08 / 0.02)

CMYK percentages

%37.75
%0
%8.43
%2.35

Codes

Color #9BF9E4 in popluar color models

9B F9 E4
RGB 155 249 228
HSL 167° 88.68% 79.22%
HSB/HSV 167° 37.75% 97.65%
CMYK 37.75% 0.00% 8.43%
2.35%

Color #9BF9E4 in popluar number systems.

HEX 9B F9 E4
Decimal 155 249 228
Binary 10011011 11111001 11100100
Octal 233 371 344

Shades and tints

Shades of #9BF9E4

#9BF9E4
(155,249,228)
#8DE3D0
(141,227,208)
#7FCDBC
(127,205,188)
#71B7A8
(113,183,168)
#63A194
(99,161,148)
#558B80
(85,139,128)
#47756C
(71,117,108)
#395F58
(57,95,88)
#2B4944
(43,73,68)
#1D3330
(29,51,48)
#0F1D1C
(15,29,28)
#000000
(0,0,0)

Tints of #9BF9E4

#9BF9E4
(155,249,228)
#A4F9E6
(164,249,230)
#ADF9E8
(173,249,232)
#B6F9EA
(182,249,234)
#BFF9EC
(191,249,236)
#C8F9EE
(200,249,238)
#D1F9F0
(209,249,240)
#DAF9F2
(218,249,242)
#E3F9F4
(227,249,244)
#ECF9F6
(236,249,246)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF9E4 color. Also use rgb(155,249,228) instead hex code.

Text Font Color

.myTextColor { color: #9BF9E4; }

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

This text font color is #9BF9E4.

Background Color

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

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

This div background color is #9BF9E4.

Border color

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

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

This div border color is #9BF9E4.

Opacity

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

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

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

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

This text has shadow with #9BF9E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BF9E4.

Preview

Color preview on black background

This text has color #9BF9E4 on black background.


Color preview on white background

This text has color #9BF9E4 on white background.


Black color preview on #9BF9E4 background

This text has black color on #9BF9E4 background.


White color preview on #9BF9E4 background

This text has white color on #9BF9E4 background.


Related colors

Complementary color

Complementary color for #hex is #64061B.


I love getcolorcode.com

Triadic colors

1 #E49BF9 and #F9E49B with #9BF9E4 are triadic colors.

2 #E4F99B and #F99BE4 with #9BF9E4 are triadic colors.