COLOR #98BBC6

HEX: #98BBC6 RGB: (152,187,198)

Color info

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

RGB color model

#98BBC6 color RGB value is (152,187,198).

RGB: (152,187,198) (60%, 73%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 187 of 255 = 73%
B 198 of 255 = 78%

152
187
198

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

Portions of RGB colors in percentages

R + G + B = 152 + 187 + 198 = 537 (100%)
R 152 of 537 ~ 28.31%
G 187 of 537 ~ 34.82%
B 198 of 537 ~ 36.87'%

%28.31
%34.82
%36.87

CMYK color model

#98BBC6 color CMYK value is (23,6,0,22).

  • cyan value is 23.23%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (23,6,0,22)
C23M6Y0K22 (23%, 6%, 0%, 22%)
(0.23 / 0.06 / 0.00 / 0.22)

CMYK percentages

%23.23
%5.56
%0
%22.35

Codes

Color #98BBC6 in popluar color models

98 BB C6
RGB 152 187 198
HSL 194° 28.75% 68.63%
HSB/HSV 194° 23.23% 77.65%
CMYK 23.23% 5.56% 0.00%
22.35%

Color #98BBC6 in popluar number systems.

HEX 98 BB C6
Decimal 152 187 198
Binary 10011000 10111011 11000110
Octal 230 273 306

Shades and tints

Shades of #98BBC6

#98BBC6
(152,187,198)
#8BAAB4
(139,170,180)
#7E99A2
(126,153,162)
#718890
(113,136,144)
#64777E
(100,119,126)
#57666C
(87,102,108)
#4A555A
(74,85,90)
#3D4448
(61,68,72)
#303336
(48,51,54)
#232224
(35,34,36)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #98BBC6

#98BBC6
(152,187,198)
#A1C1CB
(161,193,203)
#AAC7D0
(170,199,208)
#B3CDD5
(179,205,213)
#BCD3DA
(188,211,218)
#C5D9DF
(197,217,223)
#CEDFE4
(206,223,228)
#D7E5E9
(215,229,233)
#E0EBEE
(224,235,238)
#E9F1F3
(233,241,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BBC6 color. Also use rgb(152,187,198) instead hex code.

Text Font Color

.myTextColor { color: #98BBC6; }

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

This text font color is #98BBC6.

Background Color

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

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

This div background color is #98BBC6.

Border color

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

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

This div border color is #98BBC6.

Opacity

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

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

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

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

This text has shadow with #98BBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BBC6.

Preview

Color preview on black background

This text has color #98BBC6 on black background.


Color preview on white background

This text has color #98BBC6 on white background.


Black color preview on #98BBC6 background

This text has black color on #98BBC6 background.


White color preview on #98BBC6 background

This text has white color on #98BBC6 background.


Related colors

Complementary color

Complementary color for #hex is #674439.


I love getcolorcode.com

Triadic colors

1 #C698BB and #BBC698 with #98BBC6 are triadic colors.

2 #C6BB98 and #BB98C6 with #98BBC6 are triadic colors.