COLOR #9BEBC7

HEX: #9BEBC7
RGB: (155,235,199)

Color info

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

RGB color model

#9BEBC7 color RGB value is (155,235,199).

  • red value is 155;
  • green value is 235;
  • blue value is 199.
RGB:
(155,235,199)
(61%,92%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 235 of 255 = 92%
B 199 of 255 = 78%

155
235
199

R + G + B ~ 77%. #9BEBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 235 + 199 = 589 (100%)
R 155 of 589 ~ 26.32%
G 235 of 589 ~ 39.9%
B 199 of 589 ~ 33.79%

%26.32
%39.9
%33.79

CMYK color model

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

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 7.84%
CMYK:
(34,0,15,8)
C34M0Y15K8 
(34%,0%,15%,8%)
(0.34/0.00/0.15/0.08)	

CMYK percentages

%34.04
%0
%15.32
%7.84

Codes

Color #9BEBC7 in popluar color models

9BEBC7
RGB155235199
HSL153°66.67%76.47%
HSB/HSV153°34.04%92.16%
CMYK34.04%0.00%15.32%
7.84%

Color #9BEBC7 in popluar number systems.

HEX9BEBC7
Decimal155235199
Binary100110111110101111000111
Octal233353307

Shades and tints

Shades of #9BEBC7

#9BEBC7
(155,235,199)
#8DD6B5
(141,214,181)
#7FC1A3
(127,193,163)
#71AC91
(113,172,145)
#63977F
(99,151,127)
#55826D
(85,130,109)
#476D5B
(71,109,91)
#395849
(57,88,73)
#2B4337
(43,67,55)
#1D2E25
(29,46,37)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BEBC7

#9BEBC7
(155,235,199)
#A4ECCC
(164,236,204)
#ADEDD1
(173,237,209)
#B6EED6
(182,238,214)
#BFEFDB
(191,239,219)
#C8F0E0
(200,240,224)
#D1F1E5
(209,241,229)
#DAF2EA
(218,242,234)
#E3F3EF
(227,243,239)
#ECF4F4
(236,244,244)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BEBC7 color. Also use rgb(155,235,199) instead hex code.

Text Font Color

.myTextColor { color: #9BEBC7; }

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

This text font color is #9BEBC7.


Background Color

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

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

This div background color is #9BEBC7.


Border color

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

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

This div border color is #9BEBC7.


Opacity

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

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

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

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

This text has shadow with #9BEBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEBC7 on black background.


Color preview on white background

This text has color #9BEBC7 on white background.



Black color preview on #9BEBC7 background

This text has black color on #9BEBC7 background.


White color preview on #9BEBC7 background

This text has white color on #9BEBC7 background.