COLOR #93B598

HEX: #93B598
RGB: (147,181,152)

Color info

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

RGB color model

#93B598 color RGB value is (147,181,152).

  • red value is 147;
  • green value is 181;
  • blue value is 152.
RGB:
(147,181,152)
(58%,71%,60%)

RGB channels and saturation

R 147 of 255 = 58%
G 181 of 255 = 71%
B 152 of 255 = 60%

147
181
152

R + G + B ~ 63%. #93B598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 181 + 152 = 480 (100%)
R 147 of 480 ~ 30.63%
G 181 of 480 ~ 37.71%
B 152 of 480 ~ 31.67%

%30.63
%37.71
%31.67

CMYK color model

#93B598 color CMYK value is (19,0,16,29).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 16.02%
  • key color value is 29.02%
CMYK:
(19,0,16,29)
C19M0Y16K29 
(19%,0%,16%,29%)
(0.19/0.00/0.16/0.29)	

CMYK percentages

%18.78
%0
%16.02
%29.02

Codes

Color #93B598 in popluar color models

93B598
RGB147181152
HSL129°18.68%64.31%
HSB/HSV129°18.78%70.98%
CMYK18.78%0.00%16.02%
29.02%

Color #93B598 in popluar number systems.

HEX93B598
Decimal147181152
Binary100100111011010110011000
Octal223265230

Shades and tints

Shades of #93B598

#93B598
(147,181,152)
#86A58B
(134,165,139)
#79957E
(121,149,126)
#6C8571
(108,133,113)
#5F7564
(95,117,100)
#526557
(82,101,87)
#45554A
(69,85,74)
#38453D
(56,69,61)
#2B3530
(43,53,48)
#1E2523
(30,37,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #93B598

#93B598
(147,181,152)
#9CBBA1
(156,187,161)
#A5C1AA
(165,193,170)
#AEC7B3
(174,199,179)
#B7CDBC
(183,205,188)
#C0D3C5
(192,211,197)
#C9D9CE
(201,217,206)
#D2DFD7
(210,223,215)
#DBE5E0
(219,229,224)
#E4EBE9
(228,235,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B598 color. Also use rgb(147,181,152) instead hex code.

Text Font Color

.myTextColor { color: #93B598; }

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

This text font color is #93B598.


Background Color

.myBgColor { background-color: #93B598; }

<div style="background-color:#93B598">Inner text</div>

This div background color is #93B598.


Border color

.myBorderColor { border: 1px solid #93B598; }

<div style="border:3px solid #93B598">Div</div>

This div border color is #93B598.


Opacity

.myOpacity80 { color: #93B598; opacity: 0.8; }

<p style="color:#93B598;opacity:0.8;">80%</p>

Text with #93B598 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 #93B598;}

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

This text has shadow with #93B598 color.

.textShadow {text-shadow: 3px 3px 1px #93B598, 3px 3px 1px red;}

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

This text has shadow with #93B598 primary color and red secondary color.


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

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

This text has shadow with #93B598 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B598 on black background.


Color preview on white background

This text has color #93B598 on white background.



Black color preview on #93B598 background

This text has black color on #93B598 background.


White color preview on #93B598 background

This text has white color on #93B598 background.