COLOR #75AAAE

HEX: #75AAAE
RGB: (117,170,174)

Color info

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

RGB color model

#75AAAE color RGB value is (117,170,174).

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

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 174 of 255 = 68%

117
170
174

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

Portions of RGB colors in percentages

R + G + B =
117 + 170 + 174 = 461 (100%)
R 117 of 461 ~ 25.38%
G 170 of 461 ~ 36.88%
B 174 of 461 ~ 37.74%

%25.38
%36.88
%37.74

CMYK color model

#75AAAE color CMYK value is (33,2,0,32).

  • cyan value is 32.76%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(33,2,0,32)
C33M2Y0K32 
(33%,2%,0%,32%)
(0.33/0.02/0.00/0.32)	

CMYK percentages

%32.76
%2.3
%0
%31.76

Codes

Color #75AAAE in popluar color models

75AAAE
RGB117170174
HSL184°26.03%57.06%
HSB/HSV184°32.76%68.24%
CMYK32.76%2.30%0.00%
31.76%

Color #75AAAE in popluar number systems.

HEX75AAAE
Decimal117170174
Binary11101011010101010101110
Octal165252256

Shades and tints

Shades of #75AAAE

#75AAAE
(117,170,174)
#6B9B9F
(107,155,159)
#618C90
(97,140,144)
#577D81
(87,125,129)
#4D6E72
(77,110,114)
#435F63
(67,95,99)
#395054
(57,80,84)
#2F4145
(47,65,69)
#253236
(37,50,54)
#1B2327
(27,35,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #75AAAE

#75AAAE
(117,170,174)
#81B1B5
(129,177,181)
#8DB8BC
(141,184,188)
#99BFC3
(153,191,195)
#A5C6CA
(165,198,202)
#B1CDD1
(177,205,209)
#BDD4D8
(189,212,216)
#C9DBDF
(201,219,223)
#D5E2E6
(213,226,230)
#E1E9ED
(225,233,237)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AAAE; }

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

This text font color is #75AAAE.


Background Color

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

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

This div background color is #75AAAE.


Border color

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

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

This div border color is #75AAAE.


Opacity

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

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

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

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

This text has shadow with #75AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AAAE on black background.


Color preview on white background

This text has color #75AAAE on white background.



Black color preview on #75AAAE background

This text has black color on #75AAAE background.


White color preview on #75AAAE background

This text has white color on #75AAAE background.