COLOR #9BDDE4

HEX: #9BDDE4
RGB: (155,221,228)

Color info

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

RGB color model

#9BDDE4 color RGB value is (155,221,228).

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

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 228 of 255 = 89%

155
221
228

R + G + B ~ 79%. #9BDDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 221 + 228 = 604 (100%)
R 155 of 604 ~ 25.66%
G 221 of 604 ~ 36.59%
B 228 of 604 ~ 37.75%

%25.66
%36.59
%37.75

CMYK color model

#9BDDE4 color CMYK value is (32,3,0,11).

  • cyan value is 32.02%
  • magenta value is 3.07%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(32,3,0,11)
C32M3Y0K11 
(32%,3%,0%,11%)
(0.32/0.03/0.00/0.11)	

CMYK percentages

%32.02
%3.07
%0
%10.59

Codes

Color #9BDDE4 in popluar color models

9BDDE4
RGB155221228
HSL186°57.48%75.10%
HSB/HSV186°32.02%89.41%
CMYK32.02%3.07%0.00%
10.59%

Color #9BDDE4 in popluar number systems.

HEX9BDDE4
Decimal155221228
Binary100110111101110111100100
Octal233335344

Shades and tints

Shades of #9BDDE4

#9BDDE4
(155,221,228)
#8DC9D0
(141,201,208)
#7FB5BC
(127,181,188)
#71A1A8
(113,161,168)
#638D94
(99,141,148)
#557980
(85,121,128)
#47656C
(71,101,108)
#395158
(57,81,88)
#2B3D44
(43,61,68)
#1D2930
(29,41,48)
#0F151C
(15,21,28)
#000000
(0,0,0)

Tints of #9BDDE4

#9BDDE4
(155,221,228)
#A4E0E6
(164,224,230)
#ADE3E8
(173,227,232)
#B6E6EA
(182,230,234)
#BFE9EC
(191,233,236)
#C8ECEE
(200,236,238)
#D1EFF0
(209,239,240)
#DAF2F2
(218,242,242)
#E3F5F4
(227,245,244)
#ECF8F6
(236,248,246)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDDE4; }

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

This text font color is #9BDDE4.


Background Color

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

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

This div background color is #9BDDE4.


Border color

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

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

This div border color is #9BDDE4.


Opacity

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

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

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

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

This text has shadow with #9BDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDDE4 on black background.


Color preview on white background

This text has color #9BDDE4 on white background.



Black color preview on #9BDDE4 background

This text has black color on #9BDDE4 background.


White color preview on #9BDDE4 background

This text has white color on #9BDDE4 background.