COLOR #71BD95

HEX: #71BD95
RGB: (113,189,149)

Color info

#71BD95 contains mainly green and blue colors. Web safe color of #71BD95 is #66CC99 (or #6C9).

RGB color model

#71BD95 color RGB value is (113,189,149).

  • red value is 113;
  • green value is 189;
  • blue value is 149.
RGB:
(113,189,149)
(44%,74%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 189 of 255 = 74%
B 149 of 255 = 58%

113
189
149

R + G + B ~ 59%. #71BD95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 189 + 149 = 451 (100%)
R 113 of 451 ~ 25.06%
G 189 of 451 ~ 41.91%
B 149 of 451 ~ 33.04%

%25.06
%41.91
%33.04

CMYK color model

#71BD95 color CMYK value is (40,0,21,26).

  • cyan value is 40.21%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(40,0,21,26)
C40M0Y21K26 
(40%,0%,21%,26%)
(0.40/0.00/0.21/0.26)	

CMYK percentages

%40.21
%0
%21.16
%25.88

Codes

Color #71BD95 in popluar color models

71BD95
RGB113189149
HSL148°36.54%59.22%
HSB/HSV148°40.21%74.12%
CMYK40.21%0.00%21.16%
25.88%

Color #71BD95 in popluar number systems.

HEX71BD95
Decimal113189149
Binary11100011011110110010101
Octal161275225

Shades and tints

Shades of #71BD95

#71BD95
(113,189,149)
#67AC88
(103,172,136)
#5D9B7B
(93,155,123)
#538A6E
(83,138,110)
#497961
(73,121,97)
#3F6854
(63,104,84)
#355747
(53,87,71)
#2B463A
(43,70,58)
#21352D
(33,53,45)
#172420
(23,36,32)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #71BD95

#71BD95
(113,189,149)
#7DC39E
(125,195,158)
#89C9A7
(137,201,167)
#95CFB0
(149,207,176)
#A1D5B9
(161,213,185)
#ADDBC2
(173,219,194)
#B9E1CB
(185,225,203)
#C5E7D4
(197,231,212)
#D1EDDD
(209,237,221)
#DDF3E6
(221,243,230)
#E9F9EF
(233,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BD95 color. Also use rgb(113,189,149) instead hex code.

Text Font Color

.myTextColor { color: #71BD95; }

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

This text font color is #71BD95.


Background Color

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

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

This div background color is #71BD95.


Border color

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

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

This div border color is #71BD95.


Opacity

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

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

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

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

This text has shadow with #71BD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BD95 on black background.


Color preview on white background

This text has color #71BD95 on white background.



Black color preview on #71BD95 background

This text has black color on #71BD95 background.


White color preview on #71BD95 background

This text has white color on #71BD95 background.