COLOR #75A6BB

HEX: #75A6BB
RGB: (117,166,187)

Color info

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

RGB color model

#75A6BB color RGB value is (117,166,187).

  • red value is 117;
  • green value is 166;
  • blue value is 187.
RGB:
(117,166,187)
(46%,65%,73%)

RGB channels and saturation

R 117 of 255 = 46%
G 166 of 255 = 65%
B 187 of 255 = 73%

117
166
187

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

Portions of RGB colors in percentages

R + G + B =
117 + 166 + 187 = 470 (100%)
R 117 of 470 ~ 24.89%
G 166 of 470 ~ 35.32%
B 187 of 470 ~ 39.79%

%24.89
%35.32
%39.79

CMYK color model

#75A6BB color CMYK value is (37,11,0,27).

  • cyan value is 37.43%
  • magenta value is 11.23%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(37,11,0,27)
C37M11Y0K27 
(37%,11%,0%,27%)
(0.37/0.11/0.00/0.27)	

CMYK percentages

%37.43
%11.23
%0
%26.67

Codes

Color #75A6BB in popluar color models

75A6BB
RGB117166187
HSL198°33.98%59.61%
HSB/HSV198°37.43%73.33%
CMYK37.43%11.23%0.00%
26.67%

Color #75A6BB in popluar number systems.

HEX75A6BB
Decimal117166187
Binary11101011010011010111011
Octal165246273

Shades and tints

Shades of #75A6BB

#75A6BB
(117,166,187)
#6B97AA
(107,151,170)
#618899
(97,136,153)
#577988
(87,121,136)
#4D6A77
(77,106,119)
#435B66
(67,91,102)
#394C55
(57,76,85)
#2F3D44
(47,61,68)
#252E33
(37,46,51)
#1B1F22
(27,31,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #75A6BB

#75A6BB
(117,166,187)
#81AEC1
(129,174,193)
#8DB6C7
(141,182,199)
#99BECD
(153,190,205)
#A5C6D3
(165,198,211)
#B1CED9
(177,206,217)
#BDD6DF
(189,214,223)
#C9DEE5
(201,222,229)
#D5E6EB
(213,230,235)
#E1EEF1
(225,238,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A6BB color. Also use rgb(117,166,187) instead hex code.

Text Font Color

.myTextColor { color: #75A6BB; }

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

This text font color is #75A6BB.


Background Color

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

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

This div background color is #75A6BB.


Border color

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

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

This div border color is #75A6BB.


Opacity

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

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

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

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

This text has shadow with #75A6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A6BB on black background.


Color preview on white background

This text has color #75A6BB on white background.



Black color preview on #75A6BB background

This text has black color on #75A6BB background.


White color preview on #75A6BB background

This text has white color on #75A6BB background.