COLOR #93BB97

HEX: #93BB97
RGB: (147,187,151)

Color info

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

RGB color model

#93BB97 color RGB value is (147,187,151).

  • red value is 147;
  • green value is 187;
  • blue value is 151.
RGB:
(147,187,151)
(58%,73%,59%)

RGB channels and saturation

R 147 of 255 = 58%
G 187 of 255 = 73%
B 151 of 255 = 59%

147
187
151

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

Portions of RGB colors in percentages

R + G + B =
147 + 187 + 151 = 485 (100%)
R 147 of 485 ~ 30.31%
G 187 of 485 ~ 38.56%
B 151 of 485 ~ 31.13%

%30.31
%38.56
%31.13

CMYK color model

#93BB97 color CMYK value is (21,0,19,27).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(21,0,19,27)
C21M0Y19K27 
(21%,0%,19%,27%)
(0.21/0.00/0.19/0.27)	

CMYK percentages

%21.39
%0
%19.25
%26.67

Codes

Color #93BB97 in popluar color models

93BB97
RGB147187151
HSL126°22.73%65.49%
HSB/HSV126°21.39%73.33%
CMYK21.39%0.00%19.25%
26.67%

Color #93BB97 in popluar number systems.

HEX93BB97
Decimal147187151
Binary100100111011101110010111
Octal223273227

Shades and tints

Shades of #93BB97

#93BB97
(147,187,151)
#86AA8A
(134,170,138)
#79997D
(121,153,125)
#6C8870
(108,136,112)
#5F7763
(95,119,99)
#526656
(82,102,86)
#455549
(69,85,73)
#38443C
(56,68,60)
#2B332F
(43,51,47)
#1E2222
(30,34,34)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #93BB97

#93BB97
(147,187,151)
#9CC1A0
(156,193,160)
#A5C7A9
(165,199,169)
#AECDB2
(174,205,178)
#B7D3BB
(183,211,187)
#C0D9C4
(192,217,196)
#C9DFCD
(201,223,205)
#D2E5D6
(210,229,214)
#DBEBDF
(219,235,223)
#E4F1E8
(228,241,232)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BB97 color. Also use rgb(147,187,151) instead hex code.

Text Font Color

.myTextColor { color: #93BB97; }

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

This text font color is #93BB97.


Background Color

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

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

This div background color is #93BB97.


Border color

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

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

This div border color is #93BB97.


Opacity

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

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

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

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

This text has shadow with #93BB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BB97 on black background.


Color preview on white background

This text has color #93BB97 on white background.



Black color preview on #93BB97 background

This text has black color on #93BB97 background.


White color preview on #93BB97 background

This text has white color on #93BB97 background.