COLOR #75B4C9

HEX: #75B4C9
RGB: (117,180,201)

Color info

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

RGB color model

#75B4C9 color RGB value is (117,180,201).

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

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 201 of 255 = 79%

117
180
201

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

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 201 = 498 (100%)
R 117 of 498 ~ 23.49%
G 180 of 498 ~ 36.14%
B 201 of 498 ~ 40.36%

%23.49
%36.14
%40.36

CMYK color model

#75B4C9 color CMYK value is (42,10,0,21).

  • cyan value is 41.79%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(42,10,0,21)
C42M10Y0K21 
(42%,10%,0%,21%)
(0.42/0.10/0.00/0.21)	

CMYK percentages

%41.79
%10.45
%0
%21.18

Codes

Color #75B4C9 in popluar color models

75B4C9
RGB117180201
HSL195°43.75%62.35%
HSB/HSV195°41.79%78.82%
CMYK41.79%10.45%0.00%
21.18%

Color #75B4C9 in popluar number systems.

HEX75B4C9
Decimal117180201
Binary11101011011010011001001
Octal165264311

Shades and tints

Shades of #75B4C9

#75B4C9
(117,180,201)
#6BA4B7
(107,164,183)
#6194A5
(97,148,165)
#578493
(87,132,147)
#4D7481
(77,116,129)
#43646F
(67,100,111)
#39545D
(57,84,93)
#2F444B
(47,68,75)
#253439
(37,52,57)
#1B2427
(27,36,39)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #75B4C9

#75B4C9
(117,180,201)
#81BACD
(129,186,205)
#8DC0D1
(141,192,209)
#99C6D5
(153,198,213)
#A5CCD9
(165,204,217)
#B1D2DD
(177,210,221)
#BDD8E1
(189,216,225)
#C9DEE5
(201,222,229)
#D5E4E9
(213,228,233)
#E1EAED
(225,234,237)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B4C9; }

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

This text font color is #75B4C9.


Background Color

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

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

This div background color is #75B4C9.


Border color

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

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

This div border color is #75B4C9.


Opacity

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

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

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

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

This text has shadow with #75B4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B4C9 on black background.


Color preview on white background

This text has color #75B4C9 on white background.



Black color preview on #75B4C9 background

This text has black color on #75B4C9 background.


White color preview on #75B4C9 background

This text has white color on #75B4C9 background.