COLOR #7693F4

HEX: #7693F4
RGB: (118,147,244)

Color info

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

RGB color model

#7693F4 color RGB value is (118,147,244).

  • red value is 118;
  • green value is 147;
  • blue value is 244.
RGB:
(118,147,244)
(46%,58%,96%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 244 of 255 = 96%

118
147
244

R + G + B ~ 67%. #7693F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 244 = 509 (100%)
R 118 of 509 ~ 23.18%
G 147 of 509 ~ 28.88%
B 244 of 509 ~ 47.94%

%23.18
%28.88
%47.94

CMYK color model

#7693F4 color CMYK value is (52,40,0,4).

  • cyan value is 51.64%
  • magenta value is 39.75%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(52,40,0,4)
C52M40Y0K4 
(52%,40%,0%,4%)
(0.52/0.40/0.00/0.04)	

CMYK percentages

%51.64
%39.75
%0
%4.31

Codes

Color #7693F4 in popluar color models

7693F4
RGB118147244
HSL226°85.14%70.98%
HSB/HSV226°51.64%95.69%
CMYK51.64%39.75%0.00%
4.31%

Color #7693F4 in popluar number systems.

HEX7693F4
Decimal118147244
Binary11101101001001111110100
Octal166223364

Shades and tints

Shades of #7693F4

#7693F4
(118,147,244)
#6C86DE
(108,134,222)
#6279C8
(98,121,200)
#586CB2
(88,108,178)
#4E5F9C
(78,95,156)
#445286
(68,82,134)
#3A4570
(58,69,112)
#30385A
(48,56,90)
#262B44
(38,43,68)
#1C1E2E
(28,30,46)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #7693F4

#7693F4
(118,147,244)
#829CF5
(130,156,245)
#8EA5F6
(142,165,246)
#9AAEF7
(154,174,247)
#A6B7F8
(166,183,248)
#B2C0F9
(178,192,249)
#BEC9FA
(190,201,250)
#CAD2FB
(202,210,251)
#D6DBFC
(214,219,252)
#E2E4FD
(226,228,253)
#EEEDFE
(238,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7693F4 color. Also use rgb(118,147,244) instead hex code.

Text Font Color

.myTextColor { color: #7693F4; }

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

This text font color is #7693F4.


Background Color

.myBgColor { background-color: #7693F4; }

<div style="background-color:#7693F4">Inner text</div>

This div background color is #7693F4.


Border color

.myBorderColor { border: 1px solid #7693F4; }

<div style="border:3px solid #7693F4">Div</div>

This div border color is #7693F4.


Opacity

.myOpacity80 { color: #7693F4; opacity: 0.8; }

<p style="color:#7693F4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7693F4 color.

.textShadow {text-shadow: 3px 3px 1px #7693F4, 3px 3px 1px red;}

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

This text has shadow with #7693F4 primary color and red secondary color.


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

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

This text has shadow with #7693F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7693F4 on black background.


Color preview on white background

This text has color #7693F4 on white background.



Black color preview on #7693F4 background

This text has black color on #7693F4 background.


White color preview on #7693F4 background

This text has white color on #7693F4 background.