COLOR #98D9C2

HEX: #98D9C2 RGB: (152,217,194)

Color info

#98D9C2 contains mainly green and blue colors. Web safe color of #98D9C2 is #99CCCC (or #9CC).

RGB color model

#98D9C2 color RGB value is (152,217,194).

RGB: (152,217,194) (60%, 85%, 76%)

RGB channels and saturation

R 152 of 255 = 60%
G 217 of 255 = 85%
B 194 of 255 = 76%

152
217
194

R + G + B ~ 74%. #98D9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 217 + 194 = 563 (100%)
R 152 of 563 ~ 27%
G 217 of 563 ~ 38.54%
B 194 of 563 ~ 34.46'%

%27
%38.54
%34.46

CMYK color model

#98D9C2 color CMYK value is (30,0,11,15).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 14.90%

CMYK: (30,0,11,15)
C30M0Y11K15 (30%, 0%, 11%, 15%)
(0.30 / 0.00 / 0.11 / 0.15)

CMYK percentages

%29.95
%0
%10.6
%14.9

Codes

Color #98D9C2 in popluar color models

98 D9 C2
RGB 152 217 194
HSL 159° 46.10% 72.35%
HSB/HSV 159° 29.95% 85.10%
CMYK 29.95% 0.00% 10.60%
14.90%

Color #98D9C2 in popluar number systems.

HEX 98 D9 C2
Decimal 152 217 194
Binary 10011000 11011001 11000010
Octal 230 331 302

Shades and tints

Shades of #98D9C2

#98D9C2
(152,217,194)
#8BC6B1
(139,198,177)
#7EB3A0
(126,179,160)
#71A08F
(113,160,143)
#648D7E
(100,141,126)
#577A6D
(87,122,109)
#4A675C
(74,103,92)
#3D544B
(61,84,75)
#30413A
(48,65,58)
#232E29
(35,46,41)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #98D9C2

#98D9C2
(152,217,194)
#A1DCC7
(161,220,199)
#AADFCC
(170,223,204)
#B3E2D1
(179,226,209)
#BCE5D6
(188,229,214)
#C5E8DB
(197,232,219)
#CEEBE0
(206,235,224)
#D7EEE5
(215,238,229)
#E0F1EA
(224,241,234)
#E9F4EF
(233,244,239)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D9C2; }

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

This text font color is #98D9C2.

Background Color

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

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

This div background color is #98D9C2.

Border color

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

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

This div border color is #98D9C2.

Opacity

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

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

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

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

This text has shadow with #98D9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D9C2.

Preview

Color preview on black background

This text has color #98D9C2 on black background.


Color preview on white background

This text has color #98D9C2 on white background.


Black color preview on #98D9C2 background

This text has black color on #98D9C2 background.


White color preview on #98D9C2 background

This text has white color on #98D9C2 background.


Related colors

Complementary color

Complementary color for #hex is #67263D.


I love getcolorcode.com

Triadic colors

1 #C298D9 and #D9C298 with #98D9C2 are triadic colors.

2 #C2D998 and #D998C2 with #98D9C2 are triadic colors.