COLOR #75AEBC

HEX: #75AEBC
RGB: (117,174,188)

Color info

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

RGB color model

#75AEBC color RGB value is (117,174,188).

  • red value is 117;
  • green value is 174;
  • blue value is 188.
RGB:
(117,174,188)
(46%,68%,74%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 188 of 255 = 74%

117
174
188

R + G + B ~ 63%. #75AEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 174 + 188 = 479 (100%)
R 117 of 479 ~ 24.43%
G 174 of 479 ~ 36.33%
B 188 of 479 ~ 39.25%

%24.43
%36.33
%39.25

CMYK color model

#75AEBC color CMYK value is (38,7,0,26).

  • cyan value is 37.77%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(38,7,0,26)
C38M7Y0K26 
(38%,7%,0%,26%)
(0.38/0.07/0.00/0.26)	

CMYK percentages

%37.77
%7.45
%0
%26.27

Codes

Color #75AEBC in popluar color models

75AEBC
RGB117174188
HSL192°34.63%59.80%
HSB/HSV192°37.77%73.73%
CMYK37.77%7.45%0.00%
26.27%

Color #75AEBC in popluar number systems.

HEX75AEBC
Decimal117174188
Binary11101011010111010111100
Octal165256274

Shades and tints

Shades of #75AEBC

#75AEBC
(117,174,188)
#6B9FAB
(107,159,171)
#61909A
(97,144,154)
#578189
(87,129,137)
#4D7278
(77,114,120)
#436367
(67,99,103)
#395456
(57,84,86)
#2F4545
(47,69,69)
#253634
(37,54,52)
#1B2723
(27,39,35)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #75AEBC

#75AEBC
(117,174,188)
#81B5C2
(129,181,194)
#8DBCC8
(141,188,200)
#99C3CE
(153,195,206)
#A5CAD4
(165,202,212)
#B1D1DA
(177,209,218)
#BDD8E0
(189,216,224)
#C9DFE6
(201,223,230)
#D5E6EC
(213,230,236)
#E1EDF2
(225,237,242)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AEBC color. Also use rgb(117,174,188) instead hex code.

Text Font Color

.myTextColor { color: #75AEBC; }

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

This text font color is #75AEBC.


Background Color

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

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

This div background color is #75AEBC.


Border color

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

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

This div border color is #75AEBC.


Opacity

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

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

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

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

This text has shadow with #75AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AEBC on black background.


Color preview on white background

This text has color #75AEBC on white background.



Black color preview on #75AEBC background

This text has black color on #75AEBC background.


White color preview on #75AEBC background

This text has white color on #75AEBC background.