COLOR #75B1C9

HEX: #75B1C9
RGB: (117,177,201)

Color info

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

RGB color model

#75B1C9 color RGB value is (117,177,201).

  • red value is 117;
  • green value is 177;
  • blue value is 201.
RGB:
(117,177,201)
(46%,69%,79%)

RGB channels and saturation

R 117 of 255 = 46%
G 177 of 255 = 69%
B 201 of 255 = 79%

117
177
201

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

Portions of RGB colors in percentages

R + G + B =
117 + 177 + 201 = 495 (100%)
R 117 of 495 ~ 23.64%
G 177 of 495 ~ 35.76%
B 201 of 495 ~ 40.61%

%23.64
%35.76
%40.61

CMYK color model

#75B1C9 color CMYK value is (42,12,0,21).

  • cyan value is 41.79%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(42,12,0,21)
C42M12Y0K21 
(42%,12%,0%,21%)
(0.42/0.12/0.00/0.21)	

CMYK percentages

%41.79
%11.94
%0
%21.18

Codes

Color #75B1C9 in popluar color models

75B1C9
RGB117177201
HSL197°43.75%62.35%
HSB/HSV197°41.79%78.82%
CMYK41.79%11.94%0.00%
21.18%

Color #75B1C9 in popluar number systems.

HEX75B1C9
Decimal117177201
Binary11101011011000111001001
Octal165261311

Shades and tints

Shades of #75B1C9

#75B1C9
(117,177,201)
#6BA1B7
(107,161,183)
#6191A5
(97,145,165)
#578193
(87,129,147)
#4D7181
(77,113,129)
#43616F
(67,97,111)
#39515D
(57,81,93)
#2F414B
(47,65,75)
#253139
(37,49,57)
#1B2127
(27,33,39)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #75B1C9

#75B1C9
(117,177,201)
#81B8CD
(129,184,205)
#8DBFD1
(141,191,209)
#99C6D5
(153,198,213)
#A5CDD9
(165,205,217)
#B1D4DD
(177,212,221)
#BDDBE1
(189,219,225)
#C9E2E5
(201,226,229)
#D5E9E9
(213,233,233)
#E1F0ED
(225,240,237)
#EDF7F1
(237,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B1C9 color. Also use rgb(117,177,201) instead hex code.

Text Font Color

.myTextColor { color: #75B1C9; }

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

This text font color is #75B1C9.


Background Color

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

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

This div background color is #75B1C9.


Border color

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

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

This div border color is #75B1C9.


Opacity

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

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

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

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

This text has shadow with #75B1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B1C9 on black background.


Color preview on white background

This text has color #75B1C9 on white background.



Black color preview on #75B1C9 background

This text has black color on #75B1C9 background.


White color preview on #75B1C9 background

This text has white color on #75B1C9 background.