COLOR #009B7D

HEX: #009B7D
RGB: (0,155,125)

Color info

#009B7D contains only green and blue colors. Web safe color of #009B7D is #009966 (or #096).

RGB color model

#009B7D color RGB value is (0,155,125).

  • red value is 0;
  • green value is 155;
  • blue value is 125.
RGB:
(0,155,125)
(0%,61%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 155 of 255 = 61%
B 125 of 255 = 49%

0
155
125

R + G + B ~ 37%. #009B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 155 + 125 = 280 (100%)
R 0 of 280 ~ 0%
G 155 of 280 ~ 55.36%
B 125 of 280 ~ 44.64%

%55.36
%44.64

CMYK color model

#009B7D color CMYK value is (100,0,19,39).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(100,0,19,39)
C100M0Y19K39 
(100%,0%,19%,39%)
(1.00/0.00/0.19/0.39)	

CMYK percentages

%100
%0
%19.35
%39.22

Codes

Color #009B7D in popluar color models

009B7D
RGB0155125
HSL168°100.00%30.39%
HSB/HSV168°100.00%60.78%
CMYK100.00%0.00%19.35%
39.22%

Color #009B7D in popluar number systems.

HEX009B7D
Decimal0155125
Binary0100110111111101
Octal0233175

Shades and tints

Shades of #009B7D

#009B7D
(0,155,125)
#008D72
(0,141,114)
#007F67
(0,127,103)
#00715C
(0,113,92)
#006351
(0,99,81)
#005546
(0,85,70)
#00473B
(0,71,59)
#003930
(0,57,48)
#002B25
(0,43,37)
#001D1A
(0,29,26)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #009B7D

#009B7D
(0,155,125)
#17A488
(23,164,136)
#2EAD93
(46,173,147)
#45B69E
(69,182,158)
#5CBFA9
(92,191,169)
#73C8B4
(115,200,180)
#8AD1BF
(138,209,191)
#A1DACA
(161,218,202)
#B8E3D5
(184,227,213)
#CFECE0
(207,236,224)
#E6F5EB
(230,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009B7D color. Also use rgb(0,155,125) instead hex code.

Text Font Color

.myTextColor { color: #009B7D; }

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

This text font color is #009B7D.


Background Color

.myBgColor { background-color: #009B7D; }

<div style="background-color:#009B7D">Inner text</div>

This div background color is #009B7D.


Border color

.myBorderColor { border: 1px solid #009B7D; }

<div style="border:3px solid #009B7D">Div</div>

This div border color is #009B7D.


Opacity

.myOpacity80 { color: #009B7D; opacity: 0.8; }

<p style="color:#009B7D;opacity:0.8;">80%</p>

Text with #009B7D 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 #009B7D;}

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

This text has shadow with #009B7D color.

.textShadow {text-shadow: 3px 3px 1px #009B7D, 3px 3px 1px red;}

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

This text has shadow with #009B7D primary color and red secondary color.


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

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

This text has shadow with #009B7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009B7D on black background.


Color preview on white background

This text has color #009B7D on white background.



Black color preview on #009B7D background

This text has black color on #009B7D background.


White color preview on #009B7D background

This text has white color on #009B7D background.