COLOR #94B0D3

HEX: #94B0D3
RGB: (148,176,211)

Color info

#94B0D3 contains mainly green and blue colors. Web safe color of #94B0D3 is #9999CC (or #99C).

RGB color model

#94B0D3 color RGB value is (148,176,211).

  • red value is 148;
  • green value is 176;
  • blue value is 211.
RGB:
(148,176,211)
(58%,69%,83%)

RGB channels and saturation

R 148 of 255 = 58%
G 176 of 255 = 69%
B 211 of 255 = 83%

148
176
211

R + G + B ~ 70%. #94B0D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 176 + 211 = 535 (100%)
R 148 of 535 ~ 27.66%
G 176 of 535 ~ 32.9%
B 211 of 535 ~ 39.44%

%27.66
%32.9
%39.44

CMYK color model

#94B0D3 color CMYK value is (30,17,0,17).

  • cyan value is 29.86%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(30,17,0,17)
C30M17Y0K17 
(30%,17%,0%,17%)
(0.30/0.17/0.00/0.17)	

CMYK percentages

%29.86
%16.59
%0
%17.25

Codes

Color #94B0D3 in popluar color models

94B0D3
RGB148176211
HSL213°41.72%70.39%
HSB/HSV213°29.86%82.75%
CMYK29.86%16.59%0.00%
17.25%

Color #94B0D3 in popluar number systems.

HEX94B0D3
Decimal148176211
Binary100101001011000011010011
Octal224260323

Shades and tints

Shades of #94B0D3

#94B0D3
(148,176,211)
#87A0C0
(135,160,192)
#7A90AD
(122,144,173)
#6D809A
(109,128,154)
#607087
(96,112,135)
#536074
(83,96,116)
#465061
(70,80,97)
#39404E
(57,64,78)
#2C303B
(44,48,59)
#1F2028
(31,32,40)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #94B0D3

#94B0D3
(148,176,211)
#9DB7D7
(157,183,215)
#A6BEDB
(166,190,219)
#AFC5DF
(175,197,223)
#B8CCE3
(184,204,227)
#C1D3E7
(193,211,231)
#CADAEB
(202,218,235)
#D3E1EF
(211,225,239)
#DCE8F3
(220,232,243)
#E5EFF7
(229,239,247)
#EEF6FB
(238,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B0D3 color. Also use rgb(148,176,211) instead hex code.

Text Font Color

.myTextColor { color: #94B0D3; }

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

This text font color is #94B0D3.


Background Color

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

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

This div background color is #94B0D3.


Border color

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

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

This div border color is #94B0D3.


Opacity

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

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

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

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

This text has shadow with #94B0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B0D3 on black background.


Color preview on white background

This text has color #94B0D3 on white background.



Black color preview on #94B0D3 background

This text has black color on #94B0D3 background.


White color preview on #94B0D3 background

This text has white color on #94B0D3 background.