COLOR #75A2D1

HEX: #75A2D1
RGB: (117,162,209)

Color info

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

RGB color model

#75A2D1 color RGB value is (117,162,209).

  • red value is 117;
  • green value is 162;
  • blue value is 209.
RGB:
(117,162,209)
(46%,64%,82%)

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 209 of 255 = 82%

117
162
209

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

Portions of RGB colors in percentages

R + G + B =
117 + 162 + 209 = 488 (100%)
R 117 of 488 ~ 23.98%
G 162 of 488 ~ 33.2%
B 209 of 488 ~ 42.83%

%23.98
%33.2
%42.83

CMYK color model

#75A2D1 color CMYK value is (44,22,0,18).

  • cyan value is 44.02%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(44,22,0,18)
C44M22Y0K18 
(44%,22%,0%,18%)
(0.44/0.22/0.00/0.18)	

CMYK percentages

%44.02
%22.49
%0
%18.04

Codes

Color #75A2D1 in popluar color models

75A2D1
RGB117162209
HSL211°50.00%63.92%
HSB/HSV211°44.02%81.96%
CMYK44.02%22.49%0.00%
18.04%

Color #75A2D1 in popluar number systems.

HEX75A2D1
Decimal117162209
Binary11101011010001011010001
Octal165242321

Shades and tints

Shades of #75A2D1

#75A2D1
(117,162,209)
#6B94BE
(107,148,190)
#6186AB
(97,134,171)
#577898
(87,120,152)
#4D6A85
(77,106,133)
#435C72
(67,92,114)
#394E5F
(57,78,95)
#2F404C
(47,64,76)
#253239
(37,50,57)
#1B2426
(27,36,38)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #75A2D1

#75A2D1
(117,162,209)
#81AAD5
(129,170,213)
#8DB2D9
(141,178,217)
#99BADD
(153,186,221)
#A5C2E1
(165,194,225)
#B1CAE5
(177,202,229)
#BDD2E9
(189,210,233)
#C9DAED
(201,218,237)
#D5E2F1
(213,226,241)
#E1EAF5
(225,234,245)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A2D1 color. Also use rgb(117,162,209) instead hex code.

Text Font Color

.myTextColor { color: #75A2D1; }

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

This text font color is #75A2D1.


Background Color

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

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

This div background color is #75A2D1.


Border color

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

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

This div border color is #75A2D1.


Opacity

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

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

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

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

This text has shadow with #75A2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A2D1 on black background.


Color preview on white background

This text has color #75A2D1 on white background.



Black color preview on #75A2D1 background

This text has black color on #75A2D1 background.


White color preview on #75A2D1 background

This text has white color on #75A2D1 background.