COLOR #9BD2B4

HEX: #9BD2B4
RGB: (155,210,180)

Color info

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

RGB color model

#9BD2B4 color RGB value is (155,210,180).

  • red value is 155;
  • green value is 210;
  • blue value is 180.
RGB:
(155,210,180)
(61%,82%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 210 of 255 = 82%
B 180 of 255 = 71%

155
210
180

R + G + B ~ 71%. #9BD2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 210 + 180 = 545 (100%)
R 155 of 545 ~ 28.44%
G 210 of 545 ~ 38.53%
B 180 of 545 ~ 33.03%

%28.44
%38.53
%33.03

CMYK color model

#9BD2B4 color CMYK value is (26,0,14,18).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 17.65%
CMYK:
(26,0,14,18)
C26M0Y14K18 
(26%,0%,14%,18%)
(0.26/0.00/0.14/0.18)	

CMYK percentages

%26.19
%0
%14.29
%17.65

Codes

Color #9BD2B4 in popluar color models

9BD2B4
RGB155210180
HSL147°37.93%71.57%
HSB/HSV147°26.19%82.35%
CMYK26.19%0.00%14.29%
17.65%

Color #9BD2B4 in popluar number systems.

HEX9BD2B4
Decimal155210180
Binary100110111101001010110100
Octal233322264

Shades and tints

Shades of #9BD2B4

#9BD2B4
(155,210,180)
#8DBFA4
(141,191,164)
#7FAC94
(127,172,148)
#719984
(113,153,132)
#638674
(99,134,116)
#557364
(85,115,100)
#476054
(71,96,84)
#394D44
(57,77,68)
#2B3A34
(43,58,52)
#1D2724
(29,39,36)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9BD2B4

#9BD2B4
(155,210,180)
#A4D6BA
(164,214,186)
#ADDAC0
(173,218,192)
#B6DEC6
(182,222,198)
#BFE2CC
(191,226,204)
#C8E6D2
(200,230,210)
#D1EAD8
(209,234,216)
#DAEEDE
(218,238,222)
#E3F2E4
(227,242,228)
#ECF6EA
(236,246,234)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD2B4 color. Also use rgb(155,210,180) instead hex code.

Text Font Color

.myTextColor { color: #9BD2B4; }

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

This text font color is #9BD2B4.


Background Color

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

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

This div background color is #9BD2B4.


Border color

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

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

This div border color is #9BD2B4.


Opacity

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

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

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

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

This text has shadow with #9BD2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD2B4 on black background.


Color preview on white background

This text has color #9BD2B4 on white background.



Black color preview on #9BD2B4 background

This text has black color on #9BD2B4 background.


White color preview on #9BD2B4 background

This text has white color on #9BD2B4 background.