COLOR #75B4D6

HEX: #75B4D6
RGB: (117,180,214)

Color info

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

RGB color model

#75B4D6 color RGB value is (117,180,214).

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

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 214 of 255 = 84%

117
180
214

R + G + B ~ 67%. #75B4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 180 + 214 = 511 (100%)
R 117 of 511 ~ 22.9%
G 180 of 511 ~ 35.23%
B 214 of 511 ~ 41.88%

%22.9
%35.23
%41.88

CMYK color model

#75B4D6 color CMYK value is (45,16,0,16).

  • cyan value is 45.33%
  • magenta value is 15.89%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(45,16,0,16)
C45M16Y0K16 
(45%,16%,0%,16%)
(0.45/0.16/0.00/0.16)	

CMYK percentages

%45.33
%15.89
%0
%16.08

Codes

Color #75B4D6 in popluar color models

75B4D6
RGB117180214
HSL201°54.19%64.90%
HSB/HSV201°45.33%83.92%
CMYK45.33%15.89%0.00%
16.08%

Color #75B4D6 in popluar number systems.

HEX75B4D6
Decimal117180214
Binary11101011011010011010110
Octal165264326

Shades and tints

Shades of #75B4D6

#75B4D6
(117,180,214)
#6BA4C3
(107,164,195)
#6194B0
(97,148,176)
#57849D
(87,132,157)
#4D748A
(77,116,138)
#436477
(67,100,119)
#395464
(57,84,100)
#2F4451
(47,68,81)
#25343E
(37,52,62)
#1B242B
(27,36,43)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #75B4D6

#75B4D6
(117,180,214)
#81BAD9
(129,186,217)
#8DC0DC
(141,192,220)
#99C6DF
(153,198,223)
#A5CCE2
(165,204,226)
#B1D2E5
(177,210,229)
#BDD8E8
(189,216,232)
#C9DEEB
(201,222,235)
#D5E4EE
(213,228,238)
#E1EAF1
(225,234,241)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B4D6; }

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

This text font color is #75B4D6.


Background Color

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

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

This div background color is #75B4D6.


Border color

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

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

This div border color is #75B4D6.


Opacity

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

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

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

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

This text has shadow with #75B4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B4D6 on black background.


Color preview on white background

This text has color #75B4D6 on white background.



Black color preview on #75B4D6 background

This text has black color on #75B4D6 background.


White color preview on #75B4D6 background

This text has white color on #75B4D6 background.