COLOR #75AAB1

HEX: #75AAB1
RGB: (117,170,177)

Color info

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

RGB color model

#75AAB1 color RGB value is (117,170,177).

  • red value is 117;
  • green value is 170;
  • blue value is 177.
RGB:
(117,170,177)
(46%,67%,69%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 177 of 255 = 69%

117
170
177

R + G + B ~ 61%. #75AAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 170 + 177 = 464 (100%)
R 117 of 464 ~ 25.22%
G 170 of 464 ~ 36.64%
B 177 of 464 ~ 38.15%

%25.22
%36.64
%38.15

CMYK color model

#75AAB1 color CMYK value is (34,4,0,31).

  • cyan value is 33.90%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(34,4,0,31)
C34M4Y0K31 
(34%,4%,0%,31%)
(0.34/0.04/0.00/0.31)	

CMYK percentages

%33.9
%3.95
%0
%30.59

Codes

Color #75AAB1 in popluar color models

75AAB1
RGB117170177
HSL187°27.78%57.65%
HSB/HSV187°33.90%69.41%
CMYK33.90%3.95%0.00%
30.59%

Color #75AAB1 in popluar number systems.

HEX75AAB1
Decimal117170177
Binary11101011010101010110001
Octal165252261

Shades and tints

Shades of #75AAB1

#75AAB1
(117,170,177)
#6B9BA1
(107,155,161)
#618C91
(97,140,145)
#577D81
(87,125,129)
#4D6E71
(77,110,113)
#435F61
(67,95,97)
#395051
(57,80,81)
#2F4141
(47,65,65)
#253231
(37,50,49)
#1B2321
(27,35,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75AAB1

#75AAB1
(117,170,177)
#81B1B8
(129,177,184)
#8DB8BF
(141,184,191)
#99BFC6
(153,191,198)
#A5C6CD
(165,198,205)
#B1CDD4
(177,205,212)
#BDD4DB
(189,212,219)
#C9DBE2
(201,219,226)
#D5E2E9
(213,226,233)
#E1E9F0
(225,233,240)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AAB1 color. Also use rgb(117,170,177) instead hex code.

Text Font Color

.myTextColor { color: #75AAB1; }

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

This text font color is #75AAB1.


Background Color

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

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

This div background color is #75AAB1.


Border color

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

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

This div border color is #75AAB1.


Opacity

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

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

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

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

This text has shadow with #75AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AAB1 on black background.


Color preview on white background

This text has color #75AAB1 on white background.



Black color preview on #75AAB1 background

This text has black color on #75AAB1 background.


White color preview on #75AAB1 background

This text has white color on #75AAB1 background.