COLOR #98C7CC

HEX: #98C7CC RGB: (152,199,204)

Color info

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

RGB color model

#98C7CC color RGB value is (152,199,204).

RGB: (152,199,204) (60%, 78%, 80%)

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 204 of 255 = 80%

152
199
204

R + G + B ~ 73%. #98C7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 199 + 204 = 555 (100%)
R 152 of 555 ~ 27.39%
G 199 of 555 ~ 35.86%
B 204 of 555 ~ 36.76'%

%27.39
%35.86
%36.76

CMYK color model

#98C7CC color CMYK value is (25,2,0,20).

  • cyan value is 25.49%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (25,2,0,20)
C25M2Y0K20 (25%, 2%, 0%, 20%)
(0.25 / 0.02 / 0.00 / 0.20)

CMYK percentages

%25.49
%2.45
%0
%20

Codes

Color #98C7CC in popluar color models

98 C7 CC
RGB 152 199 204
HSL 186° 33.77% 69.80%
HSB/HSV 186° 25.49% 80.00%
CMYK 25.49% 2.45% 0.00%
20.00%

Color #98C7CC in popluar number systems.

HEX 98 C7 CC
Decimal 152 199 204
Binary 10011000 11000111 11001100
Octal 230 307 314

Shades and tints

Shades of #98C7CC

#98C7CC
(152,199,204)
#8BB5BA
(139,181,186)
#7EA3A8
(126,163,168)
#719196
(113,145,150)
#647F84
(100,127,132)
#576D72
(87,109,114)
#4A5B60
(74,91,96)
#3D494E
(61,73,78)
#30373C
(48,55,60)
#23252A
(35,37,42)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #98C7CC

#98C7CC
(152,199,204)
#A1CCD0
(161,204,208)
#AAD1D4
(170,209,212)
#B3D6D8
(179,214,216)
#BCDBDC
(188,219,220)
#C5E0E0
(197,224,224)
#CEE5E4
(206,229,228)
#D7EAE8
(215,234,232)
#E0EFEC
(224,239,236)
#E9F4F0
(233,244,240)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7CC; }

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

This text font color is #98C7CC.

Background Color

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

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

This div background color is #98C7CC.

Border color

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

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

This div border color is #98C7CC.

Opacity

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

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

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

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

This text has shadow with #98C7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C7CC.

Preview

Color preview on black background

This text has color #98C7CC on black background.


Color preview on white background

This text has color #98C7CC on white background.


Black color preview on #98C7CC background

This text has black color on #98C7CC background.


White color preview on #98C7CC background

This text has white color on #98C7CC background.


Related colors

Complementary color

Complementary color for #hex is #673833.


I love getcolorcode.com

Triadic colors

1 #CC98C7 and #C7CC98 with #98C7CC are triadic colors.

2 #CCC798 and #C798CC with #98C7CC are triadic colors.