COLOR #98C2C5

HEX: #98C2C5 RGB: (152,194,197)

Color info

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

RGB color model

#98C2C5 color RGB value is (152,194,197).

RGB: (152,194,197) (60%, 76%, 77%)

RGB channels and saturation

R 152 of 255 = 60%
G 194 of 255 = 76%
B 197 of 255 = 77%

152
194
197

R + G + B ~ 71%. #98C2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 194 + 197 = 543 (100%)
R 152 of 543 ~ 27.99%
G 194 of 543 ~ 35.73%
B 197 of 543 ~ 36.28'%

%27.99
%35.73
%36.28

CMYK color model

#98C2C5 color CMYK value is (23,2,0,23).

  • cyan value is 22.84%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (23,2,0,23)
C23M2Y0K23 (23%, 2%, 0%, 23%)
(0.23 / 0.02 / 0.00 / 0.23)

CMYK percentages

%22.84
%1.52
%0
%22.75

Codes

Color #98C2C5 in popluar color models

98 C2 C5
RGB 152 194 197
HSL 184° 27.95% 68.43%
HSB/HSV 184° 22.84% 77.25%
CMYK 22.84% 1.52% 0.00%
22.75%

Color #98C2C5 in popluar number systems.

HEX 98 C2 C5
Decimal 152 194 197
Binary 10011000 11000010 11000101
Octal 230 302 305

Shades and tints

Shades of #98C2C5

#98C2C5
(152,194,197)
#8BB1B4
(139,177,180)
#7EA0A3
(126,160,163)
#718F92
(113,143,146)
#647E81
(100,126,129)
#576D70
(87,109,112)
#4A5C5F
(74,92,95)
#3D4B4E
(61,75,78)
#303A3D
(48,58,61)
#23292C
(35,41,44)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #98C2C5

#98C2C5
(152,194,197)
#A1C7CA
(161,199,202)
#AACCCF
(170,204,207)
#B3D1D4
(179,209,212)
#BCD6D9
(188,214,217)
#C5DBDE
(197,219,222)
#CEE0E3
(206,224,227)
#D7E5E8
(215,229,232)
#E0EAED
(224,234,237)
#E9EFF2
(233,239,242)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C2C5 color. Also use rgb(152,194,197) instead hex code.

Text Font Color

.myTextColor { color: #98C2C5; }

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

This text font color is #98C2C5.

Background Color

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

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

This div background color is #98C2C5.

Border color

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

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

This div border color is #98C2C5.

Opacity

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

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

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

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

This text has shadow with #98C2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C2C5.

Preview

Color preview on black background

This text has color #98C2C5 on black background.


Color preview on white background

This text has color #98C2C5 on white background.


Black color preview on #98C2C5 background

This text has black color on #98C2C5 background.


White color preview on #98C2C5 background

This text has white color on #98C2C5 background.


Related colors

Complementary color

Complementary color for #hex is #673D3A.


I love getcolorcode.com

Triadic colors

1 #C598C2 and #C2C598 with #98C2C5 are triadic colors.

2 #C5C298 and #C298C5 with #98C2C5 are triadic colors.