COLOR #75B6C7

HEX: #75B6C7
RGB: (117,182,199)

Color info

#75B6C7 contains mainly green and blue colors. Web safe color of #75B6C7 is #66CCCC (or #6CC).

RGB color model

#75B6C7 color RGB value is (117,182,199).

  • red value is 117;
  • green value is 182;
  • blue value is 199.
RGB:
(117,182,199)
(46%,71%,78%)

RGB channels and saturation

R 117 of 255 = 46%
G 182 of 255 = 71%
B 199 of 255 = 78%

117
182
199

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

Portions of RGB colors in percentages

R + G + B =
117 + 182 + 199 = 498 (100%)
R 117 of 498 ~ 23.49%
G 182 of 498 ~ 36.55%
B 199 of 498 ~ 39.96%

%23.49
%36.55
%39.96

CMYK color model

#75B6C7 color CMYK value is (41,9,0,22).

  • cyan value is 41.21%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,9,0,22)
C41M9Y0K22 
(41%,9%,0%,22%)
(0.41/0.09/0.00/0.22)	

CMYK percentages

%41.21
%8.54
%0
%21.96

Codes

Color #75B6C7 in popluar color models

75B6C7
RGB117182199
HSL192°42.27%61.96%
HSB/HSV192°41.21%78.04%
CMYK41.21%8.54%0.00%
21.96%

Color #75B6C7 in popluar number systems.

HEX75B6C7
Decimal117182199
Binary11101011011011011000111
Octal165266307

Shades and tints

Shades of #75B6C7

#75B6C7
(117,182,199)
#6BA6B5
(107,166,181)
#6196A3
(97,150,163)
#578691
(87,134,145)
#4D767F
(77,118,127)
#43666D
(67,102,109)
#39565B
(57,86,91)
#2F4649
(47,70,73)
#253637
(37,54,55)
#1B2625
(27,38,37)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #75B6C7

#75B6C7
(117,182,199)
#81BCCC
(129,188,204)
#8DC2D1
(141,194,209)
#99C8D6
(153,200,214)
#A5CEDB
(165,206,219)
#B1D4E0
(177,212,224)
#BDDAE5
(189,218,229)
#C9E0EA
(201,224,234)
#D5E6EF
(213,230,239)
#E1ECF4
(225,236,244)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B6C7 color. Also use rgb(117,182,199) instead hex code.

Text Font Color

.myTextColor { color: #75B6C7; }

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

This text font color is #75B6C7.


Background Color

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

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

This div background color is #75B6C7.


Border color

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

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

This div border color is #75B6C7.


Opacity

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

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

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

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

This text has shadow with #75B6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B6C7 on black background.


Color preview on white background

This text has color #75B6C7 on white background.



Black color preview on #75B6C7 background

This text has black color on #75B6C7 background.


White color preview on #75B6C7 background

This text has white color on #75B6C7 background.