COLOR #7C8DB8

HEX: #7C8DB8 RGB: (124,141,184)

Color info

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

RGB color model

#7C8DB8 color RGB value is (124,141,184).

RGB: (124,141,184) (49%, 55%, 72%)

RGB channels and saturation

R 124 of 255 = 49%
G 141 of 255 = 55%
B 184 of 255 = 72%

124
141
184

R + G + B ~ 59%. #7C8DB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 141 + 184 = 449 (100%)
R 124 of 449 ~ 27.62%
G 141 of 449 ~ 31.4%
B 184 of 449 ~ 40.98'%

%27.62
%31.4
%40.98

CMYK color model

#7C8DB8 color CMYK value is (33,23,0,28).

  • cyan value is 32.61%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (33,23,0,28)
C33M23Y0K28 (33%, 23%, 0%, 28%)
(0.33 / 0.23 / 0.00 / 0.28)

CMYK percentages

%32.61
%23.37
%0
%27.84

Codes

Color #7C8DB8 in popluar color models

7C 8D B8
RGB 124 141 184
HSL 223° 29.70% 60.39%
HSB/HSV 223° 32.61% 72.16%
CMYK 32.61% 23.37% 0.00%
27.84%

Color #7C8DB8 in popluar number systems.

HEX 7C 8D B8
Decimal 124 141 184
Binary 1111100 10001101 10111000
Octal 174 215 270

Shades and tints

Shades of #7C8DB8

#7C8DB8
(124,141,184)
#7181A8
(113,129,168)
#667598
(102,117,152)
#5B6988
(91,105,136)
#505D78
(80,93,120)
#455168
(69,81,104)
#3A4558
(58,69,88)
#2F3948
(47,57,72)
#242D38
(36,45,56)
#192128
(25,33,40)
#0E1518
(14,21,24)
#000000
(0,0,0)

Tints of #7C8DB8

#7C8DB8
(124,141,184)
#8797BE
(135,151,190)
#92A1C4
(146,161,196)
#9DABCA
(157,171,202)
#A8B5D0
(168,181,208)
#B3BFD6
(179,191,214)
#BEC9DC
(190,201,220)
#C9D3E2
(201,211,226)
#D4DDE8
(212,221,232)
#DFE7EE
(223,231,238)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8DB8 color. Also use rgb(124,141,184) instead hex code.

Text Font Color

.myTextColor { color: #7C8DB8; }

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

This text font color is #7C8DB8.

Background Color

.myBgColor { background-color: #7C8DB8; }

<div style="background-color:#7C8DB8">Inner text</div>

This div background color is #7C8DB8.

Border color

.myBorderColor { border: 1px solid #7C8DB8; }

<div style="border:3px solid #7C8DB8">Div</div>

This div border color is #7C8DB8.

Opacity

.myOpacity80 { color: #7C8DB8; opacity: 0.8; }

<p style="color:#7C8DB8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C8DB8 color.


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

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

This text has shadow with #7C8DB8 primary color and red secondary color.


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

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

This text has shadow with #7C8DB8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7C8DB8.

Preview

Color preview on black background

This text has color #7C8DB8 on black background.


Color preview on white background

This text has color #7C8DB8 on white background.


Black color preview on #7C8DB8 background

This text has black color on #7C8DB8 background.


White color preview on #7C8DB8 background

This text has white color on #7C8DB8 background.


Related colors

Complementary color

Complementary color for #hex is #837247.


I love getcolorcode.com

Triadic colors

1 #B87C8D and #8DB87C with #7C8DB8 are triadic colors.

2 #B88D7C and #8D7CB8 with #7C8DB8 are triadic colors.