COLOR #71BBBE

HEX: #71BBBE
RGB: (113,187,190)

Color info

#71BBBE contains mainly green and blue colors. Web safe color of #71BBBE is #66CCCC (or #6CC).

RGB color model

#71BBBE color RGB value is (113,187,190).

  • red value is 113;
  • green value is 187;
  • blue value is 190.
RGB:
(113,187,190)
(44%,73%,75%)

RGB channels and saturation

R 113 of 255 = 44%
G 187 of 255 = 73%
B 190 of 255 = 75%

113
187
190

R + G + B ~ 64%. #71BBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 187 + 190 = 490 (100%)
R 113 of 490 ~ 23.06%
G 187 of 490 ~ 38.16%
B 190 of 490 ~ 38.78%

%23.06
%38.16
%38.78

CMYK color model

#71BBBE color CMYK value is (41,2,0,25).

  • cyan value is 40.53%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(41,2,0,25)
C41M2Y0K25 
(41%,2%,0%,25%)
(0.41/0.02/0.00/0.25)	

CMYK percentages

%40.53
%1.58
%0
%25.49

Codes

Color #71BBBE in popluar color models

71BBBE
RGB113187190
HSL182°37.20%59.41%
HSB/HSV182°40.53%74.51%
CMYK40.53%1.58%0.00%
25.49%

Color #71BBBE in popluar number systems.

HEX71BBBE
Decimal113187190
Binary11100011011101110111110
Octal161273276

Shades and tints

Shades of #71BBBE

#71BBBE
(113,187,190)
#67AAAD
(103,170,173)
#5D999C
(93,153,156)
#53888B
(83,136,139)
#49777A
(73,119,122)
#3F6669
(63,102,105)
#355558
(53,85,88)
#2B4447
(43,68,71)
#213336
(33,51,54)
#172225
(23,34,37)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #71BBBE

#71BBBE
(113,187,190)
#7DC1C3
(125,193,195)
#89C7C8
(137,199,200)
#95CDCD
(149,205,205)
#A1D3D2
(161,211,210)
#ADD9D7
(173,217,215)
#B9DFDC
(185,223,220)
#C5E5E1
(197,229,225)
#D1EBE6
(209,235,230)
#DDF1EB
(221,241,235)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BBBE; }

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

This text font color is #71BBBE.


Background Color

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

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

This div background color is #71BBBE.


Border color

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

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

This div border color is #71BBBE.


Opacity

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

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

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

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

This text has shadow with #71BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BBBE on black background.


Color preview on white background

This text has color #71BBBE on white background.



Black color preview on #71BBBE background

This text has black color on #71BBBE background.


White color preview on #71BBBE background

This text has white color on #71BBBE background.