COLOR #75B7C4

HEX: #75B7C4
RGB: (117,183,196)

Color info

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

RGB color model

#75B7C4 color RGB value is (117,183,196).

  • red value is 117;
  • green value is 183;
  • blue value is 196.
RGB:
(117,183,196)
(46%,72%,77%)

RGB channels and saturation

R 117 of 255 = 46%
G 183 of 255 = 72%
B 196 of 255 = 77%

117
183
196

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

Portions of RGB colors in percentages

R + G + B =
117 + 183 + 196 = 496 (100%)
R 117 of 496 ~ 23.59%
G 183 of 496 ~ 36.9%
B 196 of 496 ~ 39.52%

%23.59
%36.9
%39.52

CMYK color model

#75B7C4 color CMYK value is (40,7,0,23).

  • cyan value is 40.31%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(40,7,0,23)
C40M7Y0K23 
(40%,7%,0%,23%)
(0.40/0.07/0.00/0.23)	

CMYK percentages

%40.31
%6.63
%0
%23.14

Codes

Color #75B7C4 in popluar color models

75B7C4
RGB117183196
HSL190°40.10%61.37%
HSB/HSV190°40.31%76.86%
CMYK40.31%6.63%0.00%
23.14%

Color #75B7C4 in popluar number systems.

HEX75B7C4
Decimal117183196
Binary11101011011011111000100
Octal165267304

Shades and tints

Shades of #75B7C4

#75B7C4
(117,183,196)
#6BA7B3
(107,167,179)
#6197A2
(97,151,162)
#578791
(87,135,145)
#4D7780
(77,119,128)
#43676F
(67,103,111)
#39575E
(57,87,94)
#2F474D
(47,71,77)
#25373C
(37,55,60)
#1B272B
(27,39,43)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #75B7C4

#75B7C4
(117,183,196)
#81BDC9
(129,189,201)
#8DC3CE
(141,195,206)
#99C9D3
(153,201,211)
#A5CFD8
(165,207,216)
#B1D5DD
(177,213,221)
#BDDBE2
(189,219,226)
#C9E1E7
(201,225,231)
#D5E7EC
(213,231,236)
#E1EDF1
(225,237,241)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B7C4 color. Also use rgb(117,183,196) instead hex code.

Text Font Color

.myTextColor { color: #75B7C4; }

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

This text font color is #75B7C4.


Background Color

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

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

This div background color is #75B7C4.


Border color

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

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

This div border color is #75B7C4.


Opacity

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

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

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

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

This text has shadow with #75B7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B7C4 on black background.


Color preview on white background

This text has color #75B7C4 on white background.



Black color preview on #75B7C4 background

This text has black color on #75B7C4 background.


White color preview on #75B7C4 background

This text has white color on #75B7C4 background.