COLOR #98D7CD

HEX: #98D7CD RGB: (152,215,205)

Color info

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

RGB color model

#98D7CD color RGB value is (152,215,205).

RGB: (152,215,205) (60%, 84%, 80%)

RGB channels and saturation

R 152 of 255 = 60%
G 215 of 255 = 84%
B 205 of 255 = 80%

152
215
205

R + G + B ~ 75%. #98D7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 215 + 205 = 572 (100%)
R 152 of 572 ~ 26.57%
G 215 of 572 ~ 37.59%
B 205 of 572 ~ 35.84'%

%26.57
%37.59
%35.84

CMYK color model

#98D7CD color CMYK value is (29,0,5,16).

  • cyan value is 29.30%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 15.69%

CMYK: (29,0,5,16)
C29M0Y5K16 (29%, 0%, 5%, 16%)
(0.29 / 0.00 / 0.05 / 0.16)

CMYK percentages

%29.3
%0
%4.65
%15.69

Codes

Color #98D7CD in popluar color models

98 D7 CD
RGB 152 215 205
HSL 170° 44.06% 71.96%
HSB/HSV 170° 29.30% 84.31%
CMYK 29.30% 0.00% 4.65%
15.69%

Color #98D7CD in popluar number systems.

HEX 98 D7 CD
Decimal 152 215 205
Binary 10011000 11010111 11001101
Octal 230 327 315

Shades and tints

Shades of #98D7CD

#98D7CD
(152,215,205)
#8BC4BB
(139,196,187)
#7EB1A9
(126,177,169)
#719E97
(113,158,151)
#648B85
(100,139,133)
#577873
(87,120,115)
#4A6561
(74,101,97)
#3D524F
(61,82,79)
#303F3D
(48,63,61)
#232C2B
(35,44,43)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #98D7CD

#98D7CD
(152,215,205)
#A1DAD1
(161,218,209)
#AADDD5
(170,221,213)
#B3E0D9
(179,224,217)
#BCE3DD
(188,227,221)
#C5E6E1
(197,230,225)
#CEE9E5
(206,233,229)
#D7ECE9
(215,236,233)
#E0EFED
(224,239,237)
#E9F2F1
(233,242,241)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D7CD color. Also use rgb(152,215,205) instead hex code.

Text Font Color

.myTextColor { color: #98D7CD; }

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

This text font color is #98D7CD.

Background Color

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

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

This div background color is #98D7CD.

Border color

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

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

This div border color is #98D7CD.

Opacity

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

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

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

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

This text has shadow with #98D7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D7CD.

Preview

Color preview on black background

This text has color #98D7CD on black background.


Color preview on white background

This text has color #98D7CD on white background.


Black color preview on #98D7CD background

This text has black color on #98D7CD background.


White color preview on #98D7CD background

This text has white color on #98D7CD background.


Related colors

Complementary color

Complementary color for #hex is #672832.


I love getcolorcode.com

Triadic colors

1 #CD98D7 and #D7CD98 with #98D7CD are triadic colors.

2 #CDD798 and #D798CD with #98D7CD are triadic colors.