COLOR #93BDA4

HEX: #93BDA4 RGB: (147,189,164)

Color info

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

RGB color model

#93BDA4 color RGB value is (147,189,164).

RGB: (147,189,164) (58%, 74%, 64%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 164 of 255 = 64%

147
189
164

R + G + B ~ 65%. #93BDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 189 + 164 = 500 (100%)
R 147 of 500 ~ 29.4%
G 189 of 500 ~ 37.8%
B 164 of 500 ~ 32.8'%

%29.4
%37.8
%32.8

CMYK color model

#93BDA4 color CMYK value is (22,0,13,26).

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

CMYK: (22,0,13,26)
C22M0Y13K26 (22%, 0%, 13%, 26%)
(0.22 / 0.00 / 0.13 / 0.26)

CMYK percentages

%22.22
%0
%13.23
%25.88

Codes

Color #93BDA4 in popluar color models

93 BD A4
RGB 147 189 164
HSL 144° 24.14% 65.88%
HSB/HSV 144° 22.22% 74.12%
CMYK 22.22% 0.00% 13.23%
25.88%

Color #93BDA4 in popluar number systems.

HEX 93 BD A4
Decimal 147 189 164
Binary 10010011 10111101 10100100
Octal 223 275 244

Shades and tints

Shades of #93BDA4

#93BDA4
(147,189,164)
#86AC96
(134,172,150)
#799B88
(121,155,136)
#6C8A7A
(108,138,122)
#5F796C
(95,121,108)
#52685E
(82,104,94)
#455750
(69,87,80)
#384642
(56,70,66)
#2B3534
(43,53,52)
#1E2426
(30,36,38)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #93BDA4

#93BDA4
(147,189,164)
#9CC3AC
(156,195,172)
#A5C9B4
(165,201,180)
#AECFBC
(174,207,188)
#B7D5C4
(183,213,196)
#C0DBCC
(192,219,204)
#C9E1D4
(201,225,212)
#D2E7DC
(210,231,220)
#DBEDE4
(219,237,228)
#E4F3EC
(228,243,236)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BDA4; }

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

This text font color is #93BDA4.

Background Color

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

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

This div background color is #93BDA4.

Border color

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

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

This div border color is #93BDA4.

Opacity

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

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

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

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

This text has shadow with #93BDA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BDA4.

Preview

Color preview on black background

This text has color #93BDA4 on black background.


Color preview on white background

This text has color #93BDA4 on white background.


Black color preview on #93BDA4 background

This text has black color on #93BDA4 background.


White color preview on #93BDA4 background

This text has white color on #93BDA4 background.


Related colors

Complementary color

Complementary color for #hex is #6C425B.


I love getcolorcode.com

Triadic colors

1 #A493BD and #BDA493 with #93BDA4 are triadic colors.

2 #A4BD93 and #BD93A4 with #93BDA4 are triadic colors.