COLOR #75A4B3

HEX: #75A4B3
RGB: (117,164,179)

Color info

#75A4B3 contains mainly green and blue colors. Web safe color of #75A4B3 is #669999 (or #699).

RGB color model

#75A4B3 color RGB value is (117,164,179).

  • red value is 117;
  • green value is 164;
  • blue value is 179.
RGB:
(117,164,179)
(46%,64%,70%)

RGB channels and saturation

R 117 of 255 = 46%
G 164 of 255 = 64%
B 179 of 255 = 70%

117
164
179

R + G + B ~ 60%. #75A4B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 164 + 179 = 460 (100%)
R 117 of 460 ~ 25.43%
G 164 of 460 ~ 35.65%
B 179 of 460 ~ 38.91%

%25.43
%35.65
%38.91

CMYK color model

#75A4B3 color CMYK value is (35,8,0,30).

  • cyan value is 34.64%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(35,8,0,30)
C35M8Y0K30 
(35%,8%,0%,30%)
(0.35/0.08/0.00/0.30)	

CMYK percentages

%34.64
%8.38
%0
%29.8

Codes

Color #75A4B3 in popluar color models

75A4B3
RGB117164179
HSL195°28.97%58.04%
HSB/HSV195°34.64%70.20%
CMYK34.64%8.38%0.00%
29.80%

Color #75A4B3 in popluar number systems.

HEX75A4B3
Decimal117164179
Binary11101011010010010110011
Octal165244263

Shades and tints

Shades of #75A4B3

#75A4B3
(117,164,179)
#6B96A3
(107,150,163)
#618893
(97,136,147)
#577A83
(87,122,131)
#4D6C73
(77,108,115)
#435E63
(67,94,99)
#395053
(57,80,83)
#2F4243
(47,66,67)
#253433
(37,52,51)
#1B2623
(27,38,35)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #75A4B3

#75A4B3
(117,164,179)
#81ACB9
(129,172,185)
#8DB4BF
(141,180,191)
#99BCC5
(153,188,197)
#A5C4CB
(165,196,203)
#B1CCD1
(177,204,209)
#BDD4D7
(189,212,215)
#C9DCDD
(201,220,221)
#D5E4E3
(213,228,227)
#E1ECE9
(225,236,233)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A4B3 color. Also use rgb(117,164,179) instead hex code.

Text Font Color

.myTextColor { color: #75A4B3; }

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

This text font color is #75A4B3.


Background Color

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

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

This div background color is #75A4B3.


Border color

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

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

This div border color is #75A4B3.


Opacity

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

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

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

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

This text has shadow with #75A4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A4B3 on black background.


Color preview on white background

This text has color #75A4B3 on white background.



Black color preview on #75A4B3 background

This text has black color on #75A4B3 background.


White color preview on #75A4B3 background

This text has white color on #75A4B3 background.