COLOR #94B2D5

HEX: #94B2D5
RGB: (148,178,213)

Color info

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

RGB color model

#94B2D5 color RGB value is (148,178,213).

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

RGB channels and saturation

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

148
178
213

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

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 213 = 539 (100%)
R 148 of 539 ~ 27.46%
G 178 of 539 ~ 33.02%
B 213 of 539 ~ 39.52%

%27.46
%33.02
%39.52

CMYK color model

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

  • cyan value is 30.52%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(31,16,0,16)
C31M16Y0K16 
(31%,16%,0%,16%)
(0.31/0.16/0.00/0.16)	

CMYK percentages

%30.52
%16.43
%0
%16.47

Codes

Color #94B2D5 in popluar color models

94B2D5
RGB148178213
HSL212°43.62%70.78%
HSB/HSV212°30.52%83.53%
CMYK30.52%16.43%0.00%
16.47%

Color #94B2D5 in popluar number systems.

HEX94B2D5
Decimal148178213
Binary100101001011001011010101
Octal224262325

Shades and tints

Shades of #94B2D5

#94B2D5
(148,178,213)
#87A2C2
(135,162,194)
#7A92AF
(122,146,175)
#6D829C
(109,130,156)
#607289
(96,114,137)
#536276
(83,98,118)
#465263
(70,82,99)
#394250
(57,66,80)
#2C323D
(44,50,61)
#1F222A
(31,34,42)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #94B2D5

#94B2D5
(148,178,213)
#9DB9D8
(157,185,216)
#A6C0DB
(166,192,219)
#AFC7DE
(175,199,222)
#B8CEE1
(184,206,225)
#C1D5E4
(193,213,228)
#CADCE7
(202,220,231)
#D3E3EA
(211,227,234)
#DCEAED
(220,234,237)
#E5F1F0
(229,241,240)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B2D5; }

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

This text font color is #94B2D5.


Background Color

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

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

This div background color is #94B2D5.


Border color

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

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

This div border color is #94B2D5.


Opacity

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

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

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

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

This text has shadow with #94B2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B2D5 on black background.


Color preview on white background

This text has color #94B2D5 on white background.



Black color preview on #94B2D5 background

This text has black color on #94B2D5 background.


White color preview on #94B2D5 background

This text has white color on #94B2D5 background.