COLOR #9BE1DB

HEX: #9BE1DB
RGB: (155,225,219)

Color info

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

RGB color model

#9BE1DB color RGB value is (155,225,219).

  • red value is 155;
  • green value is 225;
  • blue value is 219.
RGB:
(155,225,219)
(61%,88%,86%)

RGB channels and saturation

R 155 of 255 = 61%
G 225 of 255 = 88%
B 219 of 255 = 86%

155
225
219

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

Portions of RGB colors in percentages

R + G + B =
155 + 225 + 219 = 599 (100%)
R 155 of 599 ~ 25.88%
G 225 of 599 ~ 37.56%
B 219 of 599 ~ 36.56%

%25.88
%37.56
%36.56

CMYK color model

#9BE1DB color CMYK value is (31,0,3,12).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(31,0,3,12)
C31M0Y3K12 
(31%,0%,3%,12%)
(0.31/0.00/0.03/0.12)	

CMYK percentages

%31.11
%0
%2.67
%11.76

Codes

Color #9BE1DB in popluar color models

9BE1DB
RGB155225219
HSL175°53.85%74.51%
HSB/HSV175°31.11%88.24%
CMYK31.11%0.00%2.67%
11.76%

Color #9BE1DB in popluar number systems.

HEX9BE1DB
Decimal155225219
Binary100110111110000111011011
Octal233341333

Shades and tints

Shades of #9BE1DB

#9BE1DB
(155,225,219)
#8DCDC8
(141,205,200)
#7FB9B5
(127,185,181)
#71A5A2
(113,165,162)
#63918F
(99,145,143)
#557D7C
(85,125,124)
#476969
(71,105,105)
#395556
(57,85,86)
#2B4143
(43,65,67)
#1D2D30
(29,45,48)
#0F191D
(15,25,29)
#000000
(0,0,0)

Tints of #9BE1DB

#9BE1DB
(155,225,219)
#A4E3DE
(164,227,222)
#ADE5E1
(173,229,225)
#B6E7E4
(182,231,228)
#BFE9E7
(191,233,231)
#C8EBEA
(200,235,234)
#D1EDED
(209,237,237)
#DAEFF0
(218,239,240)
#E3F1F3
(227,241,243)
#ECF3F6
(236,243,246)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE1DB color. Also use rgb(155,225,219) instead hex code.

Text Font Color

.myTextColor { color: #9BE1DB; }

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

This text font color is #9BE1DB.


Background Color

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

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

This div background color is #9BE1DB.


Border color

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

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

This div border color is #9BE1DB.


Opacity

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

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

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

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

This text has shadow with #9BE1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE1DB on black background.


Color preview on white background

This text has color #9BE1DB on white background.



Black color preview on #9BE1DB background

This text has black color on #9BE1DB background.


White color preview on #9BE1DB background

This text has white color on #9BE1DB background.