COLOR #9BDDF9

HEX: #9BDDF9 RGB: (155,221,249)

Color info

#9BDDF9 contains mainly green and blue colors. Web safe color of #9BDDF9 is #99CCFF (or #9CF).

RGB color model

#9BDDF9 color RGB value is (155,221,249).

RGB: (155,221,249) (61%, 87%, 98%)

RGB channels and saturation

R 155 of 255 = 61%
G 221 of 255 = 87%
B 249 of 255 = 98%

155
221
249

R + G + B ~ 82%. #9BDDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 221 + 249 = 625 (100%)
R 155 of 625 ~ 24.8%
G 221 of 625 ~ 35.36%
B 249 of 625 ~ 39.84'%

%24.8
%35.36
%39.84

CMYK color model

#9BDDF9 color CMYK value is (38,11,0,2).

  • cyan value is 37.75%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (38,11,0,2) C38M11Y0K2 (38%,11%,0%,2%) (0.38/0.11/0.00/0.02) 

CMYK percentages

%37.75
%11.24
%0
%2.35

Codes

Color #9BDDF9 in popluar color models

9B DD F9
RGB 155 221 249
HSL 198° 88.68% 79.22%
HSB/HSV 198° 37.75% 97.65%
CMYK 37.75% 11.24% 0.00%
2.35%

Color #9BDDF9 in popluar number systems.

HEX 9B DD F9
Decimal 155 221 249
Binary 10011011 11011101 11111001
Octal 233 335 371

Shades and tints

Shades of #9BDDF9

#9BDDF9
(155,221,249)
#8DC9E3
(141,201,227)
#7FB5CD
(127,181,205)
#71A1B7
(113,161,183)
#638DA1
(99,141,161)
#55798B
(85,121,139)
#476575
(71,101,117)
#39515F
(57,81,95)
#2B3D49
(43,61,73)
#1D2933
(29,41,51)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #9BDDF9

#9BDDF9
(155,221,249)
#A4E0F9
(164,224,249)
#ADE3F9
(173,227,249)
#B6E6F9
(182,230,249)
#BFE9F9
(191,233,249)
#C8ECF9
(200,236,249)
#D1EFF9
(209,239,249)
#DAF2F9
(218,242,249)
#E3F5F9
(227,245,249)
#ECF8F9
(236,248,249)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDDF9; }

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

This text font color is #9BDDF9.

Background Color

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

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

This div background color is #9BDDF9.

Border color

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

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

This div border color is #9BDDF9.

Opacity

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

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

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

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

This text has shadow with #9BDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDDF9.

Preview

Color preview on black background

This text has color #9BDDF9 on black background.


Color preview on white background

This text has color #9BDDF9 on white background.


Black color preview on #9BDDF9 background

This text has black color on #9BDDF9 background.


White color preview on #9BDDF9 background

This text has white color on #9BDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #642206.


I love getcolorcode.com

Triadic colors

1 #F99BDD and #DDF99B with #9BDDF9 are triadic colors.

2 #F9DD9B and #DD9BF9 with #9BDDF9 are triadic colors.