COLOR #94B2C0

HEX: #94B2C0
RGB: (148,178,192)

Color info

#94B2C0 contains red, green and blue colors in about the same proportion. Web safe color of #94B2C0 is #9999CC (or #99C).

RGB color model

#94B2C0 color RGB value is (148,178,192).

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

RGB channels and saturation

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

148
178
192

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

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 192 = 518 (100%)
R 148 of 518 ~ 28.57%
G 178 of 518 ~ 34.36%
B 192 of 518 ~ 37.07%

%28.57
%34.36
%37.07

CMYK color model

#94B2C0 color CMYK value is (23,7,0,25).

  • cyan value is 22.92%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(23,7,0,25)
C23M7Y0K25 
(23%,7%,0%,25%)
(0.23/0.07/0.00/0.25)	

CMYK percentages

%22.92
%7.29
%0
%24.71

Codes

Color #94B2C0 in popluar color models

94B2C0
RGB148178192
HSL199°25.88%66.67%
HSB/HSV199°22.92%75.29%
CMYK22.92%7.29%0.00%
24.71%

Color #94B2C0 in popluar number systems.

HEX94B2C0
Decimal148178192
Binary100101001011001011000000
Octal224262300

Shades and tints

Shades of #94B2C0

#94B2C0
(148,178,192)
#87A2AF
(135,162,175)
#7A929E
(122,146,158)
#6D828D
(109,130,141)
#60727C
(96,114,124)
#53626B
(83,98,107)
#46525A
(70,82,90)
#394249
(57,66,73)
#2C3238
(44,50,56)
#1F2227
(31,34,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #94B2C0

#94B2C0
(148,178,192)
#9DB9C5
(157,185,197)
#A6C0CA
(166,192,202)
#AFC7CF
(175,199,207)
#B8CED4
(184,206,212)
#C1D5D9
(193,213,217)
#CADCDE
(202,220,222)
#D3E3E3
(211,227,227)
#DCEAE8
(220,234,232)
#E5F1ED
(229,241,237)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B2C0; }

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

This text font color is #94B2C0.


Background Color

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

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

This div background color is #94B2C0.


Border color

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

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

This div border color is #94B2C0.


Opacity

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

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

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

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

This text has shadow with #94B2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B2C0 on black background.


Color preview on white background

This text has color #94B2C0 on white background.



Black color preview on #94B2C0 background

This text has black color on #94B2C0 background.


White color preview on #94B2C0 background

This text has white color on #94B2C0 background.