COLOR #7D9CF4

HEX: #7D9CF4
RGB: (125,156,244)

Color info

#7D9CF4 contains mainly blue color. Web safe color of #7D9CF4 is #6699FF (or #69F).

RGB color model

#7D9CF4 color RGB value is (125,156,244).

  • red value is 125;
  • green value is 156;
  • blue value is 244.
RGB:
(125,156,244)
(49%,61%,96%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 244 of 255 = 96%

125
156
244

R + G + B ~ 69%. #7D9CF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 244 = 525 (100%)
R 125 of 525 ~ 23.81%
G 156 of 525 ~ 29.71%
B 244 of 525 ~ 46.48%

%23.81
%29.71
%46.48

CMYK color model

#7D9CF4 color CMYK value is (49,36,0,4).

  • cyan value is 48.77%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(49,36,0,4)
C49M36Y0K4 
(49%,36%,0%,4%)
(0.49/0.36/0.00/0.04)	

CMYK percentages

%48.77
%36.07
%0
%4.31

Codes

Color #7D9CF4 in popluar color models

7D9CF4
RGB125156244
HSL224°84.40%72.35%
HSB/HSV224°48.77%95.69%
CMYK48.77%36.07%0.00%
4.31%

Color #7D9CF4 in popluar number systems.

HEX7D9CF4
Decimal125156244
Binary11111011001110011110100
Octal175234364

Shades and tints

Shades of #7D9CF4

#7D9CF4
(125,156,244)
#728EDE
(114,142,222)
#6780C8
(103,128,200)
#5C72B2
(92,114,178)
#51649C
(81,100,156)
#465686
(70,86,134)
#3B4870
(59,72,112)
#303A5A
(48,58,90)
#252C44
(37,44,68)
#1A1E2E
(26,30,46)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #7D9CF4

#7D9CF4
(125,156,244)
#88A5F5
(136,165,245)
#93AEF6
(147,174,246)
#9EB7F7
(158,183,247)
#A9C0F8
(169,192,248)
#B4C9F9
(180,201,249)
#BFD2FA
(191,210,250)
#CADBFB
(202,219,251)
#D5E4FC
(213,228,252)
#E0EDFD
(224,237,253)
#EBF6FE
(235,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9CF4 color. Also use rgb(125,156,244) instead hex code.

Text Font Color

.myTextColor { color: #7D9CF4; }

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

This text font color is #7D9CF4.


Background Color

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

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

This div background color is #7D9CF4.


Border color

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

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

This div border color is #7D9CF4.


Opacity

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

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

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

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

This text has shadow with #7D9CF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9CF4 on black background.


Color preview on white background

This text has color #7D9CF4 on white background.



Black color preview on #7D9CF4 background

This text has black color on #7D9CF4 background.


White color preview on #7D9CF4 background

This text has white color on #7D9CF4 background.