COLOR #088E69

HEX: #088E69
RGB: (8,142,105)

Color info

#088E69 contains mainly green and blue colors. Web safe color of #088E69 is #009966 (or #096).

RGB color model

#088E69 color RGB value is (8,142,105).

  • red value is 8;
  • green value is 142;
  • blue value is 105.
RGB:
(8,142,105)
(3%,56%,41%)

RGB channels and saturation

R 8 of 255 = 3%
G 142 of 255 = 56%
B 105 of 255 = 41%

8
142
105

R + G + B ~ 33%. #088E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 142 + 105 = 255 (100%)
R 8 of 255 ~ 3.14%
G 142 of 255 ~ 55.69%
B 105 of 255 ~ 41.18%

%55.69
%41.18

CMYK color model

#088E69 color CMYK value is (94,0,26,44).

  • cyan value is 94.37%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 44.31%
CMYK:
(94,0,26,44)
C94M0Y26K44 
(94%,0%,26%,44%)
(0.94/0.00/0.26/0.44)	

CMYK percentages

%94.37
%0
%26.06
%44.31

Codes

Color #088E69 in popluar color models

088E69
RGB8142105
HSL163°89.33%29.41%
HSB/HSV163°94.37%55.69%
CMYK94.37%0.00%26.06%
44.31%

Color #088E69 in popluar number systems.

HEX088E69
Decimal8142105
Binary1000100011101101001
Octal10216151

Shades and tints

Shades of #088E69

#088E69
(8,142,105)
#088260
(8,130,96)
#087657
(8,118,87)
#086A4E
(8,106,78)
#085E45
(8,94,69)
#08523C
(8,82,60)
#084633
(8,70,51)
#083A2A
(8,58,42)
#082E21
(8,46,33)
#082218
(8,34,24)
#08160F
(8,22,15)
#000000
(0,0,0)

Tints of #088E69

#088E69
(8,142,105)
#1E9876
(30,152,118)
#34A283
(52,162,131)
#4AAC90
(74,172,144)
#60B69D
(96,182,157)
#76C0AA
(118,192,170)
#8CCAB7
(140,202,183)
#A2D4C4
(162,212,196)
#B8DED1
(184,222,209)
#CEE8DE
(206,232,222)
#E4F2EB
(228,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088E69 color. Also use rgb(8,142,105) instead hex code.

Text Font Color

.myTextColor { color: #088E69; }

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

This text font color is #088E69.


Background Color

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

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

This div background color is #088E69.


Border color

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

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

This div border color is #088E69.


Opacity

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

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

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

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

This text has shadow with #088E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088E69 on black background.


Color preview on white background

This text has color #088E69 on white background.



Black color preview on #088E69 background

This text has black color on #088E69 background.


White color preview on #088E69 background

This text has white color on #088E69 background.