COLOR #75ABB4

HEX: #75ABB4
RGB: (117,171,180)

Color info

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

RGB color model

#75ABB4 color RGB value is (117,171,180).

  • red value is 117;
  • green value is 171;
  • blue value is 180.
RGB:
(117,171,180)
(46%,67%,71%)

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 180 of 255 = 71%

117
171
180

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

Portions of RGB colors in percentages

R + G + B =
117 + 171 + 180 = 468 (100%)
R 117 of 468 ~ 25%
G 171 of 468 ~ 36.54%
B 180 of 468 ~ 38.46%

%25
%36.54
%38.46

CMYK color model

#75ABB4 color CMYK value is (35,5,0,29).

  • cyan value is 35.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(35,5,0,29)
C35M5Y0K29 
(35%,5%,0%,29%)
(0.35/0.05/0.00/0.29)	

CMYK percentages

%35
%5
%0
%29.41

Codes

Color #75ABB4 in popluar color models

75ABB4
RGB117171180
HSL189°29.58%58.24%
HSB/HSV189°35.00%70.59%
CMYK35.00%5.00%0.00%
29.41%

Color #75ABB4 in popluar number systems.

HEX75ABB4
Decimal117171180
Binary11101011010101110110100
Octal165253264

Shades and tints

Shades of #75ABB4

#75ABB4
(117,171,180)
#6B9CA4
(107,156,164)
#618D94
(97,141,148)
#577E84
(87,126,132)
#4D6F74
(77,111,116)
#436064
(67,96,100)
#395154
(57,81,84)
#2F4244
(47,66,68)
#253334
(37,51,52)
#1B2424
(27,36,36)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #75ABB4

#75ABB4
(117,171,180)
#81B2BA
(129,178,186)
#8DB9C0
(141,185,192)
#99C0C6
(153,192,198)
#A5C7CC
(165,199,204)
#B1CED2
(177,206,210)
#BDD5D8
(189,213,216)
#C9DCDE
(201,220,222)
#D5E3E4
(213,227,228)
#E1EAEA
(225,234,234)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75ABB4 color. Also use rgb(117,171,180) instead hex code.

Text Font Color

.myTextColor { color: #75ABB4; }

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

This text font color is #75ABB4.


Background Color

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

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

This div background color is #75ABB4.


Border color

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

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

This div border color is #75ABB4.


Opacity

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

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

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

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

This text has shadow with #75ABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ABB4 on black background.


Color preview on white background

This text has color #75ABB4 on white background.



Black color preview on #75ABB4 background

This text has black color on #75ABB4 background.


White color preview on #75ABB4 background

This text has white color on #75ABB4 background.