COLOR #75A0EF

HEX: #75A0EF
RGB: (117,160,239)

Color info

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

RGB color model

#75A0EF color RGB value is (117,160,239).

  • red value is 117;
  • green value is 160;
  • blue value is 239.
RGB:
(117,160,239)
(46%,63%,94%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 239 of 255 = 94%

117
160
239

R + G + B ~ 68%. #75A0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 160 + 239 = 516 (100%)
R 117 of 516 ~ 22.67%
G 160 of 516 ~ 31.01%
B 239 of 516 ~ 46.32%

%22.67
%31.01
%46.32

CMYK color model

#75A0EF color CMYK value is (51,33,0,6).

  • cyan value is 51.05%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(51,33,0,6)
C51M33Y0K6 
(51%,33%,0%,6%)
(0.51/0.33/0.00/0.06)	

CMYK percentages

%51.05
%33.05
%0
%6.27

Codes

Color #75A0EF in popluar color models

75A0EF
RGB117160239
HSL219°79.22%69.80%
HSB/HSV219°51.05%93.73%
CMYK51.05%33.05%0.00%
6.27%

Color #75A0EF in popluar number systems.

HEX75A0EF
Decimal117160239
Binary11101011010000011101111
Octal165240357

Shades and tints

Shades of #75A0EF

#75A0EF
(117,160,239)
#6B92DA
(107,146,218)
#6184C5
(97,132,197)
#5776B0
(87,118,176)
#4D689B
(77,104,155)
#435A86
(67,90,134)
#394C71
(57,76,113)
#2F3E5C
(47,62,92)
#253047
(37,48,71)
#1B2232
(27,34,50)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #75A0EF

#75A0EF
(117,160,239)
#81A8F0
(129,168,240)
#8DB0F1
(141,176,241)
#99B8F2
(153,184,242)
#A5C0F3
(165,192,243)
#B1C8F4
(177,200,244)
#BDD0F5
(189,208,245)
#C9D8F6
(201,216,246)
#D5E0F7
(213,224,247)
#E1E8F8
(225,232,248)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A0EF color. Also use rgb(117,160,239) instead hex code.

Text Font Color

.myTextColor { color: #75A0EF; }

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

This text font color is #75A0EF.


Background Color

.myBgColor { background-color: #75A0EF; }

<div style="background-color:#75A0EF">Inner text</div>

This div background color is #75A0EF.


Border color

.myBorderColor { border: 1px solid #75A0EF; }

<div style="border:3px solid #75A0EF">Div</div>

This div border color is #75A0EF.


Opacity

.myOpacity80 { color: #75A0EF; opacity: 0.8; }

<p style="color:#75A0EF;opacity:0.8;">80%</p>

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

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

This text has shadow with #75A0EF color.

.textShadow {text-shadow: 3px 3px 1px #75A0EF, 3px 3px 1px red;}

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

This text has shadow with #75A0EF primary color and red secondary color.


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

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

This text has shadow with #75A0EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A0EF on black background.


Color preview on white background

This text has color #75A0EF on white background.



Black color preview on #75A0EF background

This text has black color on #75A0EF background.


White color preview on #75A0EF background

This text has white color on #75A0EF background.