COLOR #08B4B5

HEX: #08B4B5
RGB: (8,180,181)

Color info

#08B4B5 contains mainly green and blue colors. Web safe color of #08B4B5 is #00CCCC (or #0CC).

RGB color model

#08B4B5 color RGB value is (8,180,181).

  • red value is 8;
  • green value is 180;
  • blue value is 181.
RGB:
(8,180,181)
(3%,71%,71%)

RGB channels and saturation

R 8 of 255 = 3%
G 180 of 255 = 71%
B 181 of 255 = 71%

8
180
181

R + G + B ~ 48%. #08B4B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 180 + 181 = 369 (100%)
R 8 of 369 ~ 2.17%
G 180 of 369 ~ 48.78%
B 181 of 369 ~ 49.05%

%48.78
%49.05

CMYK color model

#08B4B5 color CMYK value is (96,1,0,29).

  • cyan value is 95.58%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(96,1,0,29)
C96M1Y0K29 
(96%,1%,0%,29%)
(0.96/0.01/0.00/0.29)	

CMYK percentages

%95.58
%0.55
%0
%29.02

Codes

Color #08B4B5 in popluar color models

08B4B5
RGB8180181
HSL180°91.53%37.06%
HSB/HSV180°95.58%70.98%
CMYK95.58%0.55%0.00%
29.02%

Color #08B4B5 in popluar number systems.

HEX08B4B5
Decimal8180181
Binary10001011010010110101
Octal10264265

Shades and tints

Shades of #08B4B5

#08B4B5
(8,180,181)
#08A4A5
(8,164,165)
#089495
(8,148,149)
#088485
(8,132,133)
#087475
(8,116,117)
#086465
(8,100,101)
#085455
(8,84,85)
#084445
(8,68,69)
#083435
(8,52,53)
#082425
(8,36,37)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #08B4B5

#08B4B5
(8,180,181)
#1EBABB
(30,186,187)
#34C0C1
(52,192,193)
#4AC6C7
(74,198,199)
#60CCCD
(96,204,205)
#76D2D3
(118,210,211)
#8CD8D9
(140,216,217)
#A2DEDF
(162,222,223)
#B8E4E5
(184,228,229)
#CEEAEB
(206,234,235)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08B4B5 color. Also use rgb(8,180,181) instead hex code.

Text Font Color

.myTextColor { color: #08B4B5; }

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

This text font color is #08B4B5.


Background Color

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

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

This div background color is #08B4B5.


Border color

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

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

This div border color is #08B4B5.


Opacity

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

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

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

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

This text has shadow with #08B4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08B4B5 on black background.


Color preview on white background

This text has color #08B4B5 on white background.



Black color preview on #08B4B5 background

This text has black color on #08B4B5 background.


White color preview on #08B4B5 background

This text has white color on #08B4B5 background.