COLOR #7D80B9

HEX: #7D80B9
RGB: (125,128,185)

Color info

#7D80B9 contains mainly green and blue colors. Web safe color of #7D80B9 is #6666CC (or #66C).

RGB color model

#7D80B9 color RGB value is (125,128,185).

  • red value is 125;
  • green value is 128;
  • blue value is 185.
RGB:
(125,128,185)
(49%,50%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 185 of 255 = 73%

125
128
185

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 185 = 438 (100%)
R 125 of 438 ~ 28.54%
G 128 of 438 ~ 29.22%
B 185 of 438 ~ 42.24%

%28.54
%29.22
%42.24

CMYK color model

#7D80B9 color CMYK value is (32,31,0,27).

  • cyan value is 32.43%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(32,31,0,27)
C32M31Y0K27 
(32%,31%,0%,27%)
(0.32/0.31/0.00/0.27)	

CMYK percentages

%32.43
%30.81
%0
%27.45

Codes

Color #7D80B9 in popluar color models

7D80B9
RGB125128185
HSL237°30.00%60.78%
HSB/HSV237°32.43%72.55%
CMYK32.43%30.81%0.00%
27.45%

Color #7D80B9 in popluar number systems.

HEX7D80B9
Decimal125128185
Binary11111011000000010111001
Octal175200271

Shades and tints

Shades of #7D80B9

#7D80B9
(125,128,185)
#7275A9
(114,117,169)
#676A99
(103,106,153)
#5C5F89
(92,95,137)
#515479
(81,84,121)
#464969
(70,73,105)
#3B3E59
(59,62,89)
#303349
(48,51,73)
#252839
(37,40,57)
#1A1D29
(26,29,41)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #7D80B9

#7D80B9
(125,128,185)
#888BBF
(136,139,191)
#9396C5
(147,150,197)
#9EA1CB
(158,161,203)
#A9ACD1
(169,172,209)
#B4B7D7
(180,183,215)
#BFC2DD
(191,194,221)
#CACDE3
(202,205,227)
#D5D8E9
(213,216,233)
#E0E3EF
(224,227,239)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D80B9 color. Also use rgb(125,128,185) instead hex code.

Text Font Color

.myTextColor { color: #7D80B9; }

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

This text font color is #7D80B9.


Background Color

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

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

This div background color is #7D80B9.


Border color

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

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

This div border color is #7D80B9.


Opacity

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

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

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

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

This text has shadow with #7D80B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D80B9 on black background.


Color preview on white background

This text has color #7D80B9 on white background.



Black color preview on #7D80B9 background

This text has black color on #7D80B9 background.


White color preview on #7D80B9 background

This text has white color on #7D80B9 background.