COLOR #98D9CB

HEX: #98D9CB RGB: (152,217,203)

Color info

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

RGB color model

#98D9CB color RGB value is (152,217,203).

RGB: (152,217,203) (60%, 85%, 80%)

RGB channels and saturation

R 152 of 255 = 60%
G 217 of 255 = 85%
B 203 of 255 = 80%

152
217
203

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

Portions of RGB colors in percentages

R + G + B = 152 + 217 + 203 = 572 (100%)
R 152 of 572 ~ 26.57%
G 217 of 572 ~ 37.94%
B 203 of 572 ~ 35.49'%

%26.57
%37.94
%35.49

CMYK color model

#98D9CB color CMYK value is (30,0,6,15).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK: (30,0,6,15) C30M0Y6K15 (30%,0%,6%,15%) (0.30/0.00/0.06/0.15) 

CMYK percentages

%29.95
%0
%6.45
%14.9

Codes

Color #98D9CB in popluar color models

98 D9 CB
RGB 152 217 203
HSL 167° 46.10% 72.35%
HSB/HSV 167° 29.95% 85.10%
CMYK 29.95% 0.00% 6.45%
14.90%

Color #98D9CB in popluar number systems.

HEX 98 D9 CB
Decimal 152 217 203
Binary 10011000 11011001 11001011
Octal 230 331 313

Shades and tints

Shades of #98D9CB

#98D9CB
(152,217,203)
#8BC6B9
(139,198,185)
#7EB3A7
(126,179,167)
#71A095
(113,160,149)
#648D83
(100,141,131)
#577A71
(87,122,113)
#4A675F
(74,103,95)
#3D544D
(61,84,77)
#30413B
(48,65,59)
#232E29
(35,46,41)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #98D9CB

#98D9CB
(152,217,203)
#A1DCCF
(161,220,207)
#AADFD3
(170,223,211)
#B3E2D7
(179,226,215)
#BCE5DB
(188,229,219)
#C5E8DF
(197,232,223)
#CEEBE3
(206,235,227)
#D7EEE7
(215,238,231)
#E0F1EB
(224,241,235)
#E9F4EF
(233,244,239)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D9CB; }

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

This text font color is #98D9CB.

Background Color

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

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

This div background color is #98D9CB.

Border color

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

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

This div border color is #98D9CB.

Opacity

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

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

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

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

This text has shadow with #98D9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D9CB.

Preview

Color preview on black background

This text has color #98D9CB on black background.


Color preview on white background

This text has color #98D9CB on white background.


Black color preview on #98D9CB background

This text has black color on #98D9CB background.


White color preview on #98D9CB background

This text has white color on #98D9CB background.


Related colors

Complementary color

Complementary color for #hex is #672634.


I love getcolorcode.com

Triadic colors

1 #CB98D9 and #D9CB98 with #98D9CB are triadic colors.

2 #CBD998 and #D998CB with #98D9CB are triadic colors.