COLOR #75AAC8

HEX: #75AAC8 RGB: (117,170,200)

Color info

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

RGB color model

#75AAC8 color RGB value is (117,170,200).

RGB: (117,170,200) (46%, 67%, 78%)

RGB channels and saturation

R 117 of 255 = 46%
G 170 of 255 = 67%
B 200 of 255 = 78%

117
170
200

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

Portions of RGB colors in percentages

R + G + B = 117 + 170 + 200 = 487 (100%)
R 117 of 487 ~ 24.02%
G 170 of 487 ~ 34.91%
B 200 of 487 ~ 41.07'%

%24.02
%34.91
%41.07

CMYK color model

#75AAC8 color CMYK value is (42,15,0,22).

  • cyan value is 41.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (42,15,0,22)
C42M15Y0K22 (42%, 15%, 0%, 22%)
(0.42 / 0.15 / 0.00 / 0.22)

CMYK percentages

%41.5
%15
%0
%21.57

Codes

Color #75AAC8 in popluar color models

75 AA C8
RGB 117 170 200
HSL 202° 43.01% 62.16%
HSB/HSV 202° 41.50% 78.43%
CMYK 41.50% 15.00% 0.00%
21.57%

Color #75AAC8 in popluar number systems.

HEX 75 AA C8
Decimal 117 170 200
Binary 1110101 10101010 11001000
Octal 165 252 310

Shades and tints

Shades of #75AAC8

#75AAC8
(117,170,200)
#6B9BB6
(107,155,182)
#618CA4
(97,140,164)
#577D92
(87,125,146)
#4D6E80
(77,110,128)
#435F6E
(67,95,110)
#39505C
(57,80,92)
#2F414A
(47,65,74)
#253238
(37,50,56)
#1B2326
(27,35,38)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #75AAC8

#75AAC8
(117,170,200)
#81B1CD
(129,177,205)
#8DB8D2
(141,184,210)
#99BFD7
(153,191,215)
#A5C6DC
(165,198,220)
#B1CDE1
(177,205,225)
#BDD4E6
(189,212,230)
#C9DBEB
(201,219,235)
#D5E2F0
(213,226,240)
#E1E9F5
(225,233,245)
#EDF0FA
(237,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AAC8; }

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

This text font color is #75AAC8.

Background Color

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

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

This div background color is #75AAC8.

Border color

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

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

This div border color is #75AAC8.

Opacity

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

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

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

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

This text has shadow with #75AAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AAC8.

Preview

Color preview on black background

This text has color #75AAC8 on black background.


Color preview on white background

This text has color #75AAC8 on white background.


Black color preview on #75AAC8 background

This text has black color on #75AAC8 background.


White color preview on #75AAC8 background

This text has white color on #75AAC8 background.


Related colors

Complementary color

Complementary color for #hex is #8A5537.


I love getcolorcode.com

Triadic colors

1 #C875AA and #AAC875 with #75AAC8 are triadic colors.

2 #C8AA75 and #AA75C8 with #75AAC8 are triadic colors.