COLOR #75A3E4

HEX: #75A3E4
RGB: (117,163,228)

Color info

#75A3E4 contains mainly blue color. Web safe color of #75A3E4 is #6699CC (or #69C).

RGB color model

#75A3E4 color RGB value is (117,163,228).

  • red value is 117;
  • green value is 163;
  • blue value is 228.
RGB:
(117,163,228)
(46%,64%,89%)

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 228 of 255 = 89%

117
163
228

R + G + B ~ 66%. #75A3E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 228 = 508 (100%)
R 117 of 508 ~ 23.03%
G 163 of 508 ~ 32.09%
B 228 of 508 ~ 44.88%

%23.03
%32.09
%44.88

CMYK color model

#75A3E4 color CMYK value is (49,29,0,11).

  • cyan value is 48.68%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(49,29,0,11)
C49M29Y0K11 
(49%,29%,0%,11%)
(0.49/0.29/0.00/0.11)	

CMYK percentages

%48.68
%28.51
%0
%10.59

Codes

Color #75A3E4 in popluar color models

75A3E4
RGB117163228
HSL215°67.27%67.65%
HSB/HSV215°48.68%89.41%
CMYK48.68%28.51%0.00%
10.59%

Color #75A3E4 in popluar number systems.

HEX75A3E4
Decimal117163228
Binary11101011010001111100100
Octal165243344

Shades and tints

Shades of #75A3E4

#75A3E4
(117,163,228)
#6B95D0
(107,149,208)
#6187BC
(97,135,188)
#5779A8
(87,121,168)
#4D6B94
(77,107,148)
#435D80
(67,93,128)
#394F6C
(57,79,108)
#2F4158
(47,65,88)
#253344
(37,51,68)
#1B2530
(27,37,48)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #75A3E4

#75A3E4
(117,163,228)
#81ABE6
(129,171,230)
#8DB3E8
(141,179,232)
#99BBEA
(153,187,234)
#A5C3EC
(165,195,236)
#B1CBEE
(177,203,238)
#BDD3F0
(189,211,240)
#C9DBF2
(201,219,242)
#D5E3F4
(213,227,244)
#E1EBF6
(225,235,246)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A3E4 color. Also use rgb(117,163,228) instead hex code.

Text Font Color

.myTextColor { color: #75A3E4; }

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

This text font color is #75A3E4.


Background Color

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

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

This div background color is #75A3E4.


Border color

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

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

This div border color is #75A3E4.


Opacity

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

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

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

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

This text has shadow with #75A3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A3E4 on black background.


Color preview on white background

This text has color #75A3E4 on white background.



Black color preview on #75A3E4 background

This text has black color on #75A3E4 background.


White color preview on #75A3E4 background

This text has white color on #75A3E4 background.