COLOR #75AAA3

HEX: #75AAA3
RGB: (117,170,163)

Color info

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

RGB color model

#75AAA3 color RGB value is (117,170,163).

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

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 163 of 255 = 64%

117
170
163

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

Portions of RGB colors in percentages

R + G + B =
117 + 170 + 163 = 450 (100%)
R 117 of 450 ~ 26%
G 170 of 450 ~ 37.78%
B 163 of 450 ~ 36.22%

%26
%37.78
%36.22

CMYK color model

#75AAA3 color CMYK value is (31,0,4,33).

  • cyan value is 31.18%
  • magenta value is 0.00%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(31,0,4,33)
C31M0Y4K33 
(31%,0%,4%,33%)
(0.31/0.00/0.04/0.33)	

CMYK percentages

%31.18
%0
%4.12
%33.33

Codes

Color #75AAA3 in popluar color models

75AAA3
RGB117170163
HSL172°23.77%56.27%
HSB/HSV172°31.18%66.67%
CMYK31.18%0.00%4.12%
33.33%

Color #75AAA3 in popluar number systems.

HEX75AAA3
Decimal117170163
Binary11101011010101010100011
Octal165252243

Shades and tints

Shades of #75AAA3

#75AAA3
(117,170,163)
#6B9B95
(107,155,149)
#618C87
(97,140,135)
#577D79
(87,125,121)
#4D6E6B
(77,110,107)
#435F5D
(67,95,93)
#39504F
(57,80,79)
#2F4141
(47,65,65)
#253233
(37,50,51)
#1B2325
(27,35,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #75AAA3

#75AAA3
(117,170,163)
#81B1AB
(129,177,171)
#8DB8B3
(141,184,179)
#99BFBB
(153,191,187)
#A5C6C3
(165,198,195)
#B1CDCB
(177,205,203)
#BDD4D3
(189,212,211)
#C9DBDB
(201,219,219)
#D5E2E3
(213,226,227)
#E1E9EB
(225,233,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AAA3; }

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

This text font color is #75AAA3.


Background Color

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

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

This div background color is #75AAA3.


Border color

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

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

This div border color is #75AAA3.


Opacity

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

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

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

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

This text has shadow with #75AAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AAA3 on black background.


Color preview on white background

This text has color #75AAA3 on white background.



Black color preview on #75AAA3 background

This text has black color on #75AAA3 background.


White color preview on #75AAA3 background

This text has white color on #75AAA3 background.