COLOR #9BD5CF

HEX: #9BD5CF
RGB: (155,213,207)

Color info

#9BD5CF contains red, green and blue colors in about the same proportion. Web safe color of #9BD5CF is #99CCCC (or #9CC).

RGB color model

#9BD5CF color RGB value is (155,213,207).

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

RGB channels and saturation

R 155 of 255 = 61%
G 213 of 255 = 84%
B 207 of 255 = 81%

155
213
207

R + G + B ~ 75%. #9BD5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 213 + 207 = 575 (100%)
R 155 of 575 ~ 26.96%
G 213 of 575 ~ 37.04%
B 207 of 575 ~ 36%

%26.96
%37.04
%36

CMYK color model

#9BD5CF color CMYK value is (27,0,3,16).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 16.47%
CMYK:
(27,0,3,16)
C27M0Y3K16 
(27%,0%,3%,16%)
(0.27/0.00/0.03/0.16)	

CMYK percentages

%27.23
%0
%2.82
%16.47

Codes

Color #9BD5CF in popluar color models

9BD5CF
RGB155213207
HSL174°40.85%72.16%
HSB/HSV174°27.23%83.53%
CMYK27.23%0.00%2.82%
16.47%

Color #9BD5CF in popluar number systems.

HEX9BD5CF
Decimal155213207
Binary100110111101010111001111
Octal233325317

Shades and tints

Shades of #9BD5CF

#9BD5CF
(155,213,207)
#8DC2BD
(141,194,189)
#7FAFAB
(127,175,171)
#719C99
(113,156,153)
#638987
(99,137,135)
#557675
(85,118,117)
#476363
(71,99,99)
#395051
(57,80,81)
#2B3D3F
(43,61,63)
#1D2A2D
(29,42,45)
#0F171B
(15,23,27)
#000000
(0,0,0)

Tints of #9BD5CF

#9BD5CF
(155,213,207)
#A4D8D3
(164,216,211)
#ADDBD7
(173,219,215)
#B6DEDB
(182,222,219)
#BFE1DF
(191,225,223)
#C8E4E3
(200,228,227)
#D1E7E7
(209,231,231)
#DAEAEB
(218,234,235)
#E3EDEF
(227,237,239)
#ECF0F3
(236,240,243)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD5CF; }

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

This text font color is #9BD5CF.


Background Color

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

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

This div background color is #9BD5CF.


Border color

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

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

This div border color is #9BD5CF.


Opacity

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

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

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

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

This text has shadow with #9BD5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD5CF on black background.


Color preview on white background

This text has color #9BD5CF on white background.



Black color preview on #9BD5CF background

This text has black color on #9BD5CF background.


White color preview on #9BD5CF background

This text has white color on #9BD5CF background.