COLOR #9BE4D2

HEX: #9BE4D2
RGB: (155,228,210)

Color info

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

RGB color model

#9BE4D2 color RGB value is (155,228,210).

  • red value is 155;
  • green value is 228;
  • blue value is 210.
RGB:
(155,228,210)
(61%,89%,82%)

RGB channels and saturation

R 155 of 255 = 61%
G 228 of 255 = 89%
B 210 of 255 = 82%

155
228
210

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

Portions of RGB colors in percentages

R + G + B =
155 + 228 + 210 = 593 (100%)
R 155 of 593 ~ 26.14%
G 228 of 593 ~ 38.45%
B 210 of 593 ~ 35.41%

%26.14
%38.45
%35.41

CMYK color model

#9BE4D2 color CMYK value is (32,0,8,11).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 10.59%
CMYK:
(32,0,8,11)
C32M0Y8K11 
(32%,0%,8%,11%)
(0.32/0.00/0.08/0.11)	

CMYK percentages

%32.02
%0
%7.89
%10.59

Codes

Color #9BE4D2 in popluar color models

9BE4D2
RGB155228210
HSL165°57.48%75.10%
HSB/HSV165°32.02%89.41%
CMYK32.02%0.00%7.89%
10.59%

Color #9BE4D2 in popluar number systems.

HEX9BE4D2
Decimal155228210
Binary100110111110010011010010
Octal233344322

Shades and tints

Shades of #9BE4D2

#9BE4D2
(155,228,210)
#8DD0BF
(141,208,191)
#7FBCAC
(127,188,172)
#71A899
(113,168,153)
#639486
(99,148,134)
#558073
(85,128,115)
#476C60
(71,108,96)
#39584D
(57,88,77)
#2B443A
(43,68,58)
#1D3027
(29,48,39)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #9BE4D2

#9BE4D2
(155,228,210)
#A4E6D6
(164,230,214)
#ADE8DA
(173,232,218)
#B6EADE
(182,234,222)
#BFECE2
(191,236,226)
#C8EEE6
(200,238,230)
#D1F0EA
(209,240,234)
#DAF2EE
(218,242,238)
#E3F4F2
(227,244,242)
#ECF6F6
(236,246,246)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE4D2 color. Also use rgb(155,228,210) instead hex code.

Text Font Color

.myTextColor { color: #9BE4D2; }

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

This text font color is #9BE4D2.


Background Color

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

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

This div background color is #9BE4D2.


Border color

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

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

This div border color is #9BE4D2.


Opacity

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

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

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

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

This text has shadow with #9BE4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE4D2 on black background.


Color preview on white background

This text has color #9BE4D2 on white background.



Black color preview on #9BE4D2 background

This text has black color on #9BE4D2 background.


White color preview on #9BE4D2 background

This text has white color on #9BE4D2 background.