COLOR #93BEAF

HEX: #93BEAF RGB: (147,190,175)

Color info

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

RGB color model

#93BEAF color RGB value is (147,190,175).

RGB: (147,190,175) (58%, 75%, 69%)

RGB channels and saturation

R 147 of 255 = 58%
G 190 of 255 = 75%
B 175 of 255 = 69%

147
190
175

R + G + B ~ 67%. #93BEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 190 + 175 = 512 (100%)
R 147 of 512 ~ 28.71%
G 190 of 512 ~ 37.11%
B 175 of 512 ~ 34.18'%

%28.71
%37.11
%34.18

CMYK color model

#93BEAF color CMYK value is (23,0,8,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (23,0,8,25)
C23M0Y8K25 (23%, 0%, 8%, 25%)
(0.23 / 0.00 / 0.08 / 0.25)

CMYK percentages

%22.63
%0
%7.89
%25.49

Codes

Color #93BEAF in popluar color models

93 BE AF
RGB 147 190 175
HSL 159° 24.86% 66.08%
HSB/HSV 159° 22.63% 74.51%
CMYK 22.63% 0.00% 7.89%
25.49%

Color #93BEAF in popluar number systems.

HEX 93 BE AF
Decimal 147 190 175
Binary 10010011 10111110 10101111
Octal 223 276 257

Shades and tints

Shades of #93BEAF

#93BEAF
(147,190,175)
#86ADA0
(134,173,160)
#799C91
(121,156,145)
#6C8B82
(108,139,130)
#5F7A73
(95,122,115)
#526964
(82,105,100)
#455855
(69,88,85)
#384746
(56,71,70)
#2B3637
(43,54,55)
#1E2528
(30,37,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #93BEAF

#93BEAF
(147,190,175)
#9CC3B6
(156,195,182)
#A5C8BD
(165,200,189)
#AECDC4
(174,205,196)
#B7D2CB
(183,210,203)
#C0D7D2
(192,215,210)
#C9DCD9
(201,220,217)
#D2E1E0
(210,225,224)
#DBE6E7
(219,230,231)
#E4EBEE
(228,235,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BEAF; }

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

This text font color is #93BEAF.

Background Color

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

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

This div background color is #93BEAF.

Border color

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

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

This div border color is #93BEAF.

Opacity

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

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

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

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

This text has shadow with #93BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93BEAF.

Preview

Color preview on black background

This text has color #93BEAF on black background.


Color preview on white background

This text has color #93BEAF on white background.


Black color preview on #93BEAF background

This text has black color on #93BEAF background.


White color preview on #93BEAF background

This text has white color on #93BEAF background.


Related colors

Complementary color

Complementary color for #hex is #6C4150.


I love getcolorcode.com

Triadic colors

1 #AF93BE and #BEAF93 with #93BEAF are triadic colors.

2 #AFBE93 and #BE93AF with #93BEAF are triadic colors.