COLOR #7D83A3

HEX: #7D83A3
RGB: (125,131,163)

Color info

#7D83A3 contains red, green and blue colors in about the same proportion. Web safe color of #7D83A3 is #669999 (or #699).

RGB color model

#7D83A3 color RGB value is (125,131,163).

  • red value is 125;
  • green value is 131;
  • blue value is 163.
RGB:
(125,131,163)
(49%,51%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 163 of 255 = 64%

125
131
163

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 163 = 419 (100%)
R 125 of 419 ~ 29.83%
G 131 of 419 ~ 31.26%
B 163 of 419 ~ 38.9%

%29.83
%31.26
%38.9

CMYK color model

#7D83A3 color CMYK value is (23,20,0,36).

  • cyan value is 23.31%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(23,20,0,36)
C23M20Y0K36 
(23%,20%,0%,36%)
(0.23/0.20/0.00/0.36)	

CMYK percentages

%23.31
%19.63
%0
%36.08

Codes

Color #7D83A3 in popluar color models

7D83A3
RGB125131163
HSL231°17.12%56.47%
HSB/HSV231°23.31%63.92%
CMYK23.31%19.63%0.00%
36.08%

Color #7D83A3 in popluar number systems.

HEX7D83A3
Decimal125131163
Binary11111011000001110100011
Octal175203243

Shades and tints

Shades of #7D83A3

#7D83A3
(125,131,163)
#727895
(114,120,149)
#676D87
(103,109,135)
#5C6279
(92,98,121)
#51576B
(81,87,107)
#464C5D
(70,76,93)
#3B414F
(59,65,79)
#303641
(48,54,65)
#252B33
(37,43,51)
#1A2025
(26,32,37)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #7D83A3

#7D83A3
(125,131,163)
#888EAB
(136,142,171)
#9399B3
(147,153,179)
#9EA4BB
(158,164,187)
#A9AFC3
(169,175,195)
#B4BACB
(180,186,203)
#BFC5D3
(191,197,211)
#CAD0DB
(202,208,219)
#D5DBE3
(213,219,227)
#E0E6EB
(224,230,235)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D83A3 color. Also use rgb(125,131,163) instead hex code.

Text Font Color

.myTextColor { color: #7D83A3; }

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

This text font color is #7D83A3.


Background Color

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

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

This div background color is #7D83A3.


Border color

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

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

This div border color is #7D83A3.


Opacity

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

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

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

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

This text has shadow with #7D83A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D83A3 on black background.


Color preview on white background

This text has color #7D83A3 on white background.



Black color preview on #7D83A3 background

This text has black color on #7D83A3 background.


White color preview on #7D83A3 background

This text has white color on #7D83A3 background.