COLOR #9BEFE4

HEX: #9BEFE4
RGB: (155,239,228)

Color info

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

RGB color model

#9BEFE4 color RGB value is (155,239,228).

  • red value is 155;
  • green value is 239;
  • blue value is 228.
RGB:
(155,239,228)
(61%,94%,89%)

RGB channels and saturation

R 155 of 255 = 61%
G 239 of 255 = 94%
B 228 of 255 = 89%

155
239
228

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

Portions of RGB colors in percentages

R + G + B =
155 + 239 + 228 = 622 (100%)
R 155 of 622 ~ 24.92%
G 239 of 622 ~ 38.42%
B 228 of 622 ~ 36.66%

%24.92
%38.42
%36.66

CMYK color model

#9BEFE4 color CMYK value is (35,0,5,6).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(35,0,5,6)
C35M0Y5K6 
(35%,0%,5%,6%)
(0.35/0.00/0.05/0.06)	

CMYK percentages

%35.15
%0
%4.6
%6.27

Codes

Color #9BEFE4 in popluar color models

9BEFE4
RGB155239228
HSL172°72.41%77.25%
HSB/HSV172°35.15%93.73%
CMYK35.15%0.00%4.60%
6.27%

Color #9BEFE4 in popluar number systems.

HEX9BEFE4
Decimal155239228
Binary100110111110111111100100
Octal233357344

Shades and tints

Shades of #9BEFE4

#9BEFE4
(155,239,228)
#8DDAD0
(141,218,208)
#7FC5BC
(127,197,188)
#71B0A8
(113,176,168)
#639B94
(99,155,148)
#558680
(85,134,128)
#47716C
(71,113,108)
#395C58
(57,92,88)
#2B4744
(43,71,68)
#1D3230
(29,50,48)
#0F1D1C
(15,29,28)
#000000
(0,0,0)

Tints of #9BEFE4

#9BEFE4
(155,239,228)
#A4F0E6
(164,240,230)
#ADF1E8
(173,241,232)
#B6F2EA
(182,242,234)
#BFF3EC
(191,243,236)
#C8F4EE
(200,244,238)
#D1F5F0
(209,245,240)
#DAF6F2
(218,246,242)
#E3F7F4
(227,247,244)
#ECF8F6
(236,248,246)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEFE4; }

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

This text font color is #9BEFE4.


Background Color

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

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

This div background color is #9BEFE4.


Border color

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

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

This div border color is #9BEFE4.


Opacity

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

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

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

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

This text has shadow with #9BEFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEFE4 on black background.


Color preview on white background

This text has color #9BEFE4 on white background.



Black color preview on #9BEFE4 background

This text has black color on #9BEFE4 background.


White color preview on #9BEFE4 background

This text has white color on #9BEFE4 background.