COLOR #9BE0CF

HEX: #9BE0CF
RGB: (155,224,207)

Color info

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

RGB color model

#9BE0CF color RGB value is (155,224,207).

  • red value is 155;
  • green value is 224;
  • blue value is 207.
RGB:
(155,224,207)
(61%,88%,81%)

RGB channels and saturation

R 155 of 255 = 61%
G 224 of 255 = 88%
B 207 of 255 = 81%

155
224
207

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

Portions of RGB colors in percentages

R + G + B =
155 + 224 + 207 = 586 (100%)
R 155 of 586 ~ 26.45%
G 224 of 586 ~ 38.23%
B 207 of 586 ~ 35.32%

%26.45
%38.23
%35.32

CMYK color model

#9BE0CF color CMYK value is (31,0,8,12).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK:
(31,0,8,12)
C31M0Y8K12 
(31%,0%,8%,12%)
(0.31/0.00/0.08/0.12)	

CMYK percentages

%30.8
%0
%7.59
%12.16

Codes

Color #9BE0CF in popluar color models

9BE0CF
RGB155224207
HSL165°52.67%74.31%
HSB/HSV165°30.80%87.84%
CMYK30.80%0.00%7.59%
12.16%

Color #9BE0CF in popluar number systems.

HEX9BE0CF
Decimal155224207
Binary100110111110000011001111
Octal233340317

Shades and tints

Shades of #9BE0CF

#9BE0CF
(155,224,207)
#8DCCBD
(141,204,189)
#7FB8AB
(127,184,171)
#71A499
(113,164,153)
#639087
(99,144,135)
#557C75
(85,124,117)
#476863
(71,104,99)
#395451
(57,84,81)
#2B403F
(43,64,63)
#1D2C2D
(29,44,45)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #9BE0CF

#9BE0CF
(155,224,207)
#A4E2D3
(164,226,211)
#ADE4D7
(173,228,215)
#B6E6DB
(182,230,219)
#BFE8DF
(191,232,223)
#C8EAE3
(200,234,227)
#D1ECE7
(209,236,231)
#DAEEEB
(218,238,235)
#E3F0EF
(227,240,239)
#ECF2F3
(236,242,243)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE0CF color. Also use rgb(155,224,207) instead hex code.

Text Font Color

.myTextColor { color: #9BE0CF; }

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

This text font color is #9BE0CF.


Background Color

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

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

This div background color is #9BE0CF.


Border color

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

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

This div border color is #9BE0CF.


Opacity

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

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

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

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

This text has shadow with #9BE0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE0CF on black background.


Color preview on white background

This text has color #9BE0CF on white background.



Black color preview on #9BE0CF background

This text has black color on #9BE0CF background.


White color preview on #9BE0CF background

This text has white color on #9BE0CF background.