COLOR #949E88

HEX: #949E88
RGB: (148,158,136)

Color info

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

RGB color model

#949E88 color RGB value is (148,158,136).

  • red value is 148;
  • green value is 158;
  • blue value is 136.
RGB:
(148,158,136)
(58%,62%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 158 of 255 = 62%
B 136 of 255 = 53%

148
158
136

R + G + B ~ 58%. #949E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 158 + 136 = 442 (100%)
R 148 of 442 ~ 33.48%
G 158 of 442 ~ 35.75%
B 136 of 442 ~ 30.77%

%33.48
%35.75
%30.77

CMYK color model

#949E88 color CMYK value is (6,0,14,38).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK:
(6,0,14,38)
C6M0Y14K38 
(6%,0%,14%,38%)
(0.06/0.00/0.14/0.38)	

CMYK percentages

%6.33
%0
%13.92
%38.04

Codes

Color #949E88 in popluar color models

949E88
RGB148158136
HSL87°10.19%57.65%
HSB/HSV87°13.92%61.96%
CMYK6.33%0.00%13.92%
38.04%

Color #949E88 in popluar number systems.

HEX949E88
Decimal148158136
Binary100101001001111010001000
Octal224236210

Shades and tints

Shades of #949E88

#949E88
(148,158,136)
#87907C
(135,144,124)
#7A8270
(122,130,112)
#6D7464
(109,116,100)
#606658
(96,102,88)
#53584C
(83,88,76)
#464A40
(70,74,64)
#393C34
(57,60,52)
#2C2E28
(44,46,40)
#1F201C
(31,32,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #949E88

#949E88
(148,158,136)
#9DA692
(157,166,146)
#A6AE9C
(166,174,156)
#AFB6A6
(175,182,166)
#B8BEB0
(184,190,176)
#C1C6BA
(193,198,186)
#CACEC4
(202,206,196)
#D3D6CE
(211,214,206)
#DCDED8
(220,222,216)
#E5E6E2
(229,230,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949E88 color. Also use rgb(148,158,136) instead hex code.

Text Font Color

.myTextColor { color: #949E88; }

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

This text font color is #949E88.


Background Color

.myBgColor { background-color: #949E88; }

<div style="background-color:#949E88">Inner text</div>

This div background color is #949E88.


Border color

.myBorderColor { border: 1px solid #949E88; }

<div style="border:3px solid #949E88">Div</div>

This div border color is #949E88.


Opacity

.myOpacity80 { color: #949E88; opacity: 0.8; }

<p style="color:#949E88;opacity:0.8;">80%</p>

Text with #949E88 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 #949E88;}

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

This text has shadow with #949E88 color.

.textShadow {text-shadow: 3px 3px 1px #949E88, 3px 3px 1px red;}

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

This text has shadow with #949E88 primary color and red secondary color.


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

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

This text has shadow with #949E88 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #949E88;
-webkit-box-shadow: 1px 1px 3px 2px #949E88;
box-shadow:1px 1px 3px 2px #949E88;">
Div content here</div>
This div box has shadow with color #949E88.

Preview

Color preview on black background

This text has color #949E88 on black background.


Color preview on white background

This text has color #949E88 on white background.



Black color preview on #949E88 background

This text has black color on #949E88 background.


White color preview on #949E88 background

This text has white color on #949E88 background.