COLOR #9BD7EE

HEX: #9BD7EE
RGB: (155,215,238)

Color info

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

RGB color model

#9BD7EE color RGB value is (155,215,238).

  • red value is 155;
  • green value is 215;
  • blue value is 238.
RGB:
(155,215,238)
(61%,84%,93%)

RGB channels and saturation

R 155 of 255 = 61%
G 215 of 255 = 84%
B 238 of 255 = 93%

155
215
238

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

Portions of RGB colors in percentages

R + G + B =
155 + 215 + 238 = 608 (100%)
R 155 of 608 ~ 25.49%
G 215 of 608 ~ 35.36%
B 238 of 608 ~ 39.14%

%25.49
%35.36
%39.14

CMYK color model

#9BD7EE color CMYK value is (35,10,0,7).

  • cyan value is 34.87%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(35,10,0,7)
C35M10Y0K7 
(35%,10%,0%,7%)
(0.35/0.10/0.00/0.07)	

CMYK percentages

%34.87
%9.66
%0
%6.67

Codes

Color #9BD7EE in popluar color models

9BD7EE
RGB155215238
HSL197°70.94%77.06%
HSB/HSV197°34.87%93.33%
CMYK34.87%9.66%0.00%
6.67%

Color #9BD7EE in popluar number systems.

HEX9BD7EE
Decimal155215238
Binary100110111101011111101110
Octal233327356

Shades and tints

Shades of #9BD7EE

#9BD7EE
(155,215,238)
#8DC4D9
(141,196,217)
#7FB1C4
(127,177,196)
#719EAF
(113,158,175)
#638B9A
(99,139,154)
#557885
(85,120,133)
#476570
(71,101,112)
#39525B
(57,82,91)
#2B3F46
(43,63,70)
#1D2C31
(29,44,49)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #9BD7EE

#9BD7EE
(155,215,238)
#A4DAEF
(164,218,239)
#ADDDF0
(173,221,240)
#B6E0F1
(182,224,241)
#BFE3F2
(191,227,242)
#C8E6F3
(200,230,243)
#D1E9F4
(209,233,244)
#DAECF5
(218,236,245)
#E3EFF6
(227,239,246)
#ECF2F7
(236,242,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD7EE color. Also use rgb(155,215,238) instead hex code.

Text Font Color

.myTextColor { color: #9BD7EE; }

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

This text font color is #9BD7EE.


Background Color

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

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

This div background color is #9BD7EE.


Border color

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

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

This div border color is #9BD7EE.


Opacity

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

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

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

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

This text has shadow with #9BD7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD7EE on black background.


Color preview on white background

This text has color #9BD7EE on white background.



Black color preview on #9BD7EE background

This text has black color on #9BD7EE background.


White color preview on #9BD7EE background

This text has white color on #9BD7EE background.