COLOR #7087BF

HEX: #7087BF RGB: (112,135,191)

Color info

#7087BF contains mainly green and blue colors. Web safe color of #7087BF is #6699CC (or #69C).

RGB color model

#7087BF color RGB value is (112,135,191).

RGB: (112,135,191) (44%, 53%, 75%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 191 of 255 = 75%

112
135
191

R + G + B ~ 57%. #7087BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 135 + 191 = 438 (100%)
R 112 of 438 ~ 25.57%
G 135 of 438 ~ 30.82%
B 191 of 438 ~ 43.61'%

%25.57
%30.82
%43.61

CMYK color model

#7087BF color CMYK value is (41,29,0,25).

  • cyan value is 41.36%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (41,29,0,25) C41M29Y0K25 (41%,29%,0%,25%) (0.41/0.29/0.00/0.25) 

CMYK percentages

%41.36
%29.32
%0
%25.1

Codes

Color #7087BF in popluar color models

70 87 BF
RGB 112 135 191
HSL 223° 38.16% 59.41%
HSB/HSV 223° 41.36% 74.90%
CMYK 41.36% 29.32% 0.00%
25.10%

Color #7087BF in popluar number systems.

HEX 70 87 BF
Decimal 112 135 191
Binary 1110000 10000111 10111111
Octal 160 207 277

Shades and tints

Shades of #7087BF

#7087BF
(112,135,191)
#667BAE
(102,123,174)
#5C6F9D
(92,111,157)
#52638C
(82,99,140)
#48577B
(72,87,123)
#3E4B6A
(62,75,106)
#343F59
(52,63,89)
#2A3348
(42,51,72)
#202737
(32,39,55)
#161B26
(22,27,38)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #7087BF

#7087BF
(112,135,191)
#7D91C4
(125,145,196)
#8A9BC9
(138,155,201)
#97A5CE
(151,165,206)
#A4AFD3
(164,175,211)
#B1B9D8
(177,185,216)
#BEC3DD
(190,195,221)
#CBCDE2
(203,205,226)
#D8D7E7
(216,215,231)
#E5E1EC
(229,225,236)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7087BF color. Also use rgb(112,135,191) instead hex code.

Text Font Color

.myTextColor { color: #7087BF; }

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

This text font color is #7087BF.

Background Color

.myBgColor { background-color: #7087BF; }

<div style="background-color:#7087BF">Inner text</div>

This div background color is #7087BF.

Border color

.myBorderColor { border: 1px solid #7087BF; }

<div style="border:3px solid #7087BF">Div</div>

This div border color is #7087BF.

Opacity

.myOpacity80 { color: #7087BF; opacity: 0.8; }

<p style="color:#7087BF;opacity:0.8;">80%</p>

Text with #7087BF 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 #7087BF;}

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

This text has shadow with #7087BF color.


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

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

This text has shadow with #7087BF primary color and red secondary color.


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

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

This text has shadow with #7087BF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7087BF.

Preview

Color preview on black background

This text has color #7087BF on black background.


Color preview on white background

This text has color #7087BF on white background.


Black color preview on #7087BF background

This text has black color on #7087BF background.


White color preview on #7087BF background

This text has white color on #7087BF background.


Related colors

Complementary color

Complementary color for #hex is #8F7840.


I love getcolorcode.com

Triadic colors

1 #BF7087 and #87BF70 with #7087BF are triadic colors.

2 #BF8770 and #8770BF with #7087BF are triadic colors.