COLOR #7D94BE

HEX: #7D94BE
RGB: (125,148,190)

Color info

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

RGB color model

#7D94BE color RGB value is (125,148,190).

  • red value is 125;
  • green value is 148;
  • blue value is 190.
RGB:
(125,148,190)
(49%,58%,75%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 190 of 255 = 75%

125
148
190

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 190 = 463 (100%)
R 125 of 463 ~ 27%
G 148 of 463 ~ 31.97%
B 190 of 463 ~ 41.04%

%27
%31.97
%41.04

CMYK color model

#7D94BE color CMYK value is (34,22,0,25).

  • cyan value is 34.21%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(34,22,0,25)
C34M22Y0K25 
(34%,22%,0%,25%)
(0.34/0.22/0.00/0.25)	

CMYK percentages

%34.21
%22.11
%0
%25.49

Codes

Color #7D94BE in popluar color models

7D94BE
RGB125148190
HSL219°33.33%61.76%
HSB/HSV219°34.21%74.51%
CMYK34.21%22.11%0.00%
25.49%

Color #7D94BE in popluar number systems.

HEX7D94BE
Decimal125148190
Binary11111011001010010111110
Octal175224276

Shades and tints

Shades of #7D94BE

#7D94BE
(125,148,190)
#7287AD
(114,135,173)
#677A9C
(103,122,156)
#5C6D8B
(92,109,139)
#51607A
(81,96,122)
#465369
(70,83,105)
#3B4658
(59,70,88)
#303947
(48,57,71)
#252C36
(37,44,54)
#1A1F25
(26,31,37)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7D94BE

#7D94BE
(125,148,190)
#889DC3
(136,157,195)
#93A6C8
(147,166,200)
#9EAFCD
(158,175,205)
#A9B8D2
(169,184,210)
#B4C1D7
(180,193,215)
#BFCADC
(191,202,220)
#CAD3E1
(202,211,225)
#D5DCE6
(213,220,230)
#E0E5EB
(224,229,235)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D94BE color. Also use rgb(125,148,190) instead hex code.

Text Font Color

.myTextColor { color: #7D94BE; }

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

This text font color is #7D94BE.


Background Color

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

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

This div background color is #7D94BE.


Border color

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

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

This div border color is #7D94BE.


Opacity

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

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

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

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

This text has shadow with #7D94BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D94BE on black background.


Color preview on white background

This text has color #7D94BE on white background.



Black color preview on #7D94BE background

This text has black color on #7D94BE background.


White color preview on #7D94BE background

This text has white color on #7D94BE background.