COLOR #9BDAE0

HEX: #9BDAE0
RGB: (155,218,224)

Color info

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

RGB color model

#9BDAE0 color RGB value is (155,218,224).

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

RGB channels and saturation

R 155 of 255 = 61%
G 218 of 255 = 85%
B 224 of 255 = 88%

155
218
224

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

Portions of RGB colors in percentages

R + G + B =
155 + 218 + 224 = 597 (100%)
R 155 of 597 ~ 25.96%
G 218 of 597 ~ 36.52%
B 224 of 597 ~ 37.52%

%25.96
%36.52
%37.52

CMYK color model

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

  • cyan value is 30.80%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(31,3,0,12)
C31M3Y0K12 
(31%,3%,0%,12%)
(0.31/0.03/0.00/0.12)	

CMYK percentages

%30.8
%2.68
%0
%12.16

Codes

Color #9BDAE0 in popluar color models

9BDAE0
RGB155218224
HSL185°52.67%74.31%
HSB/HSV185°30.80%87.84%
CMYK30.80%2.68%0.00%
12.16%

Color #9BDAE0 in popluar number systems.

HEX9BDAE0
Decimal155218224
Binary100110111101101011100000
Octal233332340

Shades and tints

Shades of #9BDAE0

#9BDAE0
(155,218,224)
#8DC7CC
(141,199,204)
#7FB4B8
(127,180,184)
#71A1A4
(113,161,164)
#638E90
(99,142,144)
#557B7C
(85,123,124)
#476868
(71,104,104)
#395554
(57,85,84)
#2B4240
(43,66,64)
#1D2F2C
(29,47,44)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #9BDAE0

#9BDAE0
(155,218,224)
#A4DDE2
(164,221,226)
#ADE0E4
(173,224,228)
#B6E3E6
(182,227,230)
#BFE6E8
(191,230,232)
#C8E9EA
(200,233,234)
#D1ECEC
(209,236,236)
#DAEFEE
(218,239,238)
#E3F2F0
(227,242,240)
#ECF5F2
(236,245,242)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDAE0; }

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

This text font color is #9BDAE0.


Background Color

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

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

This div background color is #9BDAE0.


Border color

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

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

This div border color is #9BDAE0.


Opacity

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

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

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

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

This text has shadow with #9BDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDAE0 on black background.


Color preview on white background

This text has color #9BDAE0 on white background.



Black color preview on #9BDAE0 background

This text has black color on #9BDAE0 background.


White color preview on #9BDAE0 background

This text has white color on #9BDAE0 background.