COLOR #7696FA

HEX: #7696FA RGB: (118,150,250)

Color info

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

RGB color model

#7696FA color RGB value is (118,150,250).

RGB: (118,150,250) (46%, 59%, 98%)

RGB channels and saturation

R 118 of 255 = 46%
G 150 of 255 = 59%
B 250 of 255 = 98%

118
150
250

R + G + B ~ 68%. #7696FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 150 + 250 = 518 (100%)
R 118 of 518 ~ 22.78%
G 150 of 518 ~ 28.96%
B 250 of 518 ~ 48.26'%

%22.78
%28.96
%48.26

CMYK color model

#7696FA color CMYK value is (53,40,0,2).

  • cyan value is 52.80%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (53,40,0,2)
C53M40Y0K2 (53%, 40%, 0%, 2%)
(0.53 / 0.40 / 0.00 / 0.02)

CMYK percentages

%52.8
%40
%0
%1.96

Codes

Color #7696FA in popluar color models

76 96 FA
RGB 118 150 250
HSL 225° 92.96% 72.16%
HSB/HSV 225° 52.80% 98.04%
CMYK 52.80% 40.00% 0.00%
1.96%

Color #7696FA in popluar number systems.

HEX 76 96 FA
Decimal 118 150 250
Binary 1110110 10010110 11111010
Octal 166 226 372

Shades and tints

Shades of #7696FA

#7696FA
(118,150,250)
#6C89E4
(108,137,228)
#627CCE
(98,124,206)
#586FB8
(88,111,184)
#4E62A2
(78,98,162)
#44558C
(68,85,140)
#3A4876
(58,72,118)
#303B60
(48,59,96)
#262E4A
(38,46,74)
#1C2134
(28,33,52)
#12141E
(18,20,30)
#000000
(0,0,0)

Tints of #7696FA

#7696FA
(118,150,250)
#829FFA
(130,159,250)
#8EA8FA
(142,168,250)
#9AB1FA
(154,177,250)
#A6BAFA
(166,186,250)
#B2C3FA
(178,195,250)
#BECCFA
(190,204,250)
#CAD5FA
(202,213,250)
#D6DEFA
(214,222,250)
#E2E7FA
(226,231,250)
#EEF0FA
(238,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7696FA color. Also use rgb(118,150,250) instead hex code.

Text Font Color

.myTextColor { color: #7696FA; }

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

This text font color is #7696FA.

Background Color

.myBgColor { background-color: #7696FA; }

<div style="background-color:#7696FA">Inner text</div>

This div background color is #7696FA.

Border color

.myBorderColor { border: 1px solid #7696FA; }

<div style="border:3px solid #7696FA">Div</div>

This div border color is #7696FA.

Opacity

.myOpacity80 { color: #7696FA; opacity: 0.8; }

<p style="color:#7696FA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7696FA color.


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

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

This text has shadow with #7696FA primary color and red secondary color.


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

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

This text has shadow with #7696FA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7696FA.

Preview

Color preview on black background

This text has color #7696FA on black background.


Color preview on white background

This text has color #7696FA on white background.


Black color preview on #7696FA background

This text has black color on #7696FA background.


White color preview on #7696FA background

This text has white color on #7696FA background.


Related colors

Complementary color

Complementary color for #hex is #896905.


I love getcolorcode.com

Triadic colors

1 #FA7696 and #96FA76 with #7696FA are triadic colors.

2 #FA9676 and #9676FA with #7696FA are triadic colors.