COLOR #98CFA4

HEX: #98CFA4
RGB: (152,207,164)

Color info

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

RGB color model

#98CFA4 color RGB value is (152,207,164).

  • red value is 152;
  • green value is 207;
  • blue value is 164.
RGB:
(152,207,164)
(60%,81%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 207 of 255 = 81%
B 164 of 255 = 64%

152
207
164

R + G + B ~ 68%. #98CFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 207 + 164 = 523 (100%)
R 152 of 523 ~ 29.06%
G 207 of 523 ~ 39.58%
B 164 of 523 ~ 31.36%

%29.06
%39.58
%31.36

CMYK color model

#98CFA4 color CMYK value is (27,0,21,19).

  • cyan value is 26.57%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 18.82%
CMYK:
(27,0,21,19)
C27M0Y21K19 
(27%,0%,21%,19%)
(0.27/0.00/0.21/0.19)	

CMYK percentages

%26.57
%0
%20.77
%18.82

Codes

Color #98CFA4 in popluar color models

98CFA4
RGB152207164
HSL133°36.42%70.39%
HSB/HSV133°26.57%81.18%
CMYK26.57%0.00%20.77%
18.82%

Color #98CFA4 in popluar number systems.

HEX98CFA4
Decimal152207164
Binary100110001100111110100100
Octal230317244

Shades and tints

Shades of #98CFA4

#98CFA4
(152,207,164)
#8BBD96
(139,189,150)
#7EAB88
(126,171,136)
#71997A
(113,153,122)
#64876C
(100,135,108)
#57755E
(87,117,94)
#4A6350
(74,99,80)
#3D5142
(61,81,66)
#303F34
(48,63,52)
#232D26
(35,45,38)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #98CFA4

#98CFA4
(152,207,164)
#A1D3AC
(161,211,172)
#AAD7B4
(170,215,180)
#B3DBBC
(179,219,188)
#BCDFC4
(188,223,196)
#C5E3CC
(197,227,204)
#CEE7D4
(206,231,212)
#D7EBDC
(215,235,220)
#E0EFE4
(224,239,228)
#E9F3EC
(233,243,236)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CFA4 color. Also use rgb(152,207,164) instead hex code.

Text Font Color

.myTextColor { color: #98CFA4; }

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

This text font color is #98CFA4.


Background Color

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

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

This div background color is #98CFA4.


Border color

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

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

This div border color is #98CFA4.


Opacity

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

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

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

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

This text has shadow with #98CFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CFA4 on black background.


Color preview on white background

This text has color #98CFA4 on white background.



Black color preview on #98CFA4 background

This text has black color on #98CFA4 background.


White color preview on #98CFA4 background

This text has white color on #98CFA4 background.