COLOR #7695EA

HEX: #7695EA
RGB: (118,149,234)

Color info

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

RGB color model

#7695EA color RGB value is (118,149,234).

  • red value is 118;
  • green value is 149;
  • blue value is 234.
RGB:
(118,149,234)
(46%,58%,92%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 234 of 255 = 92%

118
149
234

R + G + B ~ 65%. #7695EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 234 = 501 (100%)
R 118 of 501 ~ 23.55%
G 149 of 501 ~ 29.74%
B 234 of 501 ~ 46.71%

%23.55
%29.74
%46.71

CMYK color model

#7695EA color CMYK value is (50,36,0,8).

  • cyan value is 49.57%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(50,36,0,8)
C50M36Y0K8 
(50%,36%,0%,8%)
(0.50/0.36/0.00/0.08)	

CMYK percentages

%49.57
%36.32
%0
%8.24

Codes

Color #7695EA in popluar color models

7695EA
RGB118149234
HSL224°73.42%69.02%
HSB/HSV224°49.57%91.76%
CMYK49.57%36.32%0.00%
8.24%

Color #7695EA in popluar number systems.

HEX7695EA
Decimal118149234
Binary11101101001010111101010
Octal166225352

Shades and tints

Shades of #7695EA

#7695EA
(118,149,234)
#6C88D5
(108,136,213)
#627BC0
(98,123,192)
#586EAB
(88,110,171)
#4E6196
(78,97,150)
#445481
(68,84,129)
#3A476C
(58,71,108)
#303A57
(48,58,87)
#262D42
(38,45,66)
#1C202D
(28,32,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #7695EA

#7695EA
(118,149,234)
#829EEB
(130,158,235)
#8EA7EC
(142,167,236)
#9AB0ED
(154,176,237)
#A6B9EE
(166,185,238)
#B2C2EF
(178,194,239)
#BECBF0
(190,203,240)
#CAD4F1
(202,212,241)
#D6DDF2
(214,221,242)
#E2E6F3
(226,230,243)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7695EA color. Also use rgb(118,149,234) instead hex code.

Text Font Color

.myTextColor { color: #7695EA; }

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

This text font color is #7695EA.


Background Color

.myBgColor { background-color: #7695EA; }

<div style="background-color:#7695EA">Inner text</div>

This div background color is #7695EA.


Border color

.myBorderColor { border: 1px solid #7695EA; }

<div style="border:3px solid #7695EA">Div</div>

This div border color is #7695EA.


Opacity

.myOpacity80 { color: #7695EA; opacity: 0.8; }

<p style="color:#7695EA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7695EA color.

.textShadow {text-shadow: 3px 3px 1px #7695EA, 3px 3px 1px red;}

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

This text has shadow with #7695EA primary color and red secondary color.


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

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

This text has shadow with #7695EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7695EA on black background.


Color preview on white background

This text has color #7695EA on white background.



Black color preview on #7695EA background

This text has black color on #7695EA background.


White color preview on #7695EA background

This text has white color on #7695EA background.