COLOR #94A5DA

HEX: #94A5DA RGB: (148,165,218)

Color info

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

RGB color model

#94A5DA color RGB value is (148,165,218).

RGB: (148,165,218) (58%, 65%, 85%)

RGB channels and saturation

R 148 of 255 = 58%
G 165 of 255 = 65%
B 218 of 255 = 85%

148
165
218

R + G + B ~ 69%. #94A5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 165 + 218 = 531 (100%)
R 148 of 531 ~ 27.87%
G 165 of 531 ~ 31.07%
B 218 of 531 ~ 41.05'%

%27.87
%31.07
%41.05

CMYK color model

#94A5DA color CMYK value is (32,24,0,15).

  • cyan value is 32.11%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (32,24,0,15)
C32M24Y0K15 (32%, 24%, 0%, 15%)
(0.32 / 0.24 / 0.00 / 0.15)

CMYK percentages

%32.11
%24.31
%0
%14.51

Codes

Color #94A5DA in popluar color models

94 A5 DA
RGB 148 165 218
HSL 225° 48.61% 71.76%
HSB/HSV 225° 32.11% 85.49%
CMYK 32.11% 24.31% 0.00%
14.51%

Color #94A5DA in popluar number systems.

HEX 94 A5 DA
Decimal 148 165 218
Binary 10010100 10100101 11011010
Octal 224 245 332

Shades and tints

Shades of #94A5DA

#94A5DA
(148,165,218)
#8796C7
(135,150,199)
#7A87B4
(122,135,180)
#6D78A1
(109,120,161)
#60698E
(96,105,142)
#535A7B
(83,90,123)
#464B68
(70,75,104)
#393C55
(57,60,85)
#2C2D42
(44,45,66)
#1F1E2F
(31,30,47)
#120F1C
(18,15,28)
#000000
(0,0,0)

Tints of #94A5DA

#94A5DA
(148,165,218)
#9DADDD
(157,173,221)
#A6B5E0
(166,181,224)
#AFBDE3
(175,189,227)
#B8C5E6
(184,197,230)
#C1CDE9
(193,205,233)
#CAD5EC
(202,213,236)
#D3DDEF
(211,221,239)
#DCE5F2
(220,229,242)
#E5EDF5
(229,237,245)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A5DA color. Also use rgb(148,165,218) instead hex code.

Text Font Color

.myTextColor { color: #94A5DA; }

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

This text font color is #94A5DA.

Background Color

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

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

This div background color is #94A5DA.

Border color

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

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

This div border color is #94A5DA.

Opacity

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

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

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

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

This text has shadow with #94A5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A5DA.

Preview

Color preview on black background

This text has color #94A5DA on black background.


Color preview on white background

This text has color #94A5DA on white background.


Black color preview on #94A5DA background

This text has black color on #94A5DA background.


White color preview on #94A5DA background

This text has white color on #94A5DA background.


Related colors

Complementary color

Complementary color for #hex is #6B5A25.


I love getcolorcode.com

Triadic colors

1 #DA94A5 and #A5DA94 with #94A5DA are triadic colors.

2 #DAA594 and #A594DA with #94A5DA are triadic colors.