COLOR #9BD7D5

HEX: #9BD7D5
RGB: (155,215,213)

Color info

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

RGB color model

#9BD7D5 color RGB value is (155,215,213).

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

RGB channels and saturation

R 155 of 255 = 61%
G 215 of 255 = 84%
B 213 of 255 = 84%

155
215
213

R + G + B ~ 76%. #9BD7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 215 + 213 = 583 (100%)
R 155 of 583 ~ 26.59%
G 215 of 583 ~ 36.88%
B 213 of 583 ~ 36.54%

%26.59
%36.88
%36.54

CMYK color model

#9BD7D5 color CMYK value is (28,0,1,16).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK:
(28,0,1,16)
C28M0Y1K16 
(28%,0%,1%,16%)
(0.28/0.00/0.01/0.16)	

CMYK percentages

%27.91
%0
%0.93
%15.69

Codes

Color #9BD7D5 in popluar color models

9BD7D5
RGB155215213
HSL178°42.86%72.55%
HSB/HSV178°27.91%84.31%
CMYK27.91%0.00%0.93%
15.69%

Color #9BD7D5 in popluar number systems.

HEX9BD7D5
Decimal155215213
Binary100110111101011111010101
Octal233327325

Shades and tints

Shades of #9BD7D5

#9BD7D5
(155,215,213)
#8DC4C2
(141,196,194)
#7FB1AF
(127,177,175)
#719E9C
(113,158,156)
#638B89
(99,139,137)
#557876
(85,120,118)
#476563
(71,101,99)
#395250
(57,82,80)
#2B3F3D
(43,63,61)
#1D2C2A
(29,44,42)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #9BD7D5

#9BD7D5
(155,215,213)
#A4DAD8
(164,218,216)
#ADDDDB
(173,221,219)
#B6E0DE
(182,224,222)
#BFE3E1
(191,227,225)
#C8E6E4
(200,230,228)
#D1E9E7
(209,233,231)
#DAECEA
(218,236,234)
#E3EFED
(227,239,237)
#ECF2F0
(236,242,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD7D5; }

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

This text font color is #9BD7D5.


Background Color

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

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

This div background color is #9BD7D5.


Border color

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

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

This div border color is #9BD7D5.


Opacity

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

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

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

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

This text has shadow with #9BD7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD7D5 on black background.


Color preview on white background

This text has color #9BD7D5 on white background.



Black color preview on #9BD7D5 background

This text has black color on #9BD7D5 background.


White color preview on #9BD7D5 background

This text has white color on #9BD7D5 background.