COLOR #75AFBD

HEX: #75AFBD
RGB: (117,175,189)

Color info

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

RGB color model

#75AFBD color RGB value is (117,175,189).

  • red value is 117;
  • green value is 175;
  • blue value is 189.
RGB:
(117,175,189)
(46%,69%,74%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 189 of 255 = 74%

117
175
189

R + G + B ~ 63%. #75AFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 189 = 481 (100%)
R 117 of 481 ~ 24.32%
G 175 of 481 ~ 36.38%
B 189 of 481 ~ 39.29%

%24.32
%36.38
%39.29

CMYK color model

#75AFBD color CMYK value is (38,7,0,26).

  • cyan value is 38.10%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,7,0,26)
C38M7Y0K26 
(38%,7%,0%,26%)
(0.38/0.07/0.00/0.26)	

CMYK percentages

%38.1
%7.41
%0
%25.88

Codes

Color #75AFBD in popluar color models

75AFBD
RGB117175189
HSL192°35.29%60.00%
HSB/HSV192°38.10%74.12%
CMYK38.10%7.41%0.00%
25.88%

Color #75AFBD in popluar number systems.

HEX75AFBD
Decimal117175189
Binary11101011010111110111101
Octal165257275

Shades and tints

Shades of #75AFBD

#75AFBD
(117,175,189)
#6BA0AC
(107,160,172)
#61919B
(97,145,155)
#57828A
(87,130,138)
#4D7379
(77,115,121)
#436468
(67,100,104)
#395557
(57,85,87)
#2F4646
(47,70,70)
#253735
(37,55,53)
#1B2824
(27,40,36)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #75AFBD

#75AFBD
(117,175,189)
#81B6C3
(129,182,195)
#8DBDC9
(141,189,201)
#99C4CF
(153,196,207)
#A5CBD5
(165,203,213)
#B1D2DB
(177,210,219)
#BDD9E1
(189,217,225)
#C9E0E7
(201,224,231)
#D5E7ED
(213,231,237)
#E1EEF3
(225,238,243)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AFBD color. Also use rgb(117,175,189) instead hex code.

Text Font Color

.myTextColor { color: #75AFBD; }

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

This text font color is #75AFBD.


Background Color

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

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

This div background color is #75AFBD.


Border color

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

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

This div border color is #75AFBD.


Opacity

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

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

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

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

This text has shadow with #75AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AFBD on black background.


Color preview on white background

This text has color #75AFBD on white background.



Black color preview on #75AFBD background

This text has black color on #75AFBD background.


White color preview on #75AFBD background

This text has white color on #75AFBD background.