COLOR #9BE2C6

HEX: #9BE2C6
RGB: (155,226,198)

Color info

#9BE2C6 contains mainly green and blue colors. Web safe color of #9BE2C6 is #99CCCC (or #9CC).

RGB color model

#9BE2C6 color RGB value is (155,226,198).

  • red value is 155;
  • green value is 226;
  • blue value is 198.
RGB:
(155,226,198)
(61%,89%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 226 of 255 = 89%
B 198 of 255 = 78%

155
226
198

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

Portions of RGB colors in percentages

R + G + B =
155 + 226 + 198 = 579 (100%)
R 155 of 579 ~ 26.77%
G 226 of 579 ~ 39.03%
B 198 of 579 ~ 34.2%

%26.77
%39.03
%34.2

CMYK color model

#9BE2C6 color CMYK value is (31,0,12,11).

  • cyan value is 31.42%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 11.37%
CMYK:
(31,0,12,11)
C31M0Y12K11 
(31%,0%,12%,11%)
(0.31/0.00/0.12/0.11)	

CMYK percentages

%31.42
%0
%12.39
%11.37

Codes

Color #9BE2C6 in popluar color models

9BE2C6
RGB155226198
HSL156°55.04%74.71%
HSB/HSV156°31.42%88.63%
CMYK31.42%0.00%12.39%
11.37%

Color #9BE2C6 in popluar number systems.

HEX9BE2C6
Decimal155226198
Binary100110111110001011000110
Octal233342306

Shades and tints

Shades of #9BE2C6

#9BE2C6
(155,226,198)
#8DCEB4
(141,206,180)
#7FBAA2
(127,186,162)
#71A690
(113,166,144)
#63927E
(99,146,126)
#557E6C
(85,126,108)
#476A5A
(71,106,90)
#395648
(57,86,72)
#2B4236
(43,66,54)
#1D2E24
(29,46,36)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #9BE2C6

#9BE2C6
(155,226,198)
#A4E4CB
(164,228,203)
#ADE6D0
(173,230,208)
#B6E8D5
(182,232,213)
#BFEADA
(191,234,218)
#C8ECDF
(200,236,223)
#D1EEE4
(209,238,228)
#DAF0E9
(218,240,233)
#E3F2EE
(227,242,238)
#ECF4F3
(236,244,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE2C6 color. Also use rgb(155,226,198) instead hex code.

Text Font Color

.myTextColor { color: #9BE2C6; }

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

This text font color is #9BE2C6.


Background Color

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

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

This div background color is #9BE2C6.


Border color

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

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

This div border color is #9BE2C6.


Opacity

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

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

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

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

This text has shadow with #9BE2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE2C6 on black background.


Color preview on white background

This text has color #9BE2C6 on white background.



Black color preview on #9BE2C6 background

This text has black color on #9BE2C6 background.


White color preview on #9BE2C6 background

This text has white color on #9BE2C6 background.