COLOR #75A1BD

HEX: #75A1BD
RGB: (117,161,189)

Color info

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

RGB color model

#75A1BD color RGB value is (117,161,189).

  • red value is 117;
  • green value is 161;
  • blue value is 189.
RGB:
(117,161,189)
(46%,63%,74%)

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 189 of 255 = 74%

117
161
189

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 189 = 467 (100%)
R 117 of 467 ~ 25.05%
G 161 of 467 ~ 34.48%
B 189 of 467 ~ 40.47%

%25.05
%34.48
%40.47

CMYK color model

#75A1BD color CMYK value is (38,15,0,26).

  • cyan value is 38.10%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,15,0,26)
C38M15Y0K26 
(38%,15%,0%,26%)
(0.38/0.15/0.00/0.26)	

CMYK percentages

%38.1
%14.81
%0
%25.88

Codes

Color #75A1BD in popluar color models

75A1BD
RGB117161189
HSL203°35.29%60.00%
HSB/HSV203°38.10%74.12%
CMYK38.10%14.81%0.00%
25.88%

Color #75A1BD in popluar number systems.

HEX75A1BD
Decimal117161189
Binary11101011010000110111101
Octal165241275

Shades and tints

Shades of #75A1BD

#75A1BD
(117,161,189)
#6B93AC
(107,147,172)
#61859B
(97,133,155)
#57778A
(87,119,138)
#4D6979
(77,105,121)
#435B68
(67,91,104)
#394D57
(57,77,87)
#2F3F46
(47,63,70)
#253135
(37,49,53)
#1B2324
(27,35,36)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #75A1BD

#75A1BD
(117,161,189)
#81A9C3
(129,169,195)
#8DB1C9
(141,177,201)
#99B9CF
(153,185,207)
#A5C1D5
(165,193,213)
#B1C9DB
(177,201,219)
#BDD1E1
(189,209,225)
#C9D9E7
(201,217,231)
#D5E1ED
(213,225,237)
#E1E9F3
(225,233,243)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A1BD color. Also use rgb(117,161,189) instead hex code.

Text Font Color

.myTextColor { color: #75A1BD; }

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

This text font color is #75A1BD.


Background Color

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

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

This div background color is #75A1BD.


Border color

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

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

This div border color is #75A1BD.


Opacity

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

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

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

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

This text has shadow with #75A1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A1BD on black background.


Color preview on white background

This text has color #75A1BD on white background.



Black color preview on #75A1BD background

This text has black color on #75A1BD background.


White color preview on #75A1BD background

This text has white color on #75A1BD background.