COLOR #71ACC9

HEX: #71ACC9
RGB: (113,172,201)

Renk bilgisi

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

RGB renk modeli

#71ACC9 color RGB value is (113,172,201).

  • kırmız ton 113;
  • yeşil ton 172;
  • mavi ton 201.
RGB:
(113,172,201)
(44%,67%,79%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 172 of 255 = 67%
B 201 of 255 = 79%

113
172
201

R + G + B ~ 63%. #71ACC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 172 + 201 = 486 (100%)
R 113 of 486 ~ 23.25%
G 172 of 486 ~ 35.39%
B 201 of 486 ~ 41.36%

%23.25
%35.39
%41.36

CMYK RENK MODELİ

#71ACC9 rengi CMYK tonu (44,14,0,21).

  • camgöbeği tonu 43.78%
  • eflatun tonu 14.43%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(44,14,0,21)
C44M14Y0K21 
(44%,14%,0%,21%)
(0.44/0.14/0.00/0.21)	

CMYK yüzdeleri

%43.78
%14.43
%0
%21.18

Codes

Color #71ACC9 in popluar color models

71ACC9
RGB113172201
HSL200°44.90%61.57%
HSB/HSV200°43.78%78.82%
CMYK43.78%14.43%0.00%
21.18%

Color #71ACC9 in popluar number systems.

HEX71ACC9
Decimal113172201
Binary11100011010110011001001
Octal161254311

Shades and tints

Shades of #71ACC9

#71ACC9
(113,172,201)
#679DB7
(103,157,183)
#5D8EA5
(93,142,165)
#537F93
(83,127,147)
#497081
(73,112,129)
#3F616F
(63,97,111)
#35525D
(53,82,93)
#2B434B
(43,67,75)
#213439
(33,52,57)
#172527
(23,37,39)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #71ACC9

#71ACC9
(113,172,201)
#7DB3CD
(125,179,205)
#89BAD1
(137,186,209)
#95C1D5
(149,193,213)
#A1C8D9
(161,200,217)
#ADCFDD
(173,207,221)
#B9D6E1
(185,214,225)
#C5DDE5
(197,221,229)
#D1E4E9
(209,228,233)
#DDEBED
(221,235,237)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ACC9 color. Also use rgb(113,172,201) instead hex code.

Text Font Color

.myTextColor { color: #71ACC9; }

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

This text font color is #71ACC9.


Background Color

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

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

This div background color is #71ACC9.


Border color

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

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

This div border color is #71ACC9.


Opacity

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

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

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

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

This text has shadow with #71ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ACC9 on black background.


Color preview on white background

This text has color #71ACC9 on white background.



Black color preview on #71ACC9 background

This text has black color on #71ACC9 background.


White color preview on #71ACC9 background

This text has white color on #71ACC9 background.