COLOR #93BDA7

HEX: #93BDA7 RGB: (147,189,167)

Color info

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

RGB color model

#93BDA7 color RGB value is (147,189,167).

RGB: (147,189,167) (58%, 74%, 65%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 167 of 255 = 65%

147
189
167

R + G + B ~ 66%. #93BDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 189 + 167 = 503 (100%)
R 147 of 503 ~ 29.22%
G 189 of 503 ~ 37.57%
B 167 of 503 ~ 33.2'%

%29.22
%37.57
%33.2

CMYK color model

#93BDA7 color CMYK value is (22,0,12,26).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (22,0,12,26)
C22M0Y12K26 (22%, 0%, 12%, 26%)
(0.22 / 0.00 / 0.12 / 0.26)

CMYK percentages

%22.22
%0
%11.64
%25.88

Codes

Color #93BDA7 in popluar color models

93 BD A7
RGB 147 189 167
HSL 149° 24.14% 65.88%
HSB/HSV 149° 22.22% 74.12%
CMYK 22.22% 0.00% 11.64%
25.88%

Color #93BDA7 in popluar number systems.

HEX 93 BD A7
Decimal 147 189 167
Binary 10010011 10111101 10100111
Octal 223 275 247

Shades and tints

Shades of #93BDA7

#93BDA7
(147,189,167)
#86AC98
(134,172,152)
#799B89
(121,155,137)
#6C8A7A
(108,138,122)
#5F796B
(95,121,107)
#52685C
(82,104,92)
#45574D
(69,87,77)
#38463E
(56,70,62)
#2B352F
(43,53,47)
#1E2420
(30,36,32)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #93BDA7

#93BDA7
(147,189,167)
#9CC3AF
(156,195,175)
#A5C9B7
(165,201,183)
#AECFBF
(174,207,191)
#B7D5C7
(183,213,199)
#C0DBCF
(192,219,207)
#C9E1D7
(201,225,215)
#D2E7DF
(210,231,223)
#DBEDE7
(219,237,231)
#E4F3EF
(228,243,239)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BDA7 color. Also use rgb(147,189,167) instead hex code.

Text Font Color

.myTextColor { color: #93BDA7; }

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

This text font color is #93BDA7.

Background Color

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

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

This div background color is #93BDA7.

Border color

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

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

This div border color is #93BDA7.

Opacity

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

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

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

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

This text has shadow with #93BDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BDA7.

Preview

Color preview on black background

This text has color #93BDA7 on black background.


Color preview on white background

This text has color #93BDA7 on white background.


Black color preview on #93BDA7 background

This text has black color on #93BDA7 background.


White color preview on #93BDA7 background

This text has white color on #93BDA7 background.


Related colors

Complementary color

Complementary color for #hex is #6C4258.


I love getcolorcode.com

Triadic colors

1 #A793BD and #BDA793 with #93BDA7 are triadic colors.

2 #A7BD93 and #BD93A7 with #93BDA7 are triadic colors.