COLOR #7D82CB

HEX: #7D82CB
RGB: (125,130,203)

Color info

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

RGB color model

#7D82CB color RGB value is (125,130,203).

  • red value is 125;
  • green value is 130;
  • blue value is 203.
RGB:
(125,130,203)
(49%,51%,80%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 203 of 255 = 80%

125
130
203

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 203 = 458 (100%)
R 125 of 458 ~ 27.29%
G 130 of 458 ~ 28.38%
B 203 of 458 ~ 44.32%

%27.29
%28.38
%44.32

CMYK color model

#7D82CB color CMYK value is (38,36,0,20).

  • cyan value is 38.42%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(38,36,0,20)
C38M36Y0K20 
(38%,36%,0%,20%)
(0.38/0.36/0.00/0.20)	

CMYK percentages

%38.42
%35.96
%0
%20.39

Codes

Color #7D82CB in popluar color models

7D82CB
RGB125130203
HSL236°42.86%64.31%
HSB/HSV236°38.42%79.61%
CMYK38.42%35.96%0.00%
20.39%

Color #7D82CB in popluar number systems.

HEX7D82CB
Decimal125130203
Binary11111011000001011001011
Octal175202313

Shades and tints

Shades of #7D82CB

#7D82CB
(125,130,203)
#7277B9
(114,119,185)
#676CA7
(103,108,167)
#5C6195
(92,97,149)
#515683
(81,86,131)
#464B71
(70,75,113)
#3B405F
(59,64,95)
#30354D
(48,53,77)
#252A3B
(37,42,59)
#1A1F29
(26,31,41)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #7D82CB

#7D82CB
(125,130,203)
#888DCF
(136,141,207)
#9398D3
(147,152,211)
#9EA3D7
(158,163,215)
#A9AEDB
(169,174,219)
#B4B9DF
(180,185,223)
#BFC4E3
(191,196,227)
#CACFE7
(202,207,231)
#D5DAEB
(213,218,235)
#E0E5EF
(224,229,239)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D82CB color. Also use rgb(125,130,203) instead hex code.

Text Font Color

.myTextColor { color: #7D82CB; }

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

This text font color is #7D82CB.


Background Color

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

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

This div background color is #7D82CB.


Border color

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

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

This div border color is #7D82CB.


Opacity

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

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

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

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

This text has shadow with #7D82CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D82CB on black background.


Color preview on white background

This text has color #7D82CB on white background.



Black color preview on #7D82CB background

This text has black color on #7D82CB background.


White color preview on #7D82CB background

This text has white color on #7D82CB background.