COLOR #93BC97

HEX: #93BC97 RGB: (147,188,151)

Color info

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

RGB color model

#93BC97 color RGB value is (147,188,151).

RGB: (147,188,151) (58%, 74%, 59%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 151 of 255 = 59%

147
188
151

R + G + B ~ 64%. #93BC97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 188 + 151 = 486 (100%)
R 147 of 486 ~ 30.25%
G 188 of 486 ~ 38.68%
B 151 of 486 ~ 31.07'%

%30.25
%38.68
%31.07

CMYK color model

#93BC97 color CMYK value is (22,0,20,26).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%

CMYK: (22,0,20,26)
C22M0Y20K26 (22%, 0%, 20%, 26%)
(0.22 / 0.00 / 0.20 / 0.26)

CMYK percentages

%21.81
%0
%19.68
%26.27

Codes

Color #93BC97 in popluar color models

93 BC 97
RGB 147 188 151
HSL 126° 23.43% 65.69%
HSB/HSV 126° 21.81% 73.73%
CMYK 21.81% 0.00% 19.68%
26.27%

Color #93BC97 in popluar number systems.

HEX 93 BC 97
Decimal 147 188 151
Binary 10010011 10111100 10010111
Octal 223 274 227

Shades and tints

Shades of #93BC97

#93BC97
(147,188,151)
#86AB8A
(134,171,138)
#799A7D
(121,154,125)
#6C8970
(108,137,112)
#5F7863
(95,120,99)
#526756
(82,103,86)
#455649
(69,86,73)
#38453C
(56,69,60)
#2B342F
(43,52,47)
#1E2322
(30,35,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #93BC97

#93BC97
(147,188,151)
#9CC2A0
(156,194,160)
#A5C8A9
(165,200,169)
#AECEB2
(174,206,178)
#B7D4BB
(183,212,187)
#C0DAC4
(192,218,196)
#C9E0CD
(201,224,205)
#D2E6D6
(210,230,214)
#DBECDF
(219,236,223)
#E4F2E8
(228,242,232)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BC97; }

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

This text font color is #93BC97.

Background Color

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

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

This div background color is #93BC97.

Border color

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

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

This div border color is #93BC97.

Opacity

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

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

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

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

This text has shadow with #93BC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BC97.

Preview

Color preview on black background

This text has color #93BC97 on black background.


Color preview on white background

This text has color #93BC97 on white background.


Black color preview on #93BC97 background

This text has black color on #93BC97 background.


White color preview on #93BC97 background

This text has white color on #93BC97 background.


Related colors

Complementary color

Complementary color for #hex is #6C4368.


I love getcolorcode.com

Triadic colors

1 #9793BC and #BC9793 with #93BC97 are triadic colors.

2 #97BC93 and #BC9397 with #93BC97 are triadic colors.