COLOR #75A9B5

HEX: #75A9B5
RGB: (117,169,181)

Color info

#75A9B5 contains mainly green and blue colors. Web safe color of #75A9B5 is #6699CC (or #69C).

RGB color model

#75A9B5 color RGB value is (117,169,181).

  • red value is 117;
  • green value is 169;
  • blue value is 181.
RGB:
(117,169,181)
(46%,66%,71%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 181 of 255 = 71%

117
169
181

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 181 = 467 (100%)
R 117 of 467 ~ 25.05%
G 169 of 467 ~ 36.19%
B 181 of 467 ~ 38.76%

%25.05
%36.19
%38.76

CMYK color model

#75A9B5 color CMYK value is (35,7,0,29).

  • cyan value is 35.36%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(35,7,0,29)
C35M7Y0K29 
(35%,7%,0%,29%)
(0.35/0.07/0.00/0.29)	

CMYK percentages

%35.36
%6.63
%0
%29.02

Codes

Color #75A9B5 in popluar color models

75A9B5
RGB117169181
HSL191°30.19%58.43%
HSB/HSV191°35.36%70.98%
CMYK35.36%6.63%0.00%
29.02%

Color #75A9B5 in popluar number systems.

HEX75A9B5
Decimal117169181
Binary11101011010100110110101
Octal165251265

Shades and tints

Shades of #75A9B5

#75A9B5
(117,169,181)
#6B9AA5
(107,154,165)
#618B95
(97,139,149)
#577C85
(87,124,133)
#4D6D75
(77,109,117)
#435E65
(67,94,101)
#394F55
(57,79,85)
#2F4045
(47,64,69)
#253135
(37,49,53)
#1B2225
(27,34,37)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #75A9B5

#75A9B5
(117,169,181)
#81B0BB
(129,176,187)
#8DB7C1
(141,183,193)
#99BEC7
(153,190,199)
#A5C5CD
(165,197,205)
#B1CCD3
(177,204,211)
#BDD3D9
(189,211,217)
#C9DADF
(201,218,223)
#D5E1E5
(213,225,229)
#E1E8EB
(225,232,235)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A9B5 color. Also use rgb(117,169,181) instead hex code.

Text Font Color

.myTextColor { color: #75A9B5; }

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

This text font color is #75A9B5.


Background Color

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

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

This div background color is #75A9B5.


Border color

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

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

This div border color is #75A9B5.


Opacity

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

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

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

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

This text has shadow with #75A9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A9B5 on black background.


Color preview on white background

This text has color #75A9B5 on white background.



Black color preview on #75A9B5 background

This text has black color on #75A9B5 background.


White color preview on #75A9B5 background

This text has white color on #75A9B5 background.