COLOR #7D96BF

HEX: #7D96BF RGB: (125,150,191)

Color info

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

RGB color model

#7D96BF color RGB value is (125,150,191).

RGB: (125,150,191) (49%, 59%, 75%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 191 of 255 = 75%

125
150
191

R + G + B ~ 61%. #7D96BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 150 + 191 = 466 (100%)
R 125 of 466 ~ 26.82%
G 150 of 466 ~ 32.19%
B 191 of 466 ~ 40.99'%

%26.82
%32.19
%40.99

CMYK color model

#7D96BF color CMYK value is (35,21,0,25).

  • cyan value is 34.55%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (35,21,0,25)
C35M21Y0K25 (35%, 21%, 0%, 25%)
(0.35 / 0.21 / 0.00 / 0.25)

CMYK percentages

%34.55
%21.47
%0
%25.1

Codes

Color #7D96BF in popluar color models

7D 96 BF
RGB 125 150 191
HSL 217° 34.02% 61.96%
HSB/HSV 217° 34.55% 74.90%
CMYK 34.55% 21.47% 0.00%
25.10%

Color #7D96BF in popluar number systems.

HEX 7D 96 BF
Decimal 125 150 191
Binary 1111101 10010110 10111111
Octal 175 226 277

Shades and tints

Shades of #7D96BF

#7D96BF
(125,150,191)
#7289AE
(114,137,174)
#677C9D
(103,124,157)
#5C6F8C
(92,111,140)
#51627B
(81,98,123)
#46556A
(70,85,106)
#3B4859
(59,72,89)
#303B48
(48,59,72)
#252E37
(37,46,55)
#1A2126
(26,33,38)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #7D96BF

#7D96BF
(125,150,191)
#889FC4
(136,159,196)
#93A8C9
(147,168,201)
#9EB1CE
(158,177,206)
#A9BAD3
(169,186,211)
#B4C3D8
(180,195,216)
#BFCCDD
(191,204,221)
#CAD5E2
(202,213,226)
#D5DEE7
(213,222,231)
#E0E7EC
(224,231,236)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D96BF color. Also use rgb(125,150,191) instead hex code.

Text Font Color

.myTextColor { color: #7D96BF; }

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

This text font color is #7D96BF.

Background Color

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

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

This div background color is #7D96BF.

Border color

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

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

This div border color is #7D96BF.

Opacity

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

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

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

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

This text has shadow with #7D96BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D96BF.

Preview

Color preview on black background

This text has color #7D96BF on black background.


Color preview on white background

This text has color #7D96BF on white background.


Black color preview on #7D96BF background

This text has black color on #7D96BF background.


White color preview on #7D96BF background

This text has white color on #7D96BF background.


Related colors

Complementary color

Complementary color for #hex is #826940.


I love getcolorcode.com

Triadic colors

1 #BF7D96 and #96BF7D with #7D96BF are triadic colors.

2 #BF967D and #967DBF with #7D96BF are triadic colors.