COLOR #75ADE2

HEX: #75ADE2
RGB: (117,173,226)

Renk bilgisi

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

RGB renk modeli

#75ADE2 color RGB value is (117,173,226).

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

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 173 of 255 = 68%
B 226 of 255 = 89%

117
173
226

R + G + B ~ 68%. #75ADE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 173 + 226 = 516 (100%)
R 117 of 516 ~ 22.67%
G 173 of 516 ~ 33.53%
B 226 of 516 ~ 43.8%

%22.67
%33.53
%43.8

CMYK RENK MODELİ

#75ADE2 rengi CMYK tonu (48,23,0,11).

  • camgöbeği tonu 48.23%
  • eflatun tonu 23.45%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(48,23,0,11)
C48M23Y0K11 
(48%,23%,0%,11%)
(0.48/0.23/0.00/0.11)	

CMYK yüzdeleri

%48.23
%23.45
%0
%11.37

Codes

Color #75ADE2 in popluar color models

75ADE2
RGB117173226
HSL209°65.27%67.25%
HSB/HSV209°48.23%88.63%
CMYK48.23%23.45%0.00%
11.37%

Color #75ADE2 in popluar number systems.

HEX75ADE2
Decimal117173226
Binary11101011010110111100010
Octal165255342

Shades and tints

Shades of #75ADE2

#75ADE2
(117,173,226)
#6B9ECE
(107,158,206)
#618FBA
(97,143,186)
#5780A6
(87,128,166)
#4D7192
(77,113,146)
#43627E
(67,98,126)
#39536A
(57,83,106)
#2F4456
(47,68,86)
#253542
(37,53,66)
#1B262E
(27,38,46)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #75ADE2

#75ADE2
(117,173,226)
#81B4E4
(129,180,228)
#8DBBE6
(141,187,230)
#99C2E8
(153,194,232)
#A5C9EA
(165,201,234)
#B1D0EC
(177,208,236)
#BDD7EE
(189,215,238)
#C9DEF0
(201,222,240)
#D5E5F2
(213,229,242)
#E1ECF4
(225,236,244)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75ADE2; }

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

This text font color is #75ADE2.


Background Color

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

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

This div background color is #75ADE2.


Border color

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

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

This div border color is #75ADE2.


Opacity

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

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

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

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

This text has shadow with #75ADE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75ADE2 on black background.


Color preview on white background

This text has color #75ADE2 on white background.



Black color preview on #75ADE2 background

This text has black color on #75ADE2 background.


White color preview on #75ADE2 background

This text has white color on #75ADE2 background.