COLOR #9BE3D5

HEX: #9BE3D5
RGB: (155,227,213)

Color info

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

RGB color model

#9BE3D5 color RGB value is (155,227,213).

  • red value is 155;
  • green value is 227;
  • blue value is 213.
RGB:
(155,227,213)
(61%,89%,84%)

RGB channels and saturation

R 155 of 255 = 61%
G 227 of 255 = 89%
B 213 of 255 = 84%

155
227
213

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

Portions of RGB colors in percentages

R + G + B =
155 + 227 + 213 = 595 (100%)
R 155 of 595 ~ 26.05%
G 227 of 595 ~ 38.15%
B 213 of 595 ~ 35.8%

%26.05
%38.15
%35.8

CMYK color model

#9BE3D5 color CMYK value is (32,0,6,11).

  • cyan value is 31.72%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(32,0,6,11)
C32M0Y6K11 
(32%,0%,6%,11%)
(0.32/0.00/0.06/0.11)	

CMYK percentages

%31.72
%0
%6.17
%10.98

Codes

Color #9BE3D5 in popluar color models

9BE3D5
RGB155227213
HSL168°56.25%74.90%
HSB/HSV168°31.72%89.02%
CMYK31.72%0.00%6.17%
10.98%

Color #9BE3D5 in popluar number systems.

HEX9BE3D5
Decimal155227213
Binary100110111110001111010101
Octal233343325

Shades and tints

Shades of #9BE3D5

#9BE3D5
(155,227,213)
#8DCFC2
(141,207,194)
#7FBBAF
(127,187,175)
#71A79C
(113,167,156)
#639389
(99,147,137)
#557F76
(85,127,118)
#476B63
(71,107,99)
#395750
(57,87,80)
#2B433D
(43,67,61)
#1D2F2A
(29,47,42)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #9BE3D5

#9BE3D5
(155,227,213)
#A4E5D8
(164,229,216)
#ADE7DB
(173,231,219)
#B6E9DE
(182,233,222)
#BFEBE1
(191,235,225)
#C8EDE4
(200,237,228)
#D1EFE7
(209,239,231)
#DAF1EA
(218,241,234)
#E3F3ED
(227,243,237)
#ECF5F0
(236,245,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE3D5 color. Also use rgb(155,227,213) instead hex code.

Text Font Color

.myTextColor { color: #9BE3D5; }

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

This text font color is #9BE3D5.


Background Color

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

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

This div background color is #9BE3D5.


Border color

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

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

This div border color is #9BE3D5.


Opacity

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

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

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

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

This text has shadow with #9BE3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE3D5 on black background.


Color preview on white background

This text has color #9BE3D5 on white background.



Black color preview on #9BE3D5 background

This text has black color on #9BE3D5 background.


White color preview on #9BE3D5 background

This text has white color on #9BE3D5 background.