COLOR #71BEC5

HEX: #71BEC5
RGB: (113,190,197)

Renk bilgisi

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

RGB renk modeli

#71BEC5 color RGB value is (113,190,197).

  • kırmız ton 113;
  • yeşil ton 190;
  • mavi ton 197.
RGB:
(113,190,197)
(44%,75%,77%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 190 of 255 = 75%
B 197 of 255 = 77%

113
190
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 190 + 197 = 500 (100%)
R 113 of 500 ~ 22.6%
G 190 of 500 ~ 38%
B 197 of 500 ~ 39.4%

%22.6
%38
%39.4

CMYK RENK MODELİ

#71BEC5 rengi CMYK tonu (43,4,0,23).

  • camgöbeği tonu 42.64%
  • eflatun tonu 3.55%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(43,4,0,23)
C43M4Y0K23 
(43%,4%,0%,23%)
(0.43/0.04/0.00/0.23)	

CMYK yüzdeleri

%42.64
%3.55
%0
%22.75

Codes

Color #71BEC5 in popluar color models

71BEC5
RGB113190197
HSL185°42.00%60.78%
HSB/HSV185°42.64%77.25%
CMYK42.64%3.55%0.00%
22.75%

Color #71BEC5 in popluar number systems.

HEX71BEC5
Decimal113190197
Binary11100011011111011000101
Octal161276305

Shades and tints

Shades of #71BEC5

#71BEC5
(113,190,197)
#67ADB4
(103,173,180)
#5D9CA3
(93,156,163)
#538B92
(83,139,146)
#497A81
(73,122,129)
#3F6970
(63,105,112)
#35585F
(53,88,95)
#2B474E
(43,71,78)
#21363D
(33,54,61)
#17252C
(23,37,44)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #71BEC5

#71BEC5
(113,190,197)
#7DC3CA
(125,195,202)
#89C8CF
(137,200,207)
#95CDD4
(149,205,212)
#A1D2D9
(161,210,217)
#ADD7DE
(173,215,222)
#B9DCE3
(185,220,227)
#C5E1E8
(197,225,232)
#D1E6ED
(209,230,237)
#DDEBF2
(221,235,242)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BEC5 color. Also use rgb(113,190,197) instead hex code.

Text Font Color

.myTextColor { color: #71BEC5; }

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

This text font color is #71BEC5.


Background Color

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

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

This div background color is #71BEC5.


Border color

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

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

This div border color is #71BEC5.


Opacity

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

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

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

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

This text has shadow with #71BEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BEC5 on black background.


Color preview on white background

This text has color #71BEC5 on white background.



Black color preview on #71BEC5 background

This text has black color on #71BEC5 background.


White color preview on #71BEC5 background

This text has white color on #71BEC5 background.