COLOR #93BEB8

HEX: #93BEB8
RGB: (147,190,184)

Color info

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

RGB color model

#93BEB8 color RGB value is (147,190,184).

  • red value is 147;
  • green value is 190;
  • blue value is 184.
RGB:
(147,190,184)
(58%,75%,72%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 184 of 255 = 72%

147
190
184

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

Portions of RGB colors in percentages

R + G + B =
147 + 190 + 184 = 521 (100%)
R 147 of 521 ~ 28.21%
G 190 of 521 ~ 36.47%
B 184 of 521 ~ 35.32%

%28.21
%36.47
%35.32

CMYK color model

#93BEB8 color CMYK value is (23,0,3,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(23,0,3,25)
C23M0Y3K25 
(23%,0%,3%,25%)
(0.23/0.00/0.03/0.25)	

CMYK percentages

%22.63
%0
%3.16
%25.49

Codes

Color #93BEB8 in popluar color models

93BEB8
RGB147190184
HSL172°24.86%66.08%
HSB/HSV172°22.63%74.51%
CMYK22.63%0.00%3.16%
25.49%

Color #93BEB8 in popluar number systems.

HEX93BEB8
Decimal147190184
Binary100100111011111010111000
Octal223276270

Shades and tints

Shades of #93BEB8

#93BEB8
(147,190,184)
#86ADA8
(134,173,168)
#799C98
(121,156,152)
#6C8B88
(108,139,136)
#5F7A78
(95,122,120)
#526968
(82,105,104)
#455858
(69,88,88)
#384748
(56,71,72)
#2B3638
(43,54,56)
#1E2528
(30,37,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #93BEB8

#93BEB8
(147,190,184)
#9CC3BE
(156,195,190)
#A5C8C4
(165,200,196)
#AECDCA
(174,205,202)
#B7D2D0
(183,210,208)
#C0D7D6
(192,215,214)
#C9DCDC
(201,220,220)
#D2E1E2
(210,225,226)
#DBE6E8
(219,230,232)
#E4EBEE
(228,235,238)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BEB8 color. Also use rgb(147,190,184) instead hex code.

Text Font Color

.myTextColor { color: #93BEB8; }

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

This text font color is #93BEB8.


Background Color

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

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

This div background color is #93BEB8.


Border color

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

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

This div border color is #93BEB8.


Opacity

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

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

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

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

This text has shadow with #93BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BEB8 on black background.


Color preview on white background

This text has color #93BEB8 on white background.



Black color preview on #93BEB8 background

This text has black color on #93BEB8 background.


White color preview on #93BEB8 background

This text has white color on #93BEB8 background.