COLOR #94AD95

HEX: #94AD95 RGB: (148,173,149)

Color info

#94AD95 contains red, green and blue colors in about the same proportion. Web safe color of #94AD95 is #999999 (or #999).

RGB color model

#94AD95 color RGB value is (148,173,149).

RGB: (148,173,149) (58%, 68%, 58%)

RGB channels and saturation

R 148 of 255 = 58%
G 173 of 255 = 68%
B 149 of 255 = 58%

148
173
149

R + G + B ~ 61%. #94AD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 173 + 149 = 470 (100%)
R 148 of 470 ~ 31.49%
G 173 of 470 ~ 36.81%
B 149 of 470 ~ 31.7'%

%31.49
%36.81
%31.7

CMYK color model

#94AD95 color CMYK value is (14,0,14,32).

  • cyan value is 14.45%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 32.16%

CMYK: (14,0,14,32)
C14M0Y14K32 (14%, 0%, 14%, 32%)
(0.14 / 0.00 / 0.14 / 0.32)

CMYK percentages

%14.45
%0
%13.87
%32.16

Codes

Color #94AD95 in popluar color models

94 AD 95
RGB 148 173 149
HSL 122° 13.23% 62.94%
HSB/HSV 122° 14.45% 67.84%
CMYK 14.45% 0.00% 13.87%
32.16%

Color #94AD95 in popluar number systems.

HEX 94 AD 95
Decimal 148 173 149
Binary 10010100 10101101 10010101
Octal 224 255 225

Shades and tints

Shades of #94AD95

#94AD95
(148,173,149)
#879E88
(135,158,136)
#7A8F7B
(122,143,123)
#6D806E
(109,128,110)
#607161
(96,113,97)
#536254
(83,98,84)
#465347
(70,83,71)
#39443A
(57,68,58)
#2C352D
(44,53,45)
#1F2620
(31,38,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #94AD95

#94AD95
(148,173,149)
#9DB49E
(157,180,158)
#A6BBA7
(166,187,167)
#AFC2B0
(175,194,176)
#B8C9B9
(184,201,185)
#C1D0C2
(193,208,194)
#CAD7CB
(202,215,203)
#D3DED4
(211,222,212)
#DCE5DD
(220,229,221)
#E5ECE6
(229,236,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94AD95 color. Also use rgb(148,173,149) instead hex code.

Text Font Color

.myTextColor { color: #94AD95; }

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

This text font color is #94AD95.

Background Color

.myBgColor { background-color: #94AD95; }

<div style="background-color:#94AD95">Inner text</div>

This div background color is #94AD95.

Border color

.myBorderColor { border: 1px solid #94AD95; }

<div style="border:3px solid #94AD95">Div</div>

This div border color is #94AD95.

Opacity

.myOpacity80 { color: #94AD95; opacity: 0.8; }

<p style="color:#94AD95;opacity:0.8;">80%</p>

Text with #94AD95 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 #94AD95;}

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

This text has shadow with #94AD95 color.


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

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

This text has shadow with #94AD95 primary color and red secondary color.


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

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

This text has shadow with #94AD95 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94AD95.

Preview

Color preview on black background

This text has color #94AD95 on black background.


Color preview on white background

This text has color #94AD95 on white background.


Black color preview on #94AD95 background

This text has black color on #94AD95 background.


White color preview on #94AD95 background

This text has white color on #94AD95 background.


Related colors

Complementary color

Complementary color for #hex is #6B526A.


I love getcolorcode.com

Triadic colors

1 #9594AD and #AD9594 with #94AD95 are triadic colors.

2 #95AD94 and #AD9495 with #94AD95 are triadic colors.