COLOR #75A0C8

HEX: #75A0C8
RGB: (117,160,200)

Color info

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

RGB color model

#75A0C8 color RGB value is (117,160,200).

  • red value is 117;
  • green value is 160;
  • blue value is 200.
RGB:
(117,160,200)
(46%,63%,78%)

RGB channels and saturation

R 117 of 255 = 46%
G 160 of 255 = 63%
B 200 of 255 = 78%

117
160
200

R + G + B ~ 62%. #75A0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 160 + 200 = 477 (100%)
R 117 of 477 ~ 24.53%
G 160 of 477 ~ 33.54%
B 200 of 477 ~ 41.93%

%24.53
%33.54
%41.93

CMYK color model

#75A0C8 color CMYK value is (42,20,0,22).

  • cyan value is 41.50%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(42,20,0,22)
C42M20Y0K22 
(42%,20%,0%,22%)
(0.42/0.20/0.00/0.22)	

CMYK percentages

%41.5
%20
%0
%21.57

Codes

Color #75A0C8 in popluar color models

75A0C8
RGB117160200
HSL209°43.01%62.16%
HSB/HSV209°41.50%78.43%
CMYK41.50%20.00%0.00%
21.57%

Color #75A0C8 in popluar number systems.

HEX75A0C8
Decimal117160200
Binary11101011010000011001000
Octal165240310

Shades and tints

Shades of #75A0C8

#75A0C8
(117,160,200)
#6B92B6
(107,146,182)
#6184A4
(97,132,164)
#577692
(87,118,146)
#4D6880
(77,104,128)
#435A6E
(67,90,110)
#394C5C
(57,76,92)
#2F3E4A
(47,62,74)
#253038
(37,48,56)
#1B2226
(27,34,38)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75A0C8

#75A0C8
(117,160,200)
#81A8CD
(129,168,205)
#8DB0D2
(141,176,210)
#99B8D7
(153,184,215)
#A5C0DC
(165,192,220)
#B1C8E1
(177,200,225)
#BDD0E6
(189,208,230)
#C9D8EB
(201,216,235)
#D5E0F0
(213,224,240)
#E1E8F5
(225,232,245)
#EDF0FA
(237,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A0C8 color. Also use rgb(117,160,200) instead hex code.

Text Font Color

.myTextColor { color: #75A0C8; }

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

This text font color is #75A0C8.


Background Color

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

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

This div background color is #75A0C8.


Border color

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

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

This div border color is #75A0C8.


Opacity

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

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

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

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

This text has shadow with #75A0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A0C8 on black background.


Color preview on white background

This text has color #75A0C8 on white background.



Black color preview on #75A0C8 background

This text has black color on #75A0C8 background.


White color preview on #75A0C8 background

This text has white color on #75A0C8 background.