COLOR #717EDD

HEX: #717EDD
RGB: (113,126,221)

Renk bilgisi

#717EDD contains mainly blue color. #717EDD ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#717EDD color RGB value is (113,126,221).

  • kırmız ton 113;
  • yeşil ton 126;
  • mavi ton 221.
RGB:
(113,126,221)
(44%,49%,87%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 126 of 255 = 49%
B 221 of 255 = 87%

113
126
221

R + G + B ~ 60%. #717EDD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 126 + 221 = 460 (100%)
R 113 of 460 ~ 24.57%
G 126 of 460 ~ 27.39%
B 221 of 460 ~ 48.04%

%24.57
%27.39
%48.04

CMYK RENK MODELİ

#717EDD rengi CMYK tonu (49,43,0,13).

  • camgöbeği tonu 48.87%
  • eflatun tonu 42.99%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(49,43,0,13)
C49M43Y0K13 
(49%,43%,0%,13%)
(0.49/0.43/0.00/0.13)	

CMYK yüzdeleri

%48.87
%42.99
%0
%13.33

Codes

Color #717EDD in popluar color models

717EDD
RGB113126221
HSL233°61.36%65.49%
HSB/HSV233°48.87%86.67%
CMYK48.87%42.99%0.00%
13.33%

Color #717EDD in popluar number systems.

HEX717EDD
Decimal113126221
Binary1110001111111011011101
Octal161176335

Shades and tints

Shades of #717EDD

#717EDD
(113,126,221)
#6773C9
(103,115,201)
#5D68B5
(93,104,181)
#535DA1
(83,93,161)
#49528D
(73,82,141)
#3F4779
(63,71,121)
#353C65
(53,60,101)
#2B3151
(43,49,81)
#21263D
(33,38,61)
#171B29
(23,27,41)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #717EDD

#717EDD
(113,126,221)
#7D89E0
(125,137,224)
#8994E3
(137,148,227)
#959FE6
(149,159,230)
#A1AAE9
(161,170,233)
#ADB5EC
(173,181,236)
#B9C0EF
(185,192,239)
#C5CBF2
(197,203,242)
#D1D6F5
(209,214,245)
#DDE1F8
(221,225,248)
#E9ECFB
(233,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717EDD color. Also use rgb(113,126,221) instead hex code.

Text Font Color

.myTextColor { color: #717EDD; }

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

This text font color is #717EDD.


Background Color

.myBgColor { background-color: #717EDD; }

<div style="background-color:#717EDD">Inner text</div>

This div background color is #717EDD.


Border color

.myBorderColor { border: 1px solid #717EDD; }

<div style="border:3px solid #717EDD">Div</div>

This div border color is #717EDD.


Opacity

.myOpacity80 { color: #717EDD; opacity: 0.8; }

<p style="color:#717EDD;opacity:0.8;">80%</p>

Text with #717EDD 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 #717EDD;}

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

This text has shadow with #717EDD color.

.textShadow {text-shadow: 3px 3px 1px #717EDD, 3px 3px 1px red;}

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

This text has shadow with #717EDD primary color and red secondary color.


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

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

This text has shadow with #717EDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717EDD on black background.


Color preview on white background

This text has color #717EDD on white background.



Black color preview on #717EDD background

This text has black color on #717EDD background.


White color preview on #717EDD background

This text has white color on #717EDD background.