COLOR #98B2CC

HEX: #98B2CC
RGB: (152,178,204)

Color info

#98B2CC contains red, green and blue colors in about the same proportion. Web safe color of #98B2CC is #9999CC (or #99C).

RGB color model

#98B2CC color RGB value is (152,178,204).

  • red value is 152;
  • green value is 178;
  • blue value is 204.
RGB:
(152,178,204)
(60%,70%,80%)

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 204 of 255 = 80%

152
178
204

R + G + B ~ 70%. #98B2CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 178 + 204 = 534 (100%)
R 152 of 534 ~ 28.46%
G 178 of 534 ~ 33.33%
B 204 of 534 ~ 38.2%

%28.46
%33.33
%38.2

CMYK color model

#98B2CC color CMYK value is (25,13,0,20).

  • cyan value is 25.49%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,13,0,20)
C25M13Y0K20 
(25%,13%,0%,20%)
(0.25/0.13/0.00/0.20)	

CMYK percentages

%25.49
%12.75
%0
%20

Codes

Color #98B2CC in popluar color models

98B2CC
RGB152178204
HSL210°33.77%69.80%
HSB/HSV210°25.49%80.00%
CMYK25.49%12.75%0.00%
20.00%

Color #98B2CC in popluar number systems.

HEX98B2CC
Decimal152178204
Binary100110001011001011001100
Octal230262314

Shades and tints

Shades of #98B2CC

#98B2CC
(152,178,204)
#8BA2BA
(139,162,186)
#7E92A8
(126,146,168)
#718296
(113,130,150)
#647284
(100,114,132)
#576272
(87,98,114)
#4A5260
(74,82,96)
#3D424E
(61,66,78)
#30323C
(48,50,60)
#23222A
(35,34,42)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #98B2CC

#98B2CC
(152,178,204)
#A1B9D0
(161,185,208)
#AAC0D4
(170,192,212)
#B3C7D8
(179,199,216)
#BCCEDC
(188,206,220)
#C5D5E0
(197,213,224)
#CEDCE4
(206,220,228)
#D7E3E8
(215,227,232)
#E0EAEC
(224,234,236)
#E9F1F0
(233,241,240)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B2CC color. Also use rgb(152,178,204) instead hex code.

Text Font Color

.myTextColor { color: #98B2CC; }

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

This text font color is #98B2CC.


Background Color

.myBgColor { background-color: #98B2CC; }

<div style="background-color:#98B2CC">Inner text</div>

This div background color is #98B2CC.


Border color

.myBorderColor { border: 1px solid #98B2CC; }

<div style="border:3px solid #98B2CC">Div</div>

This div border color is #98B2CC.


Opacity

.myOpacity80 { color: #98B2CC; opacity: 0.8; }

<p style="color:#98B2CC;opacity:0.8;">80%</p>

Text with #98B2CC 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 #98B2CC;}

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

This text has shadow with #98B2CC color.

.textShadow {text-shadow: 3px 3px 1px #98B2CC, 3px 3px 1px red;}

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

This text has shadow with #98B2CC primary color and red secondary color.


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

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

This text has shadow with #98B2CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B2CC on black background.


Color preview on white background

This text has color #98B2CC on white background.



Black color preview on #98B2CC background

This text has black color on #98B2CC background.


White color preview on #98B2CC background

This text has white color on #98B2CC background.