COLOR #75A7D0

HEX: #75A7D0
RGB: (117,167,208)

Color info

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

RGB color model

#75A7D0 color RGB value is (117,167,208).

  • red value is 117;
  • green value is 167;
  • blue value is 208.
RGB:
(117,167,208)
(46%,65%,82%)

RGB channels and saturation

R 117 of 255 = 46%
G 167 of 255 = 65%
B 208 of 255 = 82%

117
167
208

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

Portions of RGB colors in percentages

R + G + B =
117 + 167 + 208 = 492 (100%)
R 117 of 492 ~ 23.78%
G 167 of 492 ~ 33.94%
B 208 of 492 ~ 42.28%

%23.78
%33.94
%42.28

CMYK color model

#75A7D0 color CMYK value is (44,20,0,18).

  • cyan value is 43.75%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(44,20,0,18)
C44M20Y0K18 
(44%,20%,0%,18%)
(0.44/0.20/0.00/0.18)	

CMYK percentages

%43.75
%19.71
%0
%18.43

Codes

Color #75A7D0 in popluar color models

75A7D0
RGB117167208
HSL207°49.19%63.73%
HSB/HSV207°43.75%81.57%
CMYK43.75%19.71%0.00%
18.43%

Color #75A7D0 in popluar number systems.

HEX75A7D0
Decimal117167208
Binary11101011010011111010000
Octal165247320

Shades and tints

Shades of #75A7D0

#75A7D0
(117,167,208)
#6B98BE
(107,152,190)
#6189AC
(97,137,172)
#577A9A
(87,122,154)
#4D6B88
(77,107,136)
#435C76
(67,92,118)
#394D64
(57,77,100)
#2F3E52
(47,62,82)
#252F40
(37,47,64)
#1B202E
(27,32,46)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #75A7D0

#75A7D0
(117,167,208)
#81AFD4
(129,175,212)
#8DB7D8
(141,183,216)
#99BFDC
(153,191,220)
#A5C7E0
(165,199,224)
#B1CFE4
(177,207,228)
#BDD7E8
(189,215,232)
#C9DFEC
(201,223,236)
#D5E7F0
(213,231,240)
#E1EFF4
(225,239,244)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A7D0 color. Also use rgb(117,167,208) instead hex code.

Text Font Color

.myTextColor { color: #75A7D0; }

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

This text font color is #75A7D0.


Background Color

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

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

This div background color is #75A7D0.


Border color

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

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

This div border color is #75A7D0.


Opacity

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

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

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

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

This text has shadow with #75A7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A7D0 on black background.


Color preview on white background

This text has color #75A7D0 on white background.



Black color preview on #75A7D0 background

This text has black color on #75A7D0 background.


White color preview on #75A7D0 background

This text has white color on #75A7D0 background.