COLOR #75AADB

HEX: #75AADB
RGB: (117,170,219)

Renk bilgisi

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

RGB renk modeli

#75AADB color RGB value is (117,170,219).

  • kırmız ton 117;
  • yeşil ton 170;
  • mavi ton 219.
RGB:
(117,170,219)
(46%,67%,86%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 170 of 255 = 67%
B 219 of 255 = 86%

117
170
219

R + G + B ~ 66%. #75AADB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 170 + 219 = 506 (100%)
R 117 of 506 ~ 23.12%
G 170 of 506 ~ 33.6%
B 219 of 506 ~ 43.28%

%23.12
%33.6
%43.28

CMYK RENK MODELİ

#75AADB rengi CMYK tonu (47,22,0,14).

  • camgöbeği tonu 46.58%
  • eflatun tonu 22.37%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(47,22,0,14)
C47M22Y0K14 
(47%,22%,0%,14%)
(0.47/0.22/0.00/0.14)	

CMYK yüzdeleri

%46.58
%22.37
%0
%14.12

Codes

Color #75AADB in popluar color models

75AADB
RGB117170219
HSL209°58.62%65.88%
HSB/HSV209°46.58%85.88%
CMYK46.58%22.37%0.00%
14.12%

Color #75AADB in popluar number systems.

HEX75AADB
Decimal117170219
Binary11101011010101011011011
Octal165252333

Shades and tints

Shades of #75AADB

#75AADB
(117,170,219)
#6B9BC8
(107,155,200)
#618CB5
(97,140,181)
#577DA2
(87,125,162)
#4D6E8F
(77,110,143)
#435F7C
(67,95,124)
#395069
(57,80,105)
#2F4156
(47,65,86)
#253243
(37,50,67)
#1B2330
(27,35,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #75AADB

#75AADB
(117,170,219)
#81B1DE
(129,177,222)
#8DB8E1
(141,184,225)
#99BFE4
(153,191,228)
#A5C6E7
(165,198,231)
#B1CDEA
(177,205,234)
#BDD4ED
(189,212,237)
#C9DBF0
(201,219,240)
#D5E2F3
(213,226,243)
#E1E9F6
(225,233,246)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AADB color. Also use rgb(117,170,219) instead hex code.

Text Font Color

.myTextColor { color: #75AADB; }

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

This text font color is #75AADB.


Background Color

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

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

This div background color is #75AADB.


Border color

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

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

This div border color is #75AADB.


Opacity

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

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

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

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

This text has shadow with #75AADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AADB on black background.


Color preview on white background

This text has color #75AADB on white background.



Black color preview on #75AADB background

This text has black color on #75AADB background.


White color preview on #75AADB background

This text has white color on #75AADB background.