COLOR #75B0CF

HEX: #75B0CF RGB: (117,176,207)

Color info

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

RGB color model

#75B0CF color RGB value is (117,176,207).

RGB: (117,176,207) (46%, 69%, 81%)

RGB channels and saturation

R 117 of 255 = 46%
G 176 of 255 = 69%
B 207 of 255 = 81%

117
176
207

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

Portions of RGB colors in percentages

R + G + B = 117 + 176 + 207 = 500 (100%)
R 117 of 500 ~ 23.4%
G 176 of 500 ~ 35.2%
B 207 of 500 ~ 41.4'%

%23.4
%35.2
%41.4

CMYK color model

#75B0CF color CMYK value is (43,15,0,19).

  • cyan value is 43.48%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (43,15,0,19)
C43M15Y0K19 (43%, 15%, 0%, 19%)
(0.43 / 0.15 / 0.00 / 0.19)

CMYK percentages

%43.48
%14.98
%0
%18.82

Codes

Color #75B0CF in popluar color models

75 B0 CF
RGB 117 176 207
HSL 201° 48.39% 63.53%
HSB/HSV 201° 43.48% 81.18%
CMYK 43.48% 14.98% 0.00%
18.82%

Color #75B0CF in popluar number systems.

HEX 75 B0 CF
Decimal 117 176 207
Binary 1110101 10110000 11001111
Octal 165 260 317

Shades and tints

Shades of #75B0CF

#75B0CF
(117,176,207)
#6BA0BD
(107,160,189)
#6190AB
(97,144,171)
#578099
(87,128,153)
#4D7087
(77,112,135)
#436075
(67,96,117)
#395063
(57,80,99)
#2F4051
(47,64,81)
#25303F
(37,48,63)
#1B202D
(27,32,45)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #75B0CF

#75B0CF
(117,176,207)
#81B7D3
(129,183,211)
#8DBED7
(141,190,215)
#99C5DB
(153,197,219)
#A5CCDF
(165,204,223)
#B1D3E3
(177,211,227)
#BDDAE7
(189,218,231)
#C9E1EB
(201,225,235)
#D5E8EF
(213,232,239)
#E1EFF3
(225,239,243)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B0CF color. Also use rgb(117,176,207) instead hex code.

Text Font Color

.myTextColor { color: #75B0CF; }

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

This text font color is #75B0CF.

Background Color

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

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

This div background color is #75B0CF.

Border color

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

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

This div border color is #75B0CF.

Opacity

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

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

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

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

This text has shadow with #75B0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B0CF.

Preview

Color preview on black background

This text has color #75B0CF on black background.


Color preview on white background

This text has color #75B0CF on white background.


Black color preview on #75B0CF background

This text has black color on #75B0CF background.


White color preview on #75B0CF background

This text has white color on #75B0CF background.


Related colors

Complementary color

Complementary color for #hex is #8A4F30.


I love getcolorcode.com

Triadic colors

1 #CF75B0 and #B0CF75 with #75B0CF are triadic colors.

2 #CFB075 and #B075CF with #75B0CF are triadic colors.