COLOR #94B6A5

HEX: #94B6A5
RGB: (148,182,165)

Color info

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

RGB color model

#94B6A5 color RGB value is (148,182,165).

  • red value is 148;
  • green value is 182;
  • blue value is 165.
RGB:
(148,182,165)
(58%,71%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 182 of 255 = 71%
B 165 of 255 = 65%

148
182
165

R + G + B ~ 65%. #94B6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 182 + 165 = 495 (100%)
R 148 of 495 ~ 29.9%
G 182 of 495 ~ 36.77%
B 165 of 495 ~ 33.33%

%29.9
%36.77
%33.33

CMYK color model

#94B6A5 color CMYK value is (19,0,9,29).

  • cyan value is 18.68%
  • magenta value is 0.00%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(19,0,9,29)
C19M0Y9K29 
(19%,0%,9%,29%)
(0.19/0.00/0.09/0.29)	

CMYK percentages

%18.68
%0
%9.34
%28.63

Codes

Color #94B6A5 in popluar color models

94B6A5
RGB148182165
HSL150°18.89%64.71%
HSB/HSV150°18.68%71.37%
CMYK18.68%0.00%9.34%
28.63%

Color #94B6A5 in popluar number systems.

HEX94B6A5
Decimal148182165
Binary100101001011011010100101
Octal224266245

Shades and tints

Shades of #94B6A5

#94B6A5
(148,182,165)
#87A696
(135,166,150)
#7A9687
(122,150,135)
#6D8678
(109,134,120)
#607669
(96,118,105)
#53665A
(83,102,90)
#46564B
(70,86,75)
#39463C
(57,70,60)
#2C362D
(44,54,45)
#1F261E
(31,38,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #94B6A5

#94B6A5
(148,182,165)
#9DBCAD
(157,188,173)
#A6C2B5
(166,194,181)
#AFC8BD
(175,200,189)
#B8CEC5
(184,206,197)
#C1D4CD
(193,212,205)
#CADAD5
(202,218,213)
#D3E0DD
(211,224,221)
#DCE6E5
(220,230,229)
#E5ECED
(229,236,237)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B6A5 color. Also use rgb(148,182,165) instead hex code.

Text Font Color

.myTextColor { color: #94B6A5; }

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

This text font color is #94B6A5.


Background Color

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

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

This div background color is #94B6A5.


Border color

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

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

This div border color is #94B6A5.


Opacity

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

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

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

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

This text has shadow with #94B6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B6A5 on black background.


Color preview on white background

This text has color #94B6A5 on white background.



Black color preview on #94B6A5 background

This text has black color on #94B6A5 background.


White color preview on #94B6A5 background

This text has white color on #94B6A5 background.