COLOR #1998B6

HEX: #1998B6
RGB: (25,152,182)

Color info

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

RGB color model

#1998B6 color RGB value is (25,152,182).

  • red value is 25;
  • green value is 152;
  • blue value is 182.
RGB:
(25,152,182)
(10%,60%,71%)

RGB channels and saturation

R 25 of 255 = 10%
G 152 of 255 = 60%
B 182 of 255 = 71%

25
152
182

R + G + B ~ 47%. #1998B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 152 + 182 = 359 (100%)
R 25 of 359 ~ 6.96%
G 152 of 359 ~ 42.34%
B 182 of 359 ~ 50.7%

%42.34
%50.7

CMYK color model

#1998B6 color CMYK value is (86,16,0,29).

  • cyan value is 86.26%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(86,16,0,29)
C86M16Y0K29 
(86%,16%,0%,29%)
(0.86/0.16/0.00/0.29)	

CMYK percentages

%86.26
%16.48
%0
%28.63

Codes

Color #1998B6 in popluar color models

1998B6
RGB25152182
HSL191°75.85%40.59%
HSB/HSV191°86.26%71.37%
CMYK86.26%16.48%0.00%
28.63%

Color #1998B6 in popluar number systems.

HEX1998B6
Decimal25152182
Binary110011001100010110110
Octal31230266

Shades and tints

Shades of #1998B6

#1998B6
(25,152,182)
#178BA6
(23,139,166)
#157E96
(21,126,150)
#137186
(19,113,134)
#116476
(17,100,118)
#0F5766
(15,87,102)
#0D4A56
(13,74,86)
#0B3D46
(11,61,70)
#093036
(9,48,54)
#072326
(7,35,38)
#051616
(5,22,22)
#000000
(0,0,0)

Tints of #1998B6

#1998B6
(25,152,182)
#2DA1BC
(45,161,188)
#41AAC2
(65,170,194)
#55B3C8
(85,179,200)
#69BCCE
(105,188,206)
#7DC5D4
(125,197,212)
#91CEDA
(145,206,218)
#A5D7E0
(165,215,224)
#B9E0E6
(185,224,230)
#CDE9EC
(205,233,236)
#E1F2F2
(225,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1998B6 color. Also use rgb(25,152,182) instead hex code.

Text Font Color

.myTextColor { color: #1998B6; }

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

This text font color is #1998B6.


Background Color

.myBgColor { background-color: #1998B6; }

<div style="background-color:#1998B6">Inner text</div>

This div background color is #1998B6.


Border color

.myBorderColor { border: 1px solid #1998B6; }

<div style="border:3px solid #1998B6">Div</div>

This div border color is #1998B6.


Opacity

.myOpacity80 { color: #1998B6; opacity: 0.8; }

<p style="color:#1998B6;opacity:0.8;">80%</p>

Text with #1998B6 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 #1998B6;}

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

This text has shadow with #1998B6 color.

.textShadow {text-shadow: 3px 3px 1px #1998B6, 3px 3px 1px red;}

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

This text has shadow with #1998B6 primary color and red secondary color.


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

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

This text has shadow with #1998B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1998B6 on black background.


Color preview on white background

This text has color #1998B6 on white background.



Black color preview on #1998B6 background

This text has black color on #1998B6 background.


White color preview on #1998B6 background

This text has white color on #1998B6 background.