COLOR #94BEB2

HEX: #94BEB2
RGB: (148,190,178)

Color info

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

RGB color model

#94BEB2 color RGB value is (148,190,178).

  • red value is 148;
  • green value is 190;
  • blue value is 178.
RGB:
(148,190,178)
(58%,75%,70%)

RGB channels and saturation

R 148 of 255 = 58%
G 190 of 255 = 75%
B 178 of 255 = 70%

148
190
178

R + G + B ~ 68%. #94BEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 190 + 178 = 516 (100%)
R 148 of 516 ~ 28.68%
G 190 of 516 ~ 36.82%
B 178 of 516 ~ 34.5%

%28.68
%36.82
%34.5

CMYK color model

#94BEB2 color CMYK value is (22,0,6,25).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(22,0,6,25)
C22M0Y6K25 
(22%,0%,6%,25%)
(0.22/0.00/0.06/0.25)	

CMYK percentages

%22.11
%0
%6.32
%25.49

Codes

Color #94BEB2 in popluar color models

94BEB2
RGB148190178
HSL163°24.42%66.27%
HSB/HSV163°22.11%74.51%
CMYK22.11%0.00%6.32%
25.49%

Color #94BEB2 in popluar number systems.

HEX94BEB2
Decimal148190178
Binary100101001011111010110010
Octal224276262

Shades and tints

Shades of #94BEB2

#94BEB2
(148,190,178)
#87ADA2
(135,173,162)
#7A9C92
(122,156,146)
#6D8B82
(109,139,130)
#607A72
(96,122,114)
#536962
(83,105,98)
#465852
(70,88,82)
#394742
(57,71,66)
#2C3632
(44,54,50)
#1F2522
(31,37,34)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #94BEB2

#94BEB2
(148,190,178)
#9DC3B9
(157,195,185)
#A6C8C0
(166,200,192)
#AFCDC7
(175,205,199)
#B8D2CE
(184,210,206)
#C1D7D5
(193,215,213)
#CADCDC
(202,220,220)
#D3E1E3
(211,225,227)
#DCE6EA
(220,230,234)
#E5EBF1
(229,235,241)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BEB2 color. Also use rgb(148,190,178) instead hex code.

Text Font Color

.myTextColor { color: #94BEB2; }

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

This text font color is #94BEB2.


Background Color

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

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

This div background color is #94BEB2.


Border color

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

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

This div border color is #94BEB2.


Opacity

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

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

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

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

This text has shadow with #94BEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BEB2 on black background.


Color preview on white background

This text has color #94BEB2 on white background.



Black color preview on #94BEB2 background

This text has black color on #94BEB2 background.


White color preview on #94BEB2 background

This text has white color on #94BEB2 background.