COLOR #9BD6E7

HEX: #9BD6E7
RGB: (155,214,231)

Color info

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

RGB color model

#9BD6E7 color RGB value is (155,214,231).

  • red value is 155;
  • green value is 214;
  • blue value is 231.
RGB:
(155,214,231)
(61%,84%,91%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 231 of 255 = 91%

155
214
231

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

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 231 = 600 (100%)
R 155 of 600 ~ 25.83%
G 214 of 600 ~ 35.67%
B 231 of 600 ~ 38.5%

%25.83
%35.67
%38.5

CMYK color model

#9BD6E7 color CMYK value is (33,7,0,9).

  • cyan value is 32.90%
  • magenta value is 7.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(33,7,0,9)
C33M7Y0K9 
(33%,7%,0%,9%)
(0.33/0.07/0.00/0.09)	

CMYK percentages

%32.9
%7.36
%0
%9.41

Codes

Color #9BD6E7 in popluar color models

9BD6E7
RGB155214231
HSL193°61.29%75.69%
HSB/HSV193°32.90%90.59%
CMYK32.90%7.36%0.00%
9.41%

Color #9BD6E7 in popluar number systems.

HEX9BD6E7
Decimal155214231
Binary100110111101011011100111
Octal233326347

Shades and tints

Shades of #9BD6E7

#9BD6E7
(155,214,231)
#8DC3D2
(141,195,210)
#7FB0BD
(127,176,189)
#719DA8
(113,157,168)
#638A93
(99,138,147)
#55777E
(85,119,126)
#476469
(71,100,105)
#395154
(57,81,84)
#2B3E3F
(43,62,63)
#1D2B2A
(29,43,42)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #9BD6E7

#9BD6E7
(155,214,231)
#A4D9E9
(164,217,233)
#ADDCEB
(173,220,235)
#B6DFED
(182,223,237)
#BFE2EF
(191,226,239)
#C8E5F1
(200,229,241)
#D1E8F3
(209,232,243)
#DAEBF5
(218,235,245)
#E3EEF7
(227,238,247)
#ECF1F9
(236,241,249)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD6E7 color. Also use rgb(155,214,231) instead hex code.

Text Font Color

.myTextColor { color: #9BD6E7; }

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

This text font color is #9BD6E7.


Background Color

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

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

This div background color is #9BD6E7.


Border color

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

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

This div border color is #9BD6E7.


Opacity

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

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

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

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

This text has shadow with #9BD6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD6E7 on black background.


Color preview on white background

This text has color #9BD6E7 on white background.



Black color preview on #9BD6E7 background

This text has black color on #9BD6E7 background.


White color preview on #9BD6E7 background

This text has white color on #9BD6E7 background.