COLOR #75A9CF

HEX: #75A9CF
RGB: (117,169,207)

Color info

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

RGB color model

#75A9CF color RGB value is (117,169,207).

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

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 207 of 255 = 81%

117
169
207

R + G + B ~ 64%. #75A9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 207 = 493 (100%)
R 117 of 493 ~ 23.73%
G 169 of 493 ~ 34.28%
B 207 of 493 ~ 41.99%

%23.73
%34.28
%41.99

CMYK color model

#75A9CF color CMYK value is (43,18,0,19).

  • cyan value is 43.48%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(43,18,0,19)
C43M18Y0K19 
(43%,18%,0%,19%)
(0.43/0.18/0.00/0.19)	

CMYK percentages

%43.48
%18.36
%0
%18.82

Codes

Color #75A9CF in popluar color models

75A9CF
RGB117169207
HSL205°48.39%63.53%
HSB/HSV205°43.48%81.18%
CMYK43.48%18.36%0.00%
18.82%

Color #75A9CF in popluar number systems.

HEX75A9CF
Decimal117169207
Binary11101011010100111001111
Octal165251317

Shades and tints

Shades of #75A9CF

#75A9CF
(117,169,207)
#6B9ABD
(107,154,189)
#618BAB
(97,139,171)
#577C99
(87,124,153)
#4D6D87
(77,109,135)
#435E75
(67,94,117)
#394F63
(57,79,99)
#2F4051
(47,64,81)
#25313F
(37,49,63)
#1B222D
(27,34,45)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #75A9CF

#75A9CF
(117,169,207)
#81B0D3
(129,176,211)
#8DB7D7
(141,183,215)
#99BEDB
(153,190,219)
#A5C5DF
(165,197,223)
#B1CCE3
(177,204,227)
#BDD3E7
(189,211,231)
#C9DAEB
(201,218,235)
#D5E1EF
(213,225,239)
#E1E8F3
(225,232,243)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A9CF; }

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

This text font color is #75A9CF.


Background Color

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

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

This div background color is #75A9CF.


Border color

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

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

This div border color is #75A9CF.


Opacity

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

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

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

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

This text has shadow with #75A9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A9CF on black background.


Color preview on white background

This text has color #75A9CF on white background.



Black color preview on #75A9CF background

This text has black color on #75A9CF background.


White color preview on #75A9CF background

This text has white color on #75A9CF background.