COLOR #75ADB7

HEX: #75ADB7
RGB: (117,173,183)

Renk bilgisi

#75ADB7 contains mainly green and blue colors. #75ADB7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#75ADB7 color RGB value is (117,173,183).

  • kırmız ton 117;
  • yeşil ton 173;
  • mavi ton 183.
RGB:
(117,173,183)
(46%,68%,72%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 173 of 255 = 68%
B 183 of 255 = 72%

117
173
183

R + G + B ~ 62%. #75ADB7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 173 + 183 = 473 (100%)
R 117 of 473 ~ 24.74%
G 173 of 473 ~ 36.58%
B 183 of 473 ~ 38.69%

%24.74
%36.58
%38.69

CMYK RENK MODELİ

#75ADB7 rengi CMYK tonu (36,5,0,28).

  • camgöbeği tonu 36.07%
  • eflatun tonu 5.46%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(36,5,0,28)
C36M5Y0K28 
(36%,5%,0%,28%)
(0.36/0.05/0.00/0.28)	

CMYK yüzdeleri

%36.07
%5.46
%0
%28.24

Codes

Color #75ADB7 in popluar color models

75ADB7
RGB117173183
HSL189°31.43%58.82%
HSB/HSV189°36.07%71.76%
CMYK36.07%5.46%0.00%
28.24%

Color #75ADB7 in popluar number systems.

HEX75ADB7
Decimal117173183
Binary11101011010110110110111
Octal165255267

Shades and tints

Shades of #75ADB7

#75ADB7
(117,173,183)
#6B9EA7
(107,158,167)
#618F97
(97,143,151)
#578087
(87,128,135)
#4D7177
(77,113,119)
#436267
(67,98,103)
#395357
(57,83,87)
#2F4447
(47,68,71)
#253537
(37,53,55)
#1B2627
(27,38,39)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #75ADB7

#75ADB7
(117,173,183)
#81B4BD
(129,180,189)
#8DBBC3
(141,187,195)
#99C2C9
(153,194,201)
#A5C9CF
(165,201,207)
#B1D0D5
(177,208,213)
#BDD7DB
(189,215,219)
#C9DEE1
(201,222,225)
#D5E5E7
(213,229,231)
#E1ECED
(225,236,237)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75ADB7 color. Also use rgb(117,173,183) instead hex code.

Text Font Color

.myTextColor { color: #75ADB7; }

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

This text font color is #75ADB7.


Background Color

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

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

This div background color is #75ADB7.


Border color

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

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

This div border color is #75ADB7.


Opacity

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

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

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

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

This text has shadow with #75ADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ADB7 on black background.


Color preview on white background

This text has color #75ADB7 on white background.



Black color preview on #75ADB7 background

This text has black color on #75ADB7 background.


White color preview on #75ADB7 background

This text has white color on #75ADB7 background.