COLOR #839ACE

HEX: #839ACE
RGB: (131,154,206)

Color info

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

RGB color model

#839ACE color RGB value is (131,154,206).

  • red value is 131;
  • green value is 154;
  • blue value is 206.
RGB:
(131,154,206)
(51%,60%,81%)

RGB channels and saturation

R 131 of 255 = 51%
G 154 of 255 = 60%
B 206 of 255 = 81%

131
154
206

R + G + B ~ 64%. #839ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 154 + 206 = 491 (100%)
R 131 of 491 ~ 26.68%
G 154 of 491 ~ 31.36%
B 206 of 491 ~ 41.96%

%26.68
%31.36
%41.96

CMYK color model

#839ACE color CMYK value is (36,25,0,19).

  • cyan value is 36.41%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(36,25,0,19)
C36M25Y0K19 
(36%,25%,0%,19%)
(0.36/0.25/0.00/0.19)	

CMYK percentages

%36.41
%25.24
%0
%19.22

Codes

Color #839ACE in popluar color models

839ACE
RGB131154206
HSL222°43.35%66.08%
HSB/HSV222°36.41%80.78%
CMYK36.41%25.24%0.00%
19.22%

Color #839ACE in popluar number systems.

HEX839ACE
Decimal131154206
Binary100000111001101011001110
Octal203232316

Shades and tints

Shades of #839ACE

#839ACE
(131,154,206)
#788CBC
(120,140,188)
#6D7EAA
(109,126,170)
#627098
(98,112,152)
#576286
(87,98,134)
#4C5474
(76,84,116)
#414662
(65,70,98)
#363850
(54,56,80)
#2B2A3E
(43,42,62)
#201C2C
(32,28,44)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #839ACE

#839ACE
(131,154,206)
#8EA3D2
(142,163,210)
#99ACD6
(153,172,214)
#A4B5DA
(164,181,218)
#AFBEDE
(175,190,222)
#BAC7E2
(186,199,226)
#C5D0E6
(197,208,230)
#D0D9EA
(208,217,234)
#DBE2EE
(219,226,238)
#E6EBF2
(230,235,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839ACE color. Also use rgb(131,154,206) instead hex code.

Text Font Color

.myTextColor { color: #839ACE; }

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

This text font color is #839ACE.


Background Color

.myBgColor { background-color: #839ACE; }

<div style="background-color:#839ACE">Inner text</div>

This div background color is #839ACE.


Border color

.myBorderColor { border: 1px solid #839ACE; }

<div style="border:3px solid #839ACE">Div</div>

This div border color is #839ACE.


Opacity

.myOpacity80 { color: #839ACE; opacity: 0.8; }

<p style="color:#839ACE;opacity:0.8;">80%</p>

Text with #839ACE 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 #839ACE;}

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

This text has shadow with #839ACE color.

.textShadow {text-shadow: 3px 3px 1px #839ACE, 3px 3px 1px red;}

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

This text has shadow with #839ACE primary color and red secondary color.


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

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

This text has shadow with #839ACE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839ACE on black background.


Color preview on white background

This text has color #839ACE on white background.



Black color preview on #839ACE background

This text has black color on #839ACE background.


White color preview on #839ACE background

This text has white color on #839ACE background.