COLOR #0D9196

HEX: #0D9196
RGB: (13,145,150)

Color info

#0D9196 contains mainly green and blue colors. Web safe color of #0D9196 is #009999 (or #099).

RGB color model

#0D9196 color RGB value is (13,145,150).

  • red value is 13;
  • green value is 145;
  • blue value is 150.
RGB:
(13,145,150)
(5%,57%,59%)

RGB channels and saturation

R 13 of 255 = 5%
G 145 of 255 = 57%
B 150 of 255 = 59%

13
145
150

R + G + B ~ 40%. #0D9196 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 145 + 150 = 308 (100%)
R 13 of 308 ~ 4.22%
G 145 of 308 ~ 47.08%
B 150 of 308 ~ 48.7%

%47.08
%48.7

CMYK color model

#0D9196 color CMYK value is (91,3,0,41).

  • cyan value is 91.33%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(91,3,0,41)
C91M3Y0K41 
(91%,3%,0%,41%)
(0.91/0.03/0.00/0.41)	

CMYK percentages

%91.33
%3.33
%0
%41.18

Codes

Color #0D9196 in popluar color models

0D9196
RGB13145150
HSL182°84.05%31.96%
HSB/HSV182°91.33%58.82%
CMYK91.33%3.33%0.00%
41.18%

Color #0D9196 in popluar number systems.

HEX0D9196
Decimal13145150
Binary11011001000110010110
Octal15221226

Shades and tints

Shades of #0D9196

#0D9196
(13,145,150)
#0C8489
(12,132,137)
#0B777C
(11,119,124)
#0A6A6F
(10,106,111)
#095D62
(9,93,98)
#085055
(8,80,85)
#074348
(7,67,72)
#06363B
(6,54,59)
#05292E
(5,41,46)
#041C21
(4,28,33)
#030F14
(3,15,20)
#000000
(0,0,0)

Tints of #0D9196

#0D9196
(13,145,150)
#239B9F
(35,155,159)
#39A5A8
(57,165,168)
#4FAFB1
(79,175,177)
#65B9BA
(101,185,186)
#7BC3C3
(123,195,195)
#91CDCC
(145,205,204)
#A7D7D5
(167,215,213)
#BDE1DE
(189,225,222)
#D3EBE7
(211,235,231)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D9196 color. Also use rgb(13,145,150) instead hex code.

Text Font Color

.myTextColor { color: #0D9196; }

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

This text font color is #0D9196.


Background Color

.myBgColor { background-color: #0D9196; }

<div style="background-color:#0D9196">Inner text</div>

This div background color is #0D9196.


Border color

.myBorderColor { border: 1px solid #0D9196; }

<div style="border:3px solid #0D9196">Div</div>

This div border color is #0D9196.


Opacity

.myOpacity80 { color: #0D9196; opacity: 0.8; }

<p style="color:#0D9196;opacity:0.8;">80%</p>

Text with #0D9196 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 #0D9196;}

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

This text has shadow with #0D9196 color.

.textShadow {text-shadow: 3px 3px 1px #0D9196, 3px 3px 1px red;}

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

This text has shadow with #0D9196 primary color and red secondary color.


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

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

This text has shadow with #0D9196 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D9196 on black background.


Color preview on white background

This text has color #0D9196 on white background.



Black color preview on #0D9196 background

This text has black color on #0D9196 background.


White color preview on #0D9196 background

This text has white color on #0D9196 background.