COLOR #71BCC9

HEX: #71BCC9
RGB: (113,188,201)

Renk bilgisi

#71BCC9 contains mainly green and blue colors. #71BCC9 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#71BCC9 color RGB value is (113,188,201).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 188 of 255 = 74%
B 201 of 255 = 79%

113
188
201

R + G + B ~ 66%. #71BCC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 188 + 201 = 502 (100%)
R 113 of 502 ~ 22.51%
G 188 of 502 ~ 37.45%
B 201 of 502 ~ 40.04%

%22.51
%37.45
%40.04

CMYK RENK MODELİ

#71BCC9 rengi CMYK tonu (44,6,0,21).

  • camgöbeği tonu 43.78%
  • eflatun tonu 6.47%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(44,6,0,21)
C44M6Y0K21 
(44%,6%,0%,21%)
(0.44/0.06/0.00/0.21)	

CMYK yüzdeleri

%43.78
%6.47
%0
%21.18

Codes

Color #71BCC9 in popluar color models

71BCC9
RGB113188201
HSL189°44.90%61.57%
HSB/HSV189°43.78%78.82%
CMYK43.78%6.47%0.00%
21.18%

Color #71BCC9 in popluar number systems.

HEX71BCC9
Decimal113188201
Binary11100011011110011001001
Octal161274311

Shades and tints

Shades of #71BCC9

#71BCC9
(113,188,201)
#67ABB7
(103,171,183)
#5D9AA5
(93,154,165)
#538993
(83,137,147)
#497881
(73,120,129)
#3F676F
(63,103,111)
#35565D
(53,86,93)
#2B454B
(43,69,75)
#213439
(33,52,57)
#172327
(23,35,39)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #71BCC9

#71BCC9
(113,188,201)
#7DC2CD
(125,194,205)
#89C8D1
(137,200,209)
#95CED5
(149,206,213)
#A1D4D9
(161,212,217)
#ADDADD
(173,218,221)
#B9E0E1
(185,224,225)
#C5E6E5
(197,230,229)
#D1ECE9
(209,236,233)
#DDF2ED
(221,242,237)
#E9F8F1
(233,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BCC9; }

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

This text font color is #71BCC9.


Background Color

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

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

This div background color is #71BCC9.


Border color

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

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

This div border color is #71BCC9.


Opacity

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

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

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

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

This text has shadow with #71BCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BCC9 on black background.


Color preview on white background

This text has color #71BCC9 on white background.



Black color preview on #71BCC9 background

This text has black color on #71BCC9 background.


White color preview on #71BCC9 background

This text has white color on #71BCC9 background.