COLOR #088F82

HEX: #088F82
RGB: (8,143,130)

Color info

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

RGB color model

#088F82 color RGB value is (8,143,130).

  • red value is 8;
  • green value is 143;
  • blue value is 130.
RGB:
(8,143,130)
(3%,56%,51%)

RGB channels and saturation

R 8 of 255 = 3%
G 143 of 255 = 56%
B 130 of 255 = 51%

8
143
130

R + G + B ~ 37%. #088F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 143 + 130 = 281 (100%)
R 8 of 281 ~ 2.85%
G 143 of 281 ~ 50.89%
B 130 of 281 ~ 46.26%

%50.89
%46.26

CMYK color model

#088F82 color CMYK value is (94,0,9,44).

  • cyan value is 94.41%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 43.92%
CMYK:
(94,0,9,44)
C94M0Y9K44 
(94%,0%,9%,44%)
(0.94/0.00/0.09/0.44)	

CMYK percentages

%94.41
%0
%9.09
%43.92

Codes

Color #088F82 in popluar color models

088F82
RGB8143130
HSL174°89.40%29.61%
HSB/HSV174°94.41%56.08%
CMYK94.41%0.00%9.09%
43.92%

Color #088F82 in popluar number systems.

HEX088F82
Decimal8143130
Binary10001000111110000010
Octal10217202

Shades and tints

Shades of #088F82

#088F82
(8,143,130)
#088277
(8,130,119)
#08756C
(8,117,108)
#086861
(8,104,97)
#085B56
(8,91,86)
#084E4B
(8,78,75)
#084140
(8,65,64)
#083435
(8,52,53)
#08272A
(8,39,42)
#081A1F
(8,26,31)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #088F82

#088F82
(8,143,130)
#1E998D
(30,153,141)
#34A398
(52,163,152)
#4AADA3
(74,173,163)
#60B7AE
(96,183,174)
#76C1B9
(118,193,185)
#8CCBC4
(140,203,196)
#A2D5CF
(162,213,207)
#B8DFDA
(184,223,218)
#CEE9E5
(206,233,229)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088F82 color. Also use rgb(8,143,130) instead hex code.

Text Font Color

.myTextColor { color: #088F82; }

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

This text font color is #088F82.


Background Color

.myBgColor { background-color: #088F82; }

<div style="background-color:#088F82">Inner text</div>

This div background color is #088F82.


Border color

.myBorderColor { border: 1px solid #088F82; }

<div style="border:3px solid #088F82">Div</div>

This div border color is #088F82.


Opacity

.myOpacity80 { color: #088F82; opacity: 0.8; }

<p style="color:#088F82;opacity:0.8;">80%</p>

Text with #088F82 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 #088F82;}

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

This text has shadow with #088F82 color.

.textShadow {text-shadow: 3px 3px 1px #088F82, 3px 3px 1px red;}

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

This text has shadow with #088F82 primary color and red secondary color.


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

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

This text has shadow with #088F82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088F82 on black background.


Color preview on white background

This text has color #088F82 on white background.



Black color preview on #088F82 background

This text has black color on #088F82 background.


White color preview on #088F82 background

This text has white color on #088F82 background.