COLOR #98CB7E

HEX: #98CB7E RGB: (152,203,126)

Color info

#98CB7E contains mainly red and green colors. Web safe color of #98CB7E is #99CC66 (or #9C6).

RGB color model

#98CB7E color RGB value is (152,203,126).

RGB: (152,203,126) (60%, 80%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 203 of 255 = 80%
B 126 of 255 = 49%

152
203
126

R + G + B ~ 63%. #98CB7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 203 + 126 = 481 (100%)
R 152 of 481 ~ 31.6%
G 203 of 481 ~ 42.2%
B 126 of 481 ~ 26.2'%

%31.6
%42.2
%26.2

CMYK color model

#98CB7E color CMYK value is (25,0,38,20).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 20.39%
CMYK: (25,0,38,20) C25M0Y38K20 (25%,0%,38%,20%) (0.25/0.00/0.38/0.20) 

CMYK percentages

%25.12
%0
%37.93
%20.39

Codes

Color #98CB7E in popluar color models

98 CB 7E
RGB 152 203 126
HSL 100° 42.54% 64.51%
HSB/HSV 100° 37.93% 79.61%
CMYK 25.12% 0.00% 37.93%
20.39%

Color #98CB7E in popluar number systems.

HEX 98 CB 7E
Decimal 152 203 126
Binary 10011000 11001011 1111110
Octal 230 313 176

Shades and tints

Shades of #98CB7E

#98CB7E
(152,203,126)
#8BB973
(139,185,115)
#7EA768
(126,167,104)
#71955D
(113,149,93)
#648352
(100,131,82)
#577147
(87,113,71)
#4A5F3C
(74,95,60)
#3D4D31
(61,77,49)
#303B26
(48,59,38)
#23291B
(35,41,27)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #98CB7E

#98CB7E
(152,203,126)
#A1CF89
(161,207,137)
#AAD394
(170,211,148)
#B3D79F
(179,215,159)
#BCDBAA
(188,219,170)
#C5DFB5
(197,223,181)
#CEE3C0
(206,227,192)
#D7E7CB
(215,231,203)
#E0EBD6
(224,235,214)
#E9EFE1
(233,239,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CB7E; }

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

This text font color is #98CB7E.

Background Color

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

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

This div background color is #98CB7E.

Border color

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

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

This div border color is #98CB7E.

Opacity

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

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

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

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

This text has shadow with #98CB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CB7E.

Preview

Color preview on black background

This text has color #98CB7E on black background.


Color preview on white background

This text has color #98CB7E on white background.


Black color preview on #98CB7E background

This text has black color on #98CB7E background.


White color preview on #98CB7E background

This text has white color on #98CB7E background.


Related colors

Complementary color

Complementary color for #hex is #673481.


I love getcolorcode.com

Triadic colors

1 #7E98CB and #CB7E98 with #98CB7E are triadic colors.

2 #7ECB98 and #CB987E with #98CB7E are triadic colors.