COLOR #75AECC

HEX: #75AECC
RGB: (117,174,204)

Color info

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

RGB color model

#75AECC color RGB value is (117,174,204).

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

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 204 of 255 = 80%

117
174
204

R + G + B ~ 65%. #75AECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 174 + 204 = 495 (100%)
R 117 of 495 ~ 23.64%
G 174 of 495 ~ 35.15%
B 204 of 495 ~ 41.21%

%23.64
%35.15
%41.21

CMYK color model

#75AECC color CMYK value is (43,15,0,20).

  • cyan value is 42.65%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,15,0,20)
C43M15Y0K20 
(43%,15%,0%,20%)
(0.43/0.15/0.00/0.20)	

CMYK percentages

%42.65
%14.71
%0
%20

Codes

Color #75AECC in popluar color models

75AECC
RGB117174204
HSL201°46.03%62.94%
HSB/HSV201°42.65%80.00%
CMYK42.65%14.71%0.00%
20.00%

Color #75AECC in popluar number systems.

HEX75AECC
Decimal117174204
Binary11101011010111011001100
Octal165256314

Shades and tints

Shades of #75AECC

#75AECC
(117,174,204)
#6B9FBA
(107,159,186)
#6190A8
(97,144,168)
#578196
(87,129,150)
#4D7284
(77,114,132)
#436372
(67,99,114)
#395460
(57,84,96)
#2F454E
(47,69,78)
#25363C
(37,54,60)
#1B272A
(27,39,42)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #75AECC

#75AECC
(117,174,204)
#81B5D0
(129,181,208)
#8DBCD4
(141,188,212)
#99C3D8
(153,195,216)
#A5CADC
(165,202,220)
#B1D1E0
(177,209,224)
#BDD8E4
(189,216,228)
#C9DFE8
(201,223,232)
#D5E6EC
(213,230,236)
#E1EDF0
(225,237,240)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AECC; }

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

This text font color is #75AECC.


Background Color

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

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

This div background color is #75AECC.


Border color

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

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

This div border color is #75AECC.


Opacity

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

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

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

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

This text has shadow with #75AECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AECC on black background.


Color preview on white background

This text has color #75AECC on white background.



Black color preview on #75AECC background

This text has black color on #75AECC background.


White color preview on #75AECC background

This text has white color on #75AECC background.