COLOR #93BDB4

HEX: #93BDB4 RGB: (147,189,180)

Color info

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

RGB color model

#93BDB4 color RGB value is (147,189,180).

RGB: (147,189,180) (58%, 74%, 71%)

RGB channels and saturation

R 147 of 255 = 58%
G 189 of 255 = 74%
B 180 of 255 = 71%

147
189
180

R + G + B ~ 68%. #93BDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 189 + 180 = 516 (100%)
R 147 of 516 ~ 28.49%
G 189 of 516 ~ 36.63%
B 180 of 516 ~ 34.88'%

%28.49
%36.63
%34.88

CMYK color model

#93BDB4 color CMYK value is (22,0,5,26).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK: (22,0,5,26) C22M0Y5K26 (22%,0%,5%,26%) (0.22/0.00/0.05/0.26) 

CMYK percentages

%22.22
%0
%4.76
%25.88

Codes

Color #93BDB4 in popluar color models

93 BD B4
RGB 147 189 180
HSL 167° 24.14% 65.88%
HSB/HSV 167° 22.22% 74.12%
CMYK 22.22% 0.00% 4.76%
25.88%

Color #93BDB4 in popluar number systems.

HEX 93 BD B4
Decimal 147 189 180
Binary 10010011 10111101 10110100
Octal 223 275 264

Shades and tints

Shades of #93BDB4

#93BDB4
(147,189,180)
#86ACA4
(134,172,164)
#799B94
(121,155,148)
#6C8A84
(108,138,132)
#5F7974
(95,121,116)
#526864
(82,104,100)
#455754
(69,87,84)
#384644
(56,70,68)
#2B3534
(43,53,52)
#1E2424
(30,36,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #93BDB4

#93BDB4
(147,189,180)
#9CC3BA
(156,195,186)
#A5C9C0
(165,201,192)
#AECFC6
(174,207,198)
#B7D5CC
(183,213,204)
#C0DBD2
(192,219,210)
#C9E1D8
(201,225,216)
#D2E7DE
(210,231,222)
#DBEDE4
(219,237,228)
#E4F3EA
(228,243,234)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BDB4; }

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

This text font color is #93BDB4.

Background Color

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

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

This div background color is #93BDB4.

Border color

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

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

This div border color is #93BDB4.

Opacity

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

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

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

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

This text has shadow with #93BDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BDB4.

Preview

Color preview on black background

This text has color #93BDB4 on black background.


Color preview on white background

This text has color #93BDB4 on white background.


Black color preview on #93BDB4 background

This text has black color on #93BDB4 background.


White color preview on #93BDB4 background

This text has white color on #93BDB4 background.


Related colors

Complementary color

Complementary color for #hex is #6C424B.


I love getcolorcode.com

Triadic colors

1 #B493BD and #BDB493 with #93BDB4 are triadic colors.

2 #B4BD93 and #BD93B4 with #93BDB4 are triadic colors.