COLOR #94B2D7

HEX: #94B2D7
RGB: (148,178,215)

Color info

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

RGB color model

#94B2D7 color RGB value is (148,178,215).

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

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 215 of 255 = 84%

148
178
215

R + G + B ~ 71%. #94B2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 215 = 541 (100%)
R 148 of 541 ~ 27.36%
G 178 of 541 ~ 32.9%
B 215 of 541 ~ 39.74%

%27.36
%32.9
%39.74

CMYK color model

#94B2D7 color CMYK value is (31,17,0,16).

  • cyan value is 31.16%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(31,17,0,16)
C31M17Y0K16 
(31%,17%,0%,16%)
(0.31/0.17/0.00/0.16)	

CMYK percentages

%31.16
%17.21
%0
%15.69

Codes

Color #94B2D7 in popluar color models

94B2D7
RGB148178215
HSL213°45.58%71.18%
HSB/HSV213°31.16%84.31%
CMYK31.16%17.21%0.00%
15.69%

Color #94B2D7 in popluar number systems.

HEX94B2D7
Decimal148178215
Binary100101001011001011010111
Octal224262327

Shades and tints

Shades of #94B2D7

#94B2D7
(148,178,215)
#87A2C4
(135,162,196)
#7A92B1
(122,146,177)
#6D829E
(109,130,158)
#60728B
(96,114,139)
#536278
(83,98,120)
#465265
(70,82,101)
#394252
(57,66,82)
#2C323F
(44,50,63)
#1F222C
(31,34,44)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #94B2D7

#94B2D7
(148,178,215)
#9DB9DA
(157,185,218)
#A6C0DD
(166,192,221)
#AFC7E0
(175,199,224)
#B8CEE3
(184,206,227)
#C1D5E6
(193,213,230)
#CADCE9
(202,220,233)
#D3E3EC
(211,227,236)
#DCEAEF
(220,234,239)
#E5F1F2
(229,241,242)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B2D7; }

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

This text font color is #94B2D7.


Background Color

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

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

This div background color is #94B2D7.


Border color

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

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

This div border color is #94B2D7.


Opacity

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

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

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

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

This text has shadow with #94B2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B2D7 on black background.


Color preview on white background

This text has color #94B2D7 on white background.



Black color preview on #94B2D7 background

This text has black color on #94B2D7 background.


White color preview on #94B2D7 background

This text has white color on #94B2D7 background.