COLOR #71A0DD

HEX: #71A0DD
RGB: (113,160,221)

Renk bilgisi

#71A0DD contains mainly blue color. #71A0DD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#71A0DD color RGB value is (113,160,221).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 160 of 255 = 63%
B 221 of 255 = 87%

113
160
221

R + G + B ~ 65%. #71A0DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 160 + 221 = 494 (100%)
R 113 of 494 ~ 22.87%
G 160 of 494 ~ 32.39%
B 221 of 494 ~ 44.74%

%22.87
%32.39
%44.74

CMYK RENK MODELİ

#71A0DD rengi CMYK tonu (49,28,0,13).

  • camgöbeği tonu 48.87%
  • eflatun tonu 27.60%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(49,28,0,13)
C49M28Y0K13 
(49%,28%,0%,13%)
(0.49/0.28/0.00/0.13)	

CMYK yüzdeleri

%48.87
%27.6
%0
%13.33

Codes

Color #71A0DD in popluar color models

71A0DD
RGB113160221
HSL214°61.36%65.49%
HSB/HSV214°48.87%86.67%
CMYK48.87%27.60%0.00%
13.33%

Color #71A0DD in popluar number systems.

HEX71A0DD
Decimal113160221
Binary11100011010000011011101
Octal161240335

Shades and tints

Shades of #71A0DD

#71A0DD
(113,160,221)
#6792C9
(103,146,201)
#5D84B5
(93,132,181)
#5376A1
(83,118,161)
#49688D
(73,104,141)
#3F5A79
(63,90,121)
#354C65
(53,76,101)
#2B3E51
(43,62,81)
#21303D
(33,48,61)
#172229
(23,34,41)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #71A0DD

#71A0DD
(113,160,221)
#7DA8E0
(125,168,224)
#89B0E3
(137,176,227)
#95B8E6
(149,184,230)
#A1C0E9
(161,192,233)
#ADC8EC
(173,200,236)
#B9D0EF
(185,208,239)
#C5D8F2
(197,216,242)
#D1E0F5
(209,224,245)
#DDE8F8
(221,232,248)
#E9F0FB
(233,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A0DD color. Also use rgb(113,160,221) instead hex code.

Text Font Color

.myTextColor { color: #71A0DD; }

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

This text font color is #71A0DD.


Background Color

.myBgColor { background-color: #71A0DD; }

<div style="background-color:#71A0DD">Inner text</div>

This div background color is #71A0DD.


Border color

.myBorderColor { border: 1px solid #71A0DD; }

<div style="border:3px solid #71A0DD">Div</div>

This div border color is #71A0DD.


Opacity

.myOpacity80 { color: #71A0DD; opacity: 0.8; }

<p style="color:#71A0DD;opacity:0.8;">80%</p>

Text with #71A0DD 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 #71A0DD;}

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

This text has shadow with #71A0DD color.

.textShadow {text-shadow: 3px 3px 1px #71A0DD, 3px 3px 1px red;}

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

This text has shadow with #71A0DD primary color and red secondary color.


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

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

This text has shadow with #71A0DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A0DD on black background.


Color preview on white background

This text has color #71A0DD on white background.



Black color preview on #71A0DD background

This text has black color on #71A0DD background.


White color preview on #71A0DD background

This text has white color on #71A0DD background.