COLOR #08AB6B

HEX: #08AB6B
RGB: (8,171,107)

Color info

#08AB6B contains mainly green color. Web safe color of #08AB6B is #009966 (or #096).

RGB color model

#08AB6B color RGB value is (8,171,107).

  • red value is 8;
  • green value is 171;
  • blue value is 107.
RGB:
(8,171,107)
(3%,67%,42%)

RGB channels and saturation

R 8 of 255 = 3%
G 171 of 255 = 67%
B 107 of 255 = 42%

8
171
107

R + G + B ~ 37%. #08AB6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 171 + 107 = 286 (100%)
R 8 of 286 ~ 2.8%
G 171 of 286 ~ 59.79%
B 107 of 286 ~ 37.41%

%59.79
%37.41

CMYK color model

#08AB6B color CMYK value is (95,0,37,33).

  • cyan value is 95.32%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 32.94%
CMYK:
(95,0,37,33)
C95M0Y37K33 
(95%,0%,37%,33%)
(0.95/0.00/0.37/0.33)	

CMYK percentages

%95.32
%0
%37.43
%32.94

Codes

Color #08AB6B in popluar color models

08AB6B
RGB8171107
HSL156°91.06%35.10%
HSB/HSV156°95.32%67.06%
CMYK95.32%0.00%37.43%
32.94%

Color #08AB6B in popluar number systems.

HEX08AB6B
Decimal8171107
Binary1000101010111101011
Octal10253153

Shades and tints

Shades of #08AB6B

#08AB6B
(8,171,107)
#089C62
(8,156,98)
#088D59
(8,141,89)
#087E50
(8,126,80)
#086F47
(8,111,71)
#08603E
(8,96,62)
#085135
(8,81,53)
#08422C
(8,66,44)
#083323
(8,51,35)
#08241A
(8,36,26)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #08AB6B

#08AB6B
(8,171,107)
#1EB278
(30,178,120)
#34B985
(52,185,133)
#4AC092
(74,192,146)
#60C79F
(96,199,159)
#76CEAC
(118,206,172)
#8CD5B9
(140,213,185)
#A2DCC6
(162,220,198)
#B8E3D3
(184,227,211)
#CEEAE0
(206,234,224)
#E4F1ED
(228,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08AB6B color. Also use rgb(8,171,107) instead hex code.

Text Font Color

.myTextColor { color: #08AB6B; }

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

This text font color is #08AB6B.


Background Color

.myBgColor { background-color: #08AB6B; }

<div style="background-color:#08AB6B">Inner text</div>

This div background color is #08AB6B.


Border color

.myBorderColor { border: 1px solid #08AB6B; }

<div style="border:3px solid #08AB6B">Div</div>

This div border color is #08AB6B.


Opacity

.myOpacity80 { color: #08AB6B; opacity: 0.8; }

<p style="color:#08AB6B;opacity:0.8;">80%</p>

Text with #08AB6B 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 #08AB6B;}

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

This text has shadow with #08AB6B color.

.textShadow {text-shadow: 3px 3px 1px #08AB6B, 3px 3px 1px red;}

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

This text has shadow with #08AB6B primary color and red secondary color.


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

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

This text has shadow with #08AB6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08AB6B on black background.


Color preview on white background

This text has color #08AB6B on white background.



Black color preview on #08AB6B background

This text has black color on #08AB6B background.


White color preview on #08AB6B background

This text has white color on #08AB6B background.