COLOR #93B297

HEX: #93B297 RGB: (147,178,151)

Color info

#93B297 contains red, green and blue colors in about the same proportion. Web safe color of #93B297 is #999999 (or #999).

RGB color model

#93B297 color RGB value is (147,178,151).

RGB: (147,178,151) (58%, 70%, 59%)

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 151 of 255 = 59%

147
178
151

R + G + B ~ 62%. #93B297 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 178 + 151 = 476 (100%)
R 147 of 476 ~ 30.88%
G 178 of 476 ~ 37.39%
B 151 of 476 ~ 31.72'%

%30.88
%37.39
%31.72

CMYK color model

#93B297 color CMYK value is (17,0,15,30).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 30.20%

CMYK: (17,0,15,30)
C17M0Y15K30 (17%, 0%, 15%, 30%)
(0.17 / 0.00 / 0.15 / 0.30)

CMYK percentages

%17.42
%0
%15.17
%30.2

Codes

Color #93B297 in popluar color models

93 B2 97
RGB 147 178 151
HSL 128° 16.76% 63.73%
HSB/HSV 128° 17.42% 69.80%
CMYK 17.42% 0.00% 15.17%
30.20%

Color #93B297 in popluar number systems.

HEX 93 B2 97
Decimal 147 178 151
Binary 10010011 10110010 10010111
Octal 223 262 227

Shades and tints

Shades of #93B297

#93B297
(147,178,151)
#86A28A
(134,162,138)
#79927D
(121,146,125)
#6C8270
(108,130,112)
#5F7263
(95,114,99)
#526256
(82,98,86)
#455249
(69,82,73)
#38423C
(56,66,60)
#2B322F
(43,50,47)
#1E2222
(30,34,34)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #93B297

#93B297
(147,178,151)
#9CB9A0
(156,185,160)
#A5C0A9
(165,192,169)
#AEC7B2
(174,199,178)
#B7CEBB
(183,206,187)
#C0D5C4
(192,213,196)
#C9DCCD
(201,220,205)
#D2E3D6
(210,227,214)
#DBEADF
(219,234,223)
#E4F1E8
(228,241,232)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B297; }

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

This text font color is #93B297.

Background Color

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

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

This div background color is #93B297.

Border color

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

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

This div border color is #93B297.

Opacity

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

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

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

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

This text has shadow with #93B297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B297.

Preview

Color preview on black background

This text has color #93B297 on black background.


Color preview on white background

This text has color #93B297 on white background.


Black color preview on #93B297 background

This text has black color on #93B297 background.


White color preview on #93B297 background

This text has white color on #93B297 background.


Related colors

Complementary color

Complementary color for #hex is #6C4D68.


I love getcolorcode.com

Triadic colors

1 #9793B2 and #B29793 with #93B297 are triadic colors.

2 #97B293 and #B29397 with #93B297 are triadic colors.