COLOR #93B698

HEX: #93B698 RGB: (147,182,152)

Color info

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

RGB color model

#93B698 color RGB value is (147,182,152).

RGB: (147,182,152) (58%, 71%, 60%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 152 of 255 = 60%

147
182
152

R + G + B ~ 63%. #93B698 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 182 + 152 = 481 (100%)
R 147 of 481 ~ 30.56%
G 182 of 481 ~ 37.84%
B 152 of 481 ~ 31.6'%

%30.56
%37.84
%31.6

CMYK color model

#93B698 color CMYK value is (19,0,16,29).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 28.63%

CMYK: (19,0,16,29)
C19M0Y16K29 (19%, 0%, 16%, 29%)
(0.19 / 0.00 / 0.16 / 0.29)

CMYK percentages

%19.23
%0
%16.48
%28.63

Codes

Color #93B698 in popluar color models

93 B6 98
RGB 147 182 152
HSL 129° 19.34% 64.51%
HSB/HSV 129° 19.23% 71.37%
CMYK 19.23% 0.00% 16.48%
28.63%

Color #93B698 in popluar number systems.

HEX 93 B6 98
Decimal 147 182 152
Binary 10010011 10110110 10011000
Octal 223 266 230

Shades and tints

Shades of #93B698

#93B698
(147,182,152)
#86A68B
(134,166,139)
#79967E
(121,150,126)
#6C8671
(108,134,113)
#5F7664
(95,118,100)
#526657
(82,102,87)
#45564A
(69,86,74)
#38463D
(56,70,61)
#2B3630
(43,54,48)
#1E2623
(30,38,35)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #93B698

#93B698
(147,182,152)
#9CBCA1
(156,188,161)
#A5C2AA
(165,194,170)
#AEC8B3
(174,200,179)
#B7CEBC
(183,206,188)
#C0D4C5
(192,212,197)
#C9DACE
(201,218,206)
#D2E0D7
(210,224,215)
#DBE6E0
(219,230,224)
#E4ECE9
(228,236,233)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B698 color. Also use rgb(147,182,152) instead hex code.

Text Font Color

.myTextColor { color: #93B698; }

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

This text font color is #93B698.

Background Color

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

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

This div background color is #93B698.

Border color

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

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

This div border color is #93B698.

Opacity

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

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

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

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

This text has shadow with #93B698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B698.

Preview

Color preview on black background

This text has color #93B698 on black background.


Color preview on white background

This text has color #93B698 on white background.


Black color preview on #93B698 background

This text has black color on #93B698 background.


White color preview on #93B698 background

This text has white color on #93B698 background.


Related colors

Complementary color

Complementary color for #hex is #6C4967.


I love getcolorcode.com

Triadic colors

1 #9893B6 and #B69893 with #93B698 are triadic colors.

2 #98B693 and #B69398 with #93B698 are triadic colors.