COLOR #08788A

HEX: #08788A
RGB: (8,120,138)

Color info

#08788A contains mainly green and blue colors. Web safe color of #08788A is #006699 (or #069).

RGB color model

#08788A color RGB value is (8,120,138).

  • red value is 8;
  • green value is 120;
  • blue value is 138.
RGB:
(8,120,138)
(3%,47%,54%)

RGB channels and saturation

R 8 of 255 = 3%
G 120 of 255 = 47%
B 138 of 255 = 54%

8
120
138

R + G + B ~ 35%. #08788A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 120 + 138 = 266 (100%)
R 8 of 266 ~ 3.01%
G 120 of 266 ~ 45.11%
B 138 of 266 ~ 51.88%

%45.11
%51.88

CMYK color model

#08788A color CMYK value is (94,13,0,46).

  • cyan value is 94.20%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(94,13,0,46)
C94M13Y0K46 
(94%,13%,0%,46%)
(0.94/0.13/0.00/0.46)	

CMYK percentages

%94.2
%13.04
%0
%45.88

Codes

Color #08788A in popluar color models

08788A
RGB8120138
HSL188°89.04%28.63%
HSB/HSV188°94.20%54.12%
CMYK94.20%13.04%0.00%
45.88%

Color #08788A in popluar number systems.

HEX08788A
Decimal8120138
Binary1000111100010001010
Octal10170212

Shades and tints

Shades of #08788A

#08788A
(8,120,138)
#086E7E
(8,110,126)
#086472
(8,100,114)
#085A66
(8,90,102)
#08505A
(8,80,90)
#08464E
(8,70,78)
#083C42
(8,60,66)
#083236
(8,50,54)
#08282A
(8,40,42)
#081E1E
(8,30,30)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #08788A

#08788A
(8,120,138)
#1E8494
(30,132,148)
#34909E
(52,144,158)
#4A9CA8
(74,156,168)
#60A8B2
(96,168,178)
#76B4BC
(118,180,188)
#8CC0C6
(140,192,198)
#A2CCD0
(162,204,208)
#B8D8DA
(184,216,218)
#CEE4E4
(206,228,228)
#E4F0EE
(228,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08788A color. Also use rgb(8,120,138) instead hex code.

Text Font Color

.myTextColor { color: #08788A; }

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

This text font color is #08788A.


Background Color

.myBgColor { background-color: #08788A; }

<div style="background-color:#08788A">Inner text</div>

This div background color is #08788A.


Border color

.myBorderColor { border: 1px solid #08788A; }

<div style="border:3px solid #08788A">Div</div>

This div border color is #08788A.


Opacity

.myOpacity80 { color: #08788A; opacity: 0.8; }

<p style="color:#08788A;opacity:0.8;">80%</p>

Text with #08788A 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 #08788A;}

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

This text has shadow with #08788A color.

.textShadow {text-shadow: 3px 3px 1px #08788A, 3px 3px 1px red;}

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

This text has shadow with #08788A primary color and red secondary color.


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

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

This text has shadow with #08788A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08788A on black background.


Color preview on white background

This text has color #08788A on white background.



Black color preview on #08788A background

This text has black color on #08788A background.


White color preview on #08788A background

This text has white color on #08788A background.