COLOR #03ABBE

HEX: #03ABBE
RGB: (3,171,190)

Color info

#03ABBE contains mainly green and blue colors. Web safe color of #03ABBE is #0099CC (or #09C).

RGB color model

#03ABBE color RGB value is (3,171,190).

  • red value is 3;
  • green value is 171;
  • blue value is 190.
RGB:
(3,171,190)
(1%,67%,75%)

RGB channels and saturation

R 3 of 255 = 1%
G 171 of 255 = 67%
B 190 of 255 = 75%

3
171
190

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

Portions of RGB colors in percentages

R + G + B =
3 + 171 + 190 = 364 (100%)
R 3 of 364 ~ 0.82%
G 171 of 364 ~ 46.98%
B 190 of 364 ~ 52.2%

%46.98
%52.2

CMYK color model

#03ABBE color CMYK value is (98,10,0,25).

  • cyan value is 98.42%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(98,10,0,25)
C98M10Y0K25 
(98%,10%,0%,25%)
(0.98/0.10/0.00/0.25)	

CMYK percentages

%98.42
%10
%0
%25.49

Codes

Color #03ABBE in popluar color models

03ABBE
RGB3171190
HSL186°96.89%37.84%
HSB/HSV186°98.42%74.51%
CMYK98.42%10.00%0.00%
25.49%

Color #03ABBE in popluar number systems.

HEX03ABBE
Decimal3171190
Binary111010101110111110
Octal3253276

Shades and tints

Shades of #03ABBE

#03ABBE
(3,171,190)
#039CAD
(3,156,173)
#038D9C
(3,141,156)
#037E8B
(3,126,139)
#036F7A
(3,111,122)
#036069
(3,96,105)
#035158
(3,81,88)
#034247
(3,66,71)
#033336
(3,51,54)
#032425
(3,36,37)
#031514
(3,21,20)
#000000
(0,0,0)

Tints of #03ABBE

#03ABBE
(3,171,190)
#19B2C3
(25,178,195)
#2FB9C8
(47,185,200)
#45C0CD
(69,192,205)
#5BC7D2
(91,199,210)
#71CED7
(113,206,215)
#87D5DC
(135,213,220)
#9DDCE1
(157,220,225)
#B3E3E6
(179,227,230)
#C9EAEB
(201,234,235)
#DFF1F0
(223,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03ABBE color. Also use rgb(3,171,190) instead hex code.

Text Font Color

.myTextColor { color: #03ABBE; }

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

This text font color is #03ABBE.


Background Color

.myBgColor { background-color: #03ABBE; }

<div style="background-color:#03ABBE">Inner text</div>

This div background color is #03ABBE.


Border color

.myBorderColor { border: 1px solid #03ABBE; }

<div style="border:3px solid #03ABBE">Div</div>

This div border color is #03ABBE.


Opacity

.myOpacity80 { color: #03ABBE; opacity: 0.8; }

<p style="color:#03ABBE;opacity:0.8;">80%</p>

Text with #03ABBE 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 #03ABBE;}

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

This text has shadow with #03ABBE color.

.textShadow {text-shadow: 3px 3px 1px #03ABBE, 3px 3px 1px red;}

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

This text has shadow with #03ABBE primary color and red secondary color.


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

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

This text has shadow with #03ABBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03ABBE on black background.


Color preview on white background

This text has color #03ABBE on white background.



Black color preview on #03ABBE background

This text has black color on #03ABBE background.


White color preview on #03ABBE background

This text has white color on #03ABBE background.