COLOR #9BE4DA

HEX: #9BE4DA RGB: (155,228,218)

Color info

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

RGB color model

#9BE4DA color RGB value is (155,228,218).

RGB: (155,228,218) (61%, 89%, 85%)

RGB channels and saturation

R 155 of 255 = 61%
G 228 of 255 = 89%
B 218 of 255 = 85%

155
228
218

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

Portions of RGB colors in percentages

R + G + B = 155 + 228 + 218 = 601 (100%)
R 155 of 601 ~ 25.79%
G 228 of 601 ~ 37.94%
B 218 of 601 ~ 36.27'%

%25.79
%37.94
%36.27

CMYK color model

#9BE4DA color CMYK value is (32,0,4,11).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%
CMYK: (32,0,4,11) C32M0Y4K11 (32%,0%,4%,11%) (0.32/0.00/0.04/0.11) 

CMYK percentages

%32.02
%0
%4.39
%10.59

Codes

Color #9BE4DA in popluar color models

9B E4 DA
RGB 155 228 218
HSL 172° 57.48% 75.10%
HSB/HSV 172° 32.02% 89.41%
CMYK 32.02% 0.00% 4.39%
10.59%

Color #9BE4DA in popluar number systems.

HEX 9B E4 DA
Decimal 155 228 218
Binary 10011011 11100100 11011010
Octal 233 344 332

Shades and tints

Shades of #9BE4DA

#9BE4DA
(155,228,218)
#8DD0C7
(141,208,199)
#7FBCB4
(127,188,180)
#71A8A1
(113,168,161)
#63948E
(99,148,142)
#55807B
(85,128,123)
#476C68
(71,108,104)
#395855
(57,88,85)
#2B4442
(43,68,66)
#1D302F
(29,48,47)
#0F1C1C
(15,28,28)
#000000
(0,0,0)

Tints of #9BE4DA

#9BE4DA
(155,228,218)
#A4E6DD
(164,230,221)
#ADE8E0
(173,232,224)
#B6EAE3
(182,234,227)
#BFECE6
(191,236,230)
#C8EEE9
(200,238,233)
#D1F0EC
(209,240,236)
#DAF2EF
(218,242,239)
#E3F4F2
(227,244,242)
#ECF6F5
(236,246,245)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE4DA; }

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

This text font color is #9BE4DA.

Background Color

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

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

This div background color is #9BE4DA.

Border color

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

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

This div border color is #9BE4DA.

Opacity

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

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

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

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

This text has shadow with #9BE4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE4DA.

Preview

Color preview on black background

This text has color #9BE4DA on black background.


Color preview on white background

This text has color #9BE4DA on white background.


Black color preview on #9BE4DA background

This text has black color on #9BE4DA background.


White color preview on #9BE4DA background

This text has white color on #9BE4DA background.


Related colors

Complementary color

Complementary color for #hex is #641B25.


I love getcolorcode.com

Triadic colors

1 #DA9BE4 and #E4DA9B with #9BE4DA are triadic colors.

2 #DAE49B and #E49BDA with #9BE4DA are triadic colors.