COLOR #93C895

HEX: #93C895 RGB: (147,200,149)

Color info

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

RGB color model

#93C895 color RGB value is (147,200,149).

RGB: (147,200,149) (58%, 78%, 58%)

RGB channels and saturation

R 147 of 255 = 58%
G 200 of 255 = 78%
B 149 of 255 = 58%

147
200
149

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

Portions of RGB colors in percentages

R + G + B = 147 + 200 + 149 = 496 (100%)
R 147 of 496 ~ 29.64%
G 200 of 496 ~ 40.32%
B 149 of 496 ~ 30.04'%

%29.64
%40.32
%30.04

CMYK color model

#93C895 color CMYK value is (27,0,26,22).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%

CMYK: (27,0,26,22)
C27M0Y26K22 (27%, 0%, 26%, 22%)
(0.27 / 0.00 / 0.26 / 0.22)

CMYK percentages

%26.5
%0
%25.5
%21.57

Codes

Color #93C895 in popluar color models

93 C8 95
RGB 147 200 149
HSL 122° 32.52% 68.04%
HSB/HSV 122° 26.50% 78.43%
CMYK 26.50% 0.00% 25.50%
21.57%

Color #93C895 in popluar number systems.

HEX 93 C8 95
Decimal 147 200 149
Binary 10010011 11001000 10010101
Octal 223 310 225

Shades and tints

Shades of #93C895

#93C895
(147,200,149)
#86B688
(134,182,136)
#79A47B
(121,164,123)
#6C926E
(108,146,110)
#5F8061
(95,128,97)
#526E54
(82,110,84)
#455C47
(69,92,71)
#384A3A
(56,74,58)
#2B382D
(43,56,45)
#1E2620
(30,38,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #93C895

#93C895
(147,200,149)
#9CCD9E
(156,205,158)
#A5D2A7
(165,210,167)
#AED7B0
(174,215,176)
#B7DCB9
(183,220,185)
#C0E1C2
(192,225,194)
#C9E6CB
(201,230,203)
#D2EBD4
(210,235,212)
#DBF0DD
(219,240,221)
#E4F5E6
(228,245,230)
#EDFAEF
(237,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C895 color. Also use rgb(147,200,149) instead hex code.

Text Font Color

.myTextColor { color: #93C895; }

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

This text font color is #93C895.

Background Color

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

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

This div background color is #93C895.

Border color

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

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

This div border color is #93C895.

Opacity

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

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

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

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

This text has shadow with #93C895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C895.

Preview

Color preview on black background

This text has color #93C895 on black background.


Color preview on white background

This text has color #93C895 on white background.


Black color preview on #93C895 background

This text has black color on #93C895 background.


White color preview on #93C895 background

This text has white color on #93C895 background.


Related colors

Complementary color

Complementary color for #hex is #6C376A.


I love getcolorcode.com

Triadic colors

1 #9593C8 and #C89593 with #93C895 are triadic colors.

2 #95C893 and #C89395 with #93C895 are triadic colors.