COLOR #848FD5

HEX: #848FD5 RGB: (132,143,213)

Color info

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

RGB color model

#848FD5 color RGB value is (132,143,213).

RGB: (132,143,213) (52%, 56%, 84%)

RGB channels and saturation

R 132 of 255 = 52%
G 143 of 255 = 56%
B 213 of 255 = 84%

132
143
213

R + G + B ~ 64%. #848FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 143 + 213 = 488 (100%)
R 132 of 488 ~ 27.05%
G 143 of 488 ~ 29.3%
B 213 of 488 ~ 43.65'%

%27.05
%29.3
%43.65

CMYK color model

#848FD5 color CMYK value is (38,33,0,16).

  • cyan value is 38.03%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (38,33,0,16)
C38M33Y0K16 (38%, 33%, 0%, 16%)
(0.38 / 0.33 / 0.00 / 0.16)

CMYK percentages

%38.03
%32.86
%0
%16.47

Codes

Color #848FD5 in popluar color models

84 8F D5
RGB 132 143 213
HSL 232° 49.09% 67.65%
HSB/HSV 232° 38.03% 83.53%
CMYK 38.03% 32.86% 0.00%
16.47%

Color #848FD5 in popluar number systems.

HEX 84 8F D5
Decimal 132 143 213
Binary 10000100 10001111 11010101
Octal 204 217 325

Shades and tints

Shades of #848FD5

#848FD5
(132,143,213)
#7882C2
(120,130,194)
#6C75AF
(108,117,175)
#60689C
(96,104,156)
#545B89
(84,91,137)
#484E76
(72,78,118)
#3C4163
(60,65,99)
#303450
(48,52,80)
#24273D
(36,39,61)
#181A2A
(24,26,42)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #848FD5

#848FD5
(132,143,213)
#8F99D8
(143,153,216)
#9AA3DB
(154,163,219)
#A5ADDE
(165,173,222)
#B0B7E1
(176,183,225)
#BBC1E4
(187,193,228)
#C6CBE7
(198,203,231)
#D1D5EA
(209,213,234)
#DCDFED
(220,223,237)
#E7E9F0
(231,233,240)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848FD5 color. Also use rgb(132,143,213) instead hex code.

Text Font Color

.myTextColor { color: #848FD5; }

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

This text font color is #848FD5.

Background Color

.myBgColor { background-color: #848FD5; }

<div style="background-color:#848FD5">Inner text</div>

This div background color is #848FD5.

Border color

.myBorderColor { border: 1px solid #848FD5; }

<div style="border:3px solid #848FD5">Div</div>

This div border color is #848FD5.

Opacity

.myOpacity80 { color: #848FD5; opacity: 0.8; }

<p style="color:#848FD5;opacity:0.8;">80%</p>

Text with #848FD5 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 #848FD5;}

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

This text has shadow with #848FD5 color.


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

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

This text has shadow with #848FD5 primary color and red secondary color.


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

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

This text has shadow with #848FD5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #848FD5.

Preview

Color preview on black background

This text has color #848FD5 on black background.


Color preview on white background

This text has color #848FD5 on white background.


Black color preview on #848FD5 background

This text has black color on #848FD5 background.


White color preview on #848FD5 background

This text has white color on #848FD5 background.


Related colors

Complementary color

Complementary color for #hex is #7B702A.


I love getcolorcode.com

Triadic colors

1 #D5848F and #8FD584 with #848FD5 are triadic colors.

2 #D58F84 and #8F84D5 with #848FD5 are triadic colors.