COLOR #98C695

HEX: #98C695 RGB: (152,198,149)

Color info

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

RGB color model

#98C695 color RGB value is (152,198,149).

RGB: (152,198,149) (60%, 78%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 198 of 255 = 78%
B 149 of 255 = 58%

152
198
149

R + G + B ~ 65%. #98C695 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 198 + 149 = 499 (100%)
R 152 of 499 ~ 30.46%
G 198 of 499 ~ 39.68%
B 149 of 499 ~ 29.86'%

%30.46
%39.68
%29.86

CMYK color model

#98C695 color CMYK value is (23,0,25,22).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK: (23,0,25,22) C23M0Y25K22 (23%,0%,25%,22%) (0.23/0.00/0.25/0.22) 

CMYK percentages

%23.23
%0
%24.75
%22.35

Codes

Color #98C695 in popluar color models

98 C6 95
RGB 152 198 149
HSL 116° 30.06% 68.04%
HSB/HSV 116° 24.75% 77.65%
CMYK 23.23% 0.00% 24.75%
22.35%

Color #98C695 in popluar number systems.

HEX 98 C6 95
Decimal 152 198 149
Binary 10011000 11000110 10010101
Octal 230 306 225

Shades and tints

Shades of #98C695

#98C695
(152,198,149)
#8BB488
(139,180,136)
#7EA27B
(126,162,123)
#71906E
(113,144,110)
#647E61
(100,126,97)
#576C54
(87,108,84)
#4A5A47
(74,90,71)
#3D483A
(61,72,58)
#30362D
(48,54,45)
#232420
(35,36,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #98C695

#98C695
(152,198,149)
#A1CB9E
(161,203,158)
#AAD0A7
(170,208,167)
#B3D5B0
(179,213,176)
#BCDAB9
(188,218,185)
#C5DFC2
(197,223,194)
#CEE4CB
(206,228,203)
#D7E9D4
(215,233,212)
#E0EEDD
(224,238,221)
#E9F3E6
(233,243,230)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C695 color. Also use rgb(152,198,149) instead hex code.

Text Font Color

.myTextColor { color: #98C695; }

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

This text font color is #98C695.

Background Color

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

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

This div background color is #98C695.

Border color

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

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

This div border color is #98C695.

Opacity

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

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

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

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

This text has shadow with #98C695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C695.

Preview

Color preview on black background

This text has color #98C695 on black background.


Color preview on white background

This text has color #98C695 on white background.


Black color preview on #98C695 background

This text has black color on #98C695 background.


White color preview on #98C695 background

This text has white color on #98C695 background.


Related colors

Complementary color

Complementary color for #hex is #67396A.


I love getcolorcode.com

Triadic colors

1 #9598C6 and #C69598 with #98C695 are triadic colors.

2 #95C698 and #C69895 with #98C695 are triadic colors.