COLOR #7599EC

HEX: #7599EC
RGB: (117,153,236)

Renk bilgisi

#7599EC contains mainly blue color. #7599EC ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#7599EC color RGB value is (117,153,236).

  • kırmız ton 117;
  • yeşil ton 153;
  • mavi ton 236.
RGB:
(117,153,236)
(46%,60%,93%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 153 of 255 = 60%
B 236 of 255 = 93%

117
153
236

R + G + B ~ 66%. #7599EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 153 + 236 = 506 (100%)
R 117 of 506 ~ 23.12%
G 153 of 506 ~ 30.24%
B 236 of 506 ~ 46.64%

%23.12
%30.24
%46.64

CMYK RENK MODELİ

#7599EC rengi CMYK tonu (50,35,0,7).

  • camgöbeği tonu 50.42%
  • eflatun tonu 35.17%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(50,35,0,7)
C50M35Y0K7 
(50%,35%,0%,7%)
(0.50/0.35/0.00/0.07)	

CMYK yüzdeleri

%50.42
%35.17
%0
%7.45

Codes

Color #7599EC in popluar color models

7599EC
RGB117153236
HSL222°75.80%69.22%
HSB/HSV222°50.42%92.55%
CMYK50.42%35.17%0.00%
7.45%

Color #7599EC in popluar number systems.

HEX7599EC
Decimal117153236
Binary11101011001100111101100
Octal165231354

Shades and tints

Shades of #7599EC

#7599EC
(117,153,236)
#6B8CD7
(107,140,215)
#617FC2
(97,127,194)
#5772AD
(87,114,173)
#4D6598
(77,101,152)
#435883
(67,88,131)
#394B6E
(57,75,110)
#2F3E59
(47,62,89)
#253144
(37,49,68)
#1B242F
(27,36,47)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #7599EC

#7599EC
(117,153,236)
#81A2ED
(129,162,237)
#8DABEE
(141,171,238)
#99B4EF
(153,180,239)
#A5BDF0
(165,189,240)
#B1C6F1
(177,198,241)
#BDCFF2
(189,207,242)
#C9D8F3
(201,216,243)
#D5E1F4
(213,225,244)
#E1EAF5
(225,234,245)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7599EC color. Also use rgb(117,153,236) instead hex code.

Text Font Color

.myTextColor { color: #7599EC; }

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

This text font color is #7599EC.


Background Color

.myBgColor { background-color: #7599EC; }

<div style="background-color:#7599EC">Inner text</div>

This div background color is #7599EC.


Border color

.myBorderColor { border: 1px solid #7599EC; }

<div style="border:3px solid #7599EC">Div</div>

This div border color is #7599EC.


Opacity

.myOpacity80 { color: #7599EC; opacity: 0.8; }

<p style="color:#7599EC;opacity:0.8;">80%</p>

Text with #7599EC 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 #7599EC;}

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

This text has shadow with #7599EC color.

.textShadow {text-shadow: 3px 3px 1px #7599EC, 3px 3px 1px red;}

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

This text has shadow with #7599EC primary color and red secondary color.


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

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

This text has shadow with #7599EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7599EC on black background.


Color preview on white background

This text has color #7599EC on white background.



Black color preview on #7599EC background

This text has black color on #7599EC background.


White color preview on #7599EC background

This text has white color on #7599EC background.