COLOR #75A3AE

HEX: #75A3AE
RGB: (117,163,174)

Color info

#75A3AE contains red, green and blue colors in about the same proportion. Web safe color of #75A3AE is #669999 (or #699).

RGB color model

#75A3AE color RGB value is (117,163,174).

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

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 174 of 255 = 68%

117
163
174

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

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 174 = 454 (100%)
R 117 of 454 ~ 25.77%
G 163 of 454 ~ 35.9%
B 174 of 454 ~ 38.33%

%25.77
%35.9
%38.33

CMYK color model

#75A3AE color CMYK value is (33,6,0,32).

  • cyan value is 32.76%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(33,6,0,32)
C33M6Y0K32 
(33%,6%,0%,32%)
(0.33/0.06/0.00/0.32)	

CMYK percentages

%32.76
%6.32
%0
%31.76

Codes

Color #75A3AE in popluar color models

75A3AE
RGB117163174
HSL192°26.03%57.06%
HSB/HSV192°32.76%68.24%
CMYK32.76%6.32%0.00%
31.76%

Color #75A3AE in popluar number systems.

HEX75A3AE
Decimal117163174
Binary11101011010001110101110
Octal165243256

Shades and tints

Shades of #75A3AE

#75A3AE
(117,163,174)
#6B959F
(107,149,159)
#618790
(97,135,144)
#577981
(87,121,129)
#4D6B72
(77,107,114)
#435D63
(67,93,99)
#394F54
(57,79,84)
#2F4145
(47,65,69)
#253336
(37,51,54)
#1B2527
(27,37,39)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #75A3AE

#75A3AE
(117,163,174)
#81ABB5
(129,171,181)
#8DB3BC
(141,179,188)
#99BBC3
(153,187,195)
#A5C3CA
(165,195,202)
#B1CBD1
(177,203,209)
#BDD3D8
(189,211,216)
#C9DBDF
(201,219,223)
#D5E3E6
(213,227,230)
#E1EBED
(225,235,237)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A3AE; }

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

This text font color is #75A3AE.


Background Color

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

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

This div background color is #75A3AE.


Border color

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

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

This div border color is #75A3AE.


Opacity

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

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

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

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

This text has shadow with #75A3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A3AE on black background.


Color preview on white background

This text has color #75A3AE on white background.



Black color preview on #75A3AE background

This text has black color on #75A3AE background.


White color preview on #75A3AE background

This text has white color on #75A3AE background.