COLOR #75ACBE

HEX: #75ACBE
RGB: (117,172,190)

Color info

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

RGB color model

#75ACBE color RGB value is (117,172,190).

  • red value is 117;
  • green value is 172;
  • blue value is 190.
RGB:
(117,172,190)
(46%,67%,75%)

RGB channels and saturation

R 117 of 255 = 46%
G 172 of 255 = 67%
B 190 of 255 = 75%

117
172
190

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

Portions of RGB colors in percentages

R + G + B =
117 + 172 + 190 = 479 (100%)
R 117 of 479 ~ 24.43%
G 172 of 479 ~ 35.91%
B 190 of 479 ~ 39.67%

%24.43
%35.91
%39.67

CMYK color model

#75ACBE color CMYK value is (38,9,0,25).

  • cyan value is 38.42%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(38,9,0,25)
C38M9Y0K25 
(38%,9%,0%,25%)
(0.38/0.09/0.00/0.25)	

CMYK percentages

%38.42
%9.47
%0
%25.49

Codes

Color #75ACBE in popluar color models

75ACBE
RGB117172190
HSL195°35.96%60.20%
HSB/HSV195°38.42%74.51%
CMYK38.42%9.47%0.00%
25.49%

Color #75ACBE in popluar number systems.

HEX75ACBE
Decimal117172190
Binary11101011010110010111110
Octal165254276

Shades and tints

Shades of #75ACBE

#75ACBE
(117,172,190)
#6B9DAD
(107,157,173)
#618E9C
(97,142,156)
#577F8B
(87,127,139)
#4D707A
(77,112,122)
#436169
(67,97,105)
#395258
(57,82,88)
#2F4347
(47,67,71)
#253436
(37,52,54)
#1B2525
(27,37,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #75ACBE

#75ACBE
(117,172,190)
#81B3C3
(129,179,195)
#8DBAC8
(141,186,200)
#99C1CD
(153,193,205)
#A5C8D2
(165,200,210)
#B1CFD7
(177,207,215)
#BDD6DC
(189,214,220)
#C9DDE1
(201,221,225)
#D5E4E6
(213,228,230)
#E1EBEB
(225,235,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75ACBE color. Also use rgb(117,172,190) instead hex code.

Text Font Color

.myTextColor { color: #75ACBE; }

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

This text font color is #75ACBE.


Background Color

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

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

This div background color is #75ACBE.


Border color

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

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

This div border color is #75ACBE.


Opacity

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

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

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

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

This text has shadow with #75ACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ACBE on black background.


Color preview on white background

This text has color #75ACBE on white background.



Black color preview on #75ACBE background

This text has black color on #75ACBE background.


White color preview on #75ACBE background

This text has white color on #75ACBE background.