COLOR #949FDB

HEX: #949FDB RGB: (148,159,219)

Color info

#949FDB contains mainly blue color. Web safe color of #949FDB is #9999CC (or #99C).

RGB color model

#949FDB color RGB value is (148,159,219).

RGB: (148,159,219) (58%, 62%, 86%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 219 of 255 = 86%

148
159
219

R + G + B ~ 69%. #949FDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 159 + 219 = 526 (100%)
R 148 of 526 ~ 28.14%
G 159 of 526 ~ 30.23%
B 219 of 526 ~ 41.63'%

%28.14
%30.23
%41.63

CMYK color model

#949FDB color CMYK value is (32,27,0,14).

  • cyan value is 32.42%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (32,27,0,14)
C32M27Y0K14 (32%, 27%, 0%, 14%)
(0.32 / 0.27 / 0.00 / 0.14)

CMYK percentages

%32.42
%27.4
%0
%14.12

Codes

Color #949FDB in popluar color models

94 9F DB
RGB 148 159 219
HSL 231° 49.65% 71.96%
HSB/HSV 231° 32.42% 85.88%
CMYK 32.42% 27.40% 0.00%
14.12%

Color #949FDB in popluar number systems.

HEX 94 9F DB
Decimal 148 159 219
Binary 10010100 10011111 11011011
Octal 224 237 333

Shades and tints

Shades of #949FDB

#949FDB
(148,159,219)
#8791C8
(135,145,200)
#7A83B5
(122,131,181)
#6D75A2
(109,117,162)
#60678F
(96,103,143)
#53597C
(83,89,124)
#464B69
(70,75,105)
#393D56
(57,61,86)
#2C2F43
(44,47,67)
#1F2130
(31,33,48)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #949FDB

#949FDB
(148,159,219)
#9DA7DE
(157,167,222)
#A6AFE1
(166,175,225)
#AFB7E4
(175,183,228)
#B8BFE7
(184,191,231)
#C1C7EA
(193,199,234)
#CACFED
(202,207,237)
#D3D7F0
(211,215,240)
#DCDFF3
(220,223,243)
#E5E7F6
(229,231,246)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949FDB color. Also use rgb(148,159,219) instead hex code.

Text Font Color

.myTextColor { color: #949FDB; }

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

This text font color is #949FDB.

Background Color

.myBgColor { background-color: #949FDB; }

<div style="background-color:#949FDB">Inner text</div>

This div background color is #949FDB.

Border color

.myBorderColor { border: 1px solid #949FDB; }

<div style="border:3px solid #949FDB">Div</div>

This div border color is #949FDB.

Opacity

.myOpacity80 { color: #949FDB; opacity: 0.8; }

<p style="color:#949FDB;opacity:0.8;">80%</p>

Text with #949FDB 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 #949FDB;}

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

This text has shadow with #949FDB color.


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

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

This text has shadow with #949FDB primary color and red secondary color.


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

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

This text has shadow with #949FDB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #949FDB.

Preview

Color preview on black background

This text has color #949FDB on black background.


Color preview on white background

This text has color #949FDB on white background.


Black color preview on #949FDB background

This text has black color on #949FDB background.


White color preview on #949FDB background

This text has white color on #949FDB background.


Related colors

Complementary color

Complementary color for #hex is #6B6024.


I love getcolorcode.com

Triadic colors

1 #DB949F and #9FDB94 with #949FDB are triadic colors.

2 #DB9F94 and #9F94DB with #949FDB are triadic colors.