COLOR #31C7BB

HEX: #31C7BB
RGB: (49,199,187)

Color info

#31C7BB contains mainly green and blue colors. Web safe color of #31C7BB is #33CCCC (or #3CC).

RGB color model

#31C7BB color RGB value is (49,199,187).

  • red value is 49;
  • green value is 199;
  • blue value is 187.
RGB:
(49,199,187)
(19%,78%,73%)

RGB channels and saturation

R 49 of 255 = 19%
G 199 of 255 = 78%
B 187 of 255 = 73%

49
199
187

R + G + B ~ 57%. #31C7BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 199 + 187 = 435 (100%)
R 49 of 435 ~ 11.26%
G 199 of 435 ~ 45.75%
B 187 of 435 ~ 42.99%

%11.26
%45.75
%42.99

CMYK color model

#31C7BB color CMYK value is (75,0,6,22).

  • cyan value is 75.38%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(75,0,6,22)
C75M0Y6K22 
(75%,0%,6%,22%)
(0.75/0.00/0.06/0.22)	

CMYK percentages

%75.38
%0
%6.03
%21.96

Codes

Color #31C7BB in popluar color models

31C7BB
RGB49199187
HSL175°60.48%48.63%
HSB/HSV175°75.38%78.04%
CMYK75.38%0.00%6.03%
21.96%

Color #31C7BB in popluar number systems.

HEX31C7BB
Decimal49199187
Binary1100011100011110111011
Octal61307273

Shades and tints

Shades of #31C7BB

#31C7BB
(49,199,187)
#2DB5AA
(45,181,170)
#29A399
(41,163,153)
#259188
(37,145,136)
#217F77
(33,127,119)
#1D6D66
(29,109,102)
#195B55
(25,91,85)
#154944
(21,73,68)
#113733
(17,55,51)
#0D2522
(13,37,34)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #31C7BB

#31C7BB
(49,199,187)
#43CCC1
(67,204,193)
#55D1C7
(85,209,199)
#67D6CD
(103,214,205)
#79DBD3
(121,219,211)
#8BE0D9
(139,224,217)
#9DE5DF
(157,229,223)
#AFEAE5
(175,234,229)
#C1EFEB
(193,239,235)
#D3F4F1
(211,244,241)
#E5F9F7
(229,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31C7BB color. Also use rgb(49,199,187) instead hex code.

Text Font Color

.myTextColor { color: #31C7BB; }

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

This text font color is #31C7BB.


Background Color

.myBgColor { background-color: #31C7BB; }

<div style="background-color:#31C7BB">Inner text</div>

This div background color is #31C7BB.


Border color

.myBorderColor { border: 1px solid #31C7BB; }

<div style="border:3px solid #31C7BB">Div</div>

This div border color is #31C7BB.


Opacity

.myOpacity80 { color: #31C7BB; opacity: 0.8; }

<p style="color:#31C7BB;opacity:0.8;">80%</p>

Text with #31C7BB 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 #31C7BB;}

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

This text has shadow with #31C7BB color.

.textShadow {text-shadow: 3px 3px 1px #31C7BB, 3px 3px 1px red;}

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

This text has shadow with #31C7BB primary color and red secondary color.


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

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

This text has shadow with #31C7BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31C7BB on black background.


Color preview on white background

This text has color #31C7BB on white background.



Black color preview on #31C7BB background

This text has black color on #31C7BB background.


White color preview on #31C7BB background

This text has white color on #31C7BB background.