COLOR #9BEBC3

HEX: #9BEBC3
RGB: (155,235,195)

Color info

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

RGB color model

#9BEBC3 color RGB value is (155,235,195).

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

RGB channels and saturation

R 155 of 255 = 61%
G 235 of 255 = 92%
B 195 of 255 = 76%

155
235
195

R + G + B ~ 76%. #9BEBC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 235 + 195 = 585 (100%)
R 155 of 585 ~ 26.5%
G 235 of 585 ~ 40.17%
B 195 of 585 ~ 33.33%

%26.5
%40.17
%33.33

CMYK color model

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

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 7.84%
CMYK:
(34,0,17,8)
C34M0Y17K8 
(34%,0%,17%,8%)
(0.34/0.00/0.17/0.08)	

CMYK percentages

%34.04
%0
%17.02
%7.84

Codes

Color #9BEBC3 in popluar color models

9BEBC3
RGB155235195
HSL150°66.67%76.47%
HSB/HSV150°34.04%92.16%
CMYK34.04%0.00%17.02%
7.84%

Color #9BEBC3 in popluar number systems.

HEX9BEBC3
Decimal155235195
Binary100110111110101111000011
Octal233353303

Shades and tints

Shades of #9BEBC3

#9BEBC3
(155,235,195)
#8DD6B2
(141,214,178)
#7FC1A1
(127,193,161)
#71AC90
(113,172,144)
#63977F
(99,151,127)
#55826E
(85,130,110)
#476D5D
(71,109,93)
#39584C
(57,88,76)
#2B433B
(43,67,59)
#1D2E2A
(29,46,42)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #9BEBC3

#9BEBC3
(155,235,195)
#A4ECC8
(164,236,200)
#ADEDCD
(173,237,205)
#B6EED2
(182,238,210)
#BFEFD7
(191,239,215)
#C8F0DC
(200,240,220)
#D1F1E1
(209,241,225)
#DAF2E6
(218,242,230)
#E3F3EB
(227,243,235)
#ECF4F0
(236,244,240)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEBC3; }

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

This text font color is #9BEBC3.


Background Color

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

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

This div background color is #9BEBC3.


Border color

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

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

This div border color is #9BEBC3.


Opacity

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

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

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

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

This text has shadow with #9BEBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEBC3 on black background.


Color preview on white background

This text has color #9BEBC3 on white background.



Black color preview on #9BEBC3 background

This text has black color on #9BEBC3 background.


White color preview on #9BEBC3 background

This text has white color on #9BEBC3 background.