COLOR #98B4CC

HEX: #98B4CC
RGB: (152,180,204)

Color info

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

RGB color model

#98B4CC color RGB value is (152,180,204).

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

RGB channels and saturation

R 152 of 255 = 60%
G 180 of 255 = 71%
B 204 of 255 = 80%

152
180
204

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

Portions of RGB colors in percentages

R + G + B =
152 + 180 + 204 = 536 (100%)
R 152 of 536 ~ 28.36%
G 180 of 536 ~ 33.58%
B 204 of 536 ~ 38.06%

%28.36
%33.58
%38.06

CMYK color model

#98B4CC color CMYK value is (25,12,0,20).

  • cyan value is 25.49%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(25,12,0,20)
C25M12Y0K20 
(25%,12%,0%,20%)
(0.25/0.12/0.00/0.20)	

CMYK percentages

%25.49
%11.76
%0
%20

Codes

Color #98B4CC in popluar color models

98B4CC
RGB152180204
HSL208°33.77%69.80%
HSB/HSV208°25.49%80.00%
CMYK25.49%11.76%0.00%
20.00%

Color #98B4CC in popluar number systems.

HEX98B4CC
Decimal152180204
Binary100110001011010011001100
Octal230264314

Shades and tints

Shades of #98B4CC

#98B4CC
(152,180,204)
#8BA4BA
(139,164,186)
#7E94A8
(126,148,168)
#718496
(113,132,150)
#647484
(100,116,132)
#576472
(87,100,114)
#4A5460
(74,84,96)
#3D444E
(61,68,78)
#30343C
(48,52,60)
#23242A
(35,36,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #98B4CC

#98B4CC
(152,180,204)
#A1BAD0
(161,186,208)
#AAC0D4
(170,192,212)
#B3C6D8
(179,198,216)
#BCCCDC
(188,204,220)
#C5D2E0
(197,210,224)
#CED8E4
(206,216,228)
#D7DEE8
(215,222,232)
#E0E4EC
(224,228,236)
#E9EAF0
(233,234,240)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B4CC; }

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

This text font color is #98B4CC.


Background Color

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

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

This div background color is #98B4CC.


Border color

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

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

This div border color is #98B4CC.


Opacity

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

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

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

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

This text has shadow with #98B4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B4CC on black background.


Color preview on white background

This text has color #98B4CC on white background.



Black color preview on #98B4CC background

This text has black color on #98B4CC background.


White color preview on #98B4CC background

This text has white color on #98B4CC background.