COLOR #75B4C7

HEX: #75B4C7
RGB: (117,180,199)

Color info

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

RGB color model

#75B4C7 color RGB value is (117,180,199).

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

RGB channels and saturation

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

117
180
199

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

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 199 = 496 (100%)
R 117 of 496 ~ 23.59%
G 180 of 496 ~ 36.29%
B 199 of 496 ~ 40.12%

%23.59
%36.29
%40.12

CMYK color model

#75B4C7 color CMYK value is (41,10,0,22).

  • cyan value is 41.21%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(41,10,0,22)
C41M10Y0K22 
(41%,10%,0%,22%)
(0.41/0.10/0.00/0.22)	

CMYK percentages

%41.21
%9.55
%0
%21.96

Codes

Color #75B4C7 in popluar color models

75B4C7
RGB117180199
HSL194°42.27%61.96%
HSB/HSV194°41.21%78.04%
CMYK41.21%9.55%0.00%
21.96%

Color #75B4C7 in popluar number systems.

HEX75B4C7
Decimal117180199
Binary11101011011010011000111
Octal165264307

Shades and tints

Shades of #75B4C7

#75B4C7
(117,180,199)
#6BA4B5
(107,164,181)
#6194A3
(97,148,163)
#578491
(87,132,145)
#4D747F
(77,116,127)
#43646D
(67,100,109)
#39545B
(57,84,91)
#2F4449
(47,68,73)
#253437
(37,52,55)
#1B2425
(27,36,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #75B4C7

#75B4C7
(117,180,199)
#81BACC
(129,186,204)
#8DC0D1
(141,192,209)
#99C6D6
(153,198,214)
#A5CCDB
(165,204,219)
#B1D2E0
(177,210,224)
#BDD8E5
(189,216,229)
#C9DEEA
(201,222,234)
#D5E4EF
(213,228,239)
#E1EAF4
(225,234,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B4C7; }

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

This text font color is #75B4C7.


Background Color

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

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

This div background color is #75B4C7.


Border color

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

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

This div border color is #75B4C7.


Opacity

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

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

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

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

This text has shadow with #75B4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B4C7 on black background.


Color preview on white background

This text has color #75B4C7 on white background.



Black color preview on #75B4C7 background

This text has black color on #75B4C7 background.


White color preview on #75B4C7 background

This text has white color on #75B4C7 background.