COLOR #7895D2

HEX: #7895D2 RGB: (120,149,210)

Color info

#7895D2 contains mainly blue color. Web safe color of #7895D2 is #6699CC (or #69C).

RGB color model

#7895D2 color RGB value is (120,149,210).

RGB: (120,149,210) (47%, 58%, 82%)

RGB channels and saturation

R 120 of 255 = 47%
G 149 of 255 = 58%
B 210 of 255 = 82%

120
149
210

R + G + B ~ 62%. #7895D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 149 + 210 = 479 (100%)
R 120 of 479 ~ 25.05%
G 149 of 479 ~ 31.11%
B 210 of 479 ~ 43.84'%

%25.05
%31.11
%43.84

CMYK color model

#7895D2 color CMYK value is (43,29,0,18).

  • cyan value is 42.86%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (43,29,0,18) C43M29Y0K18 (43%,29%,0%,18%) (0.43/0.29/0.00/0.18) 

CMYK percentages

%42.86
%29.05
%0
%17.65

Codes

Color #7895D2 in popluar color models

78 95 D2
RGB 120 149 210
HSL 221° 50.00% 64.71%
HSB/HSV 221° 42.86% 82.35%
CMYK 42.86% 29.05% 0.00%
17.65%

Color #7895D2 in popluar number systems.

HEX 78 95 D2
Decimal 120 149 210
Binary 1111000 10010101 11010010
Octal 170 225 322

Shades and tints

Shades of #7895D2

#7895D2
(120,149,210)
#6E88BF
(110,136,191)
#647BAC
(100,123,172)
#5A6E99
(90,110,153)
#506186
(80,97,134)
#465473
(70,84,115)
#3C4760
(60,71,96)
#323A4D
(50,58,77)
#282D3A
(40,45,58)
#1E2027
(30,32,39)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #7895D2

#7895D2
(120,149,210)
#849ED6
(132,158,214)
#90A7DA
(144,167,218)
#9CB0DE
(156,176,222)
#A8B9E2
(168,185,226)
#B4C2E6
(180,194,230)
#C0CBEA
(192,203,234)
#CCD4EE
(204,212,238)
#D8DDF2
(216,221,242)
#E4E6F6
(228,230,246)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7895D2 color. Also use rgb(120,149,210) instead hex code.

Text Font Color

.myTextColor { color: #7895D2; }

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

This text font color is #7895D2.

Background Color

.myBgColor { background-color: #7895D2; }

<div style="background-color:#7895D2">Inner text</div>

This div background color is #7895D2.

Border color

.myBorderColor { border: 1px solid #7895D2; }

<div style="border:3px solid #7895D2">Div</div>

This div border color is #7895D2.

Opacity

.myOpacity80 { color: #7895D2; opacity: 0.8; }

<p style="color:#7895D2;opacity:0.8;">80%</p>

Text with #7895D2 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 #7895D2;}

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

This text has shadow with #7895D2 color.


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

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

This text has shadow with #7895D2 primary color and red secondary color.


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

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

This text has shadow with #7895D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7895D2.

Preview

Color preview on black background

This text has color #7895D2 on black background.


Color preview on white background

This text has color #7895D2 on white background.


Black color preview on #7895D2 background

This text has black color on #7895D2 background.


White color preview on #7895D2 background

This text has white color on #7895D2 background.


Related colors

Complementary color

Complementary color for #hex is #876A2D.


I love getcolorcode.com

Triadic colors

1 #D27895 and #95D278 with #7895D2 are triadic colors.

2 #D29578 and #9578D2 with #7895D2 are triadic colors.