COLOR #94A799

HEX: #94A799 RGB: (148,167,153)

Color info

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

RGB color model

#94A799 color RGB value is (148,167,153).

RGB: (148,167,153) (58%, 65%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 167 of 255 = 65%
B 153 of 255 = 60%

148
167
153

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

Portions of RGB colors in percentages

R + G + B = 148 + 167 + 153 = 468 (100%)
R 148 of 468 ~ 31.62%
G 167 of 468 ~ 35.68%
B 153 of 468 ~ 32.69'%

%31.62
%35.68
%32.69

CMYK color model

#94A799 color CMYK value is (11,0,8,35).

  • cyan value is 11.38%
  • magenta value is 0.00%
  • yellow value is 8.38%
  • key color value is 34.51%

CMYK: (11,0,8,35)
C11M0Y8K35 (11%, 0%, 8%, 35%)
(0.11 / 0.00 / 0.08 / 0.35)

CMYK percentages

%11.38
%0
%8.38
%34.51

Codes

Color #94A799 in popluar color models

94 A7 99
RGB 148 167 153
HSL 136° 9.74% 61.76%
HSB/HSV 136° 11.38% 65.49%
CMYK 11.38% 0.00% 8.38%
34.51%

Color #94A799 in popluar number systems.

HEX 94 A7 99
Decimal 148 167 153
Binary 10010100 10100111 10011001
Octal 224 247 231

Shades and tints

Shades of #94A799

#94A799
(148,167,153)
#87988C
(135,152,140)
#7A897F
(122,137,127)
#6D7A72
(109,122,114)
#606B65
(96,107,101)
#535C58
(83,92,88)
#464D4B
(70,77,75)
#393E3E
(57,62,62)
#2C2F31
(44,47,49)
#1F2024
(31,32,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #94A799

#94A799
(148,167,153)
#9DAFA2
(157,175,162)
#A6B7AB
(166,183,171)
#AFBFB4
(175,191,180)
#B8C7BD
(184,199,189)
#C1CFC6
(193,207,198)
#CAD7CF
(202,215,207)
#D3DFD8
(211,223,216)
#DCE7E1
(220,231,225)
#E5EFEA
(229,239,234)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A799 color. Also use rgb(148,167,153) instead hex code.

Text Font Color

.myTextColor { color: #94A799; }

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

This text font color is #94A799.

Background Color

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

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

This div background color is #94A799.

Border color

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

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

This div border color is #94A799.

Opacity

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

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

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

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

This text has shadow with #94A799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A799.

Preview

Color preview on black background

This text has color #94A799 on black background.


Color preview on white background

This text has color #94A799 on white background.


Black color preview on #94A799 background

This text has black color on #94A799 background.


White color preview on #94A799 background

This text has white color on #94A799 background.


Related colors

Complementary color

Complementary color for #hex is #6B5866.


I love getcolorcode.com

Triadic colors

1 #9994A7 and #A79994 with #94A799 are triadic colors.

2 #99A794 and #A79499 with #94A799 are triadic colors.