COLOR #9BC4CD

HEX: #9BC4CD
RGB: (155,196,205)

Color info

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

RGB color model

#9BC4CD color RGB value is (155,196,205).

  • red value is 155;
  • green value is 196;
  • blue value is 205.
RGB:
(155,196,205)
(61%,77%,80%)

RGB channels and saturation

R 155 of 255 = 61%
G 196 of 255 = 77%
B 205 of 255 = 80%

155
196
205

R + G + B ~ 73%. #9BC4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 196 + 205 = 556 (100%)
R 155 of 556 ~ 27.88%
G 196 of 556 ~ 35.25%
B 205 of 556 ~ 36.87%

%27.88
%35.25
%36.87

CMYK color model

#9BC4CD color CMYK value is (24,4,0,20).

  • cyan value is 24.39%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,4,0,20)
C24M4Y0K20 
(24%,4%,0%,20%)
(0.24/0.04/0.00/0.20)	

CMYK percentages

%24.39
%4.39
%0
%19.61

Codes

Color #9BC4CD in popluar color models

9BC4CD
RGB155196205
HSL191°33.33%70.59%
HSB/HSV191°24.39%80.39%
CMYK24.39%4.39%0.00%
19.61%

Color #9BC4CD in popluar number systems.

HEX9BC4CD
Decimal155196205
Binary100110111100010011001101
Octal233304315

Shades and tints

Shades of #9BC4CD

#9BC4CD
(155,196,205)
#8DB3BB
(141,179,187)
#7FA2A9
(127,162,169)
#719197
(113,145,151)
#638085
(99,128,133)
#556F73
(85,111,115)
#475E61
(71,94,97)
#394D4F
(57,77,79)
#2B3C3D
(43,60,61)
#1D2B2B
(29,43,43)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #9BC4CD

#9BC4CD
(155,196,205)
#A4C9D1
(164,201,209)
#ADCED5
(173,206,213)
#B6D3D9
(182,211,217)
#BFD8DD
(191,216,221)
#C8DDE1
(200,221,225)
#D1E2E5
(209,226,229)
#DAE7E9
(218,231,233)
#E3ECED
(227,236,237)
#ECF1F1
(236,241,241)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC4CD color. Also use rgb(155,196,205) instead hex code.

Text Font Color

.myTextColor { color: #9BC4CD; }

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

This text font color is #9BC4CD.


Background Color

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

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

This div background color is #9BC4CD.


Border color

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

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

This div border color is #9BC4CD.


Opacity

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

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

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

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

This text has shadow with #9BC4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC4CD on black background.


Color preview on white background

This text has color #9BC4CD on white background.



Black color preview on #9BC4CD background

This text has black color on #9BC4CD background.


White color preview on #9BC4CD background

This text has white color on #9BC4CD background.