COLOR #9BEFC8

HEX: #9BEFC8
RGB: (155,239,200)

Color info

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

RGB color model

#9BEFC8 color RGB value is (155,239,200).

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

RGB channels and saturation

R 155 of 255 = 61%
G 239 of 255 = 94%
B 200 of 255 = 78%

155
239
200

R + G + B ~ 78%. #9BEFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 239 + 200 = 594 (100%)
R 155 of 594 ~ 26.09%
G 239 of 594 ~ 40.24%
B 200 of 594 ~ 33.67%

%26.09
%40.24
%33.67

CMYK color model

#9BEFC8 color CMYK value is (35,0,16,6).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(35,0,16,6)
C35M0Y16K6 
(35%,0%,16%,6%)
(0.35/0.00/0.16/0.06)	

CMYK percentages

%35.15
%0
%16.32
%6.27

Codes

Color #9BEFC8 in popluar color models

9BEFC8
RGB155239200
HSL152°72.41%77.25%
HSB/HSV152°35.15%93.73%
CMYK35.15%0.00%16.32%
6.27%

Color #9BEFC8 in popluar number systems.

HEX9BEFC8
Decimal155239200
Binary100110111110111111001000
Octal233357310

Shades and tints

Shades of #9BEFC8

#9BEFC8
(155,239,200)
#8DDAB6
(141,218,182)
#7FC5A4
(127,197,164)
#71B092
(113,176,146)
#639B80
(99,155,128)
#55866E
(85,134,110)
#47715C
(71,113,92)
#395C4A
(57,92,74)
#2B4738
(43,71,56)
#1D3226
(29,50,38)
#0F1D14
(15,29,20)
#000000
(0,0,0)

Tints of #9BEFC8

#9BEFC8
(155,239,200)
#A4F0CD
(164,240,205)
#ADF1D2
(173,241,210)
#B6F2D7
(182,242,215)
#BFF3DC
(191,243,220)
#C8F4E1
(200,244,225)
#D1F5E6
(209,245,230)
#DAF6EB
(218,246,235)
#E3F7F0
(227,247,240)
#ECF8F5
(236,248,245)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEFC8; }

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

This text font color is #9BEFC8.


Background Color

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

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

This div background color is #9BEFC8.


Border color

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

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

This div border color is #9BEFC8.


Opacity

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

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

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

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

This text has shadow with #9BEFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEFC8 on black background.


Color preview on white background

This text has color #9BEFC8 on white background.



Black color preview on #9BEFC8 background

This text has black color on #9BEFC8 background.


White color preview on #9BEFC8 background

This text has white color on #9BEFC8 background.