COLOR #7FBBA2

HEX: #7FBBA2
RGB: (127,187,162)

Color info

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

RGB color model

#7FBBA2 color RGB value is (127,187,162).

  • red value is 127;
  • green value is 187;
  • blue value is 162.
RGB:
(127,187,162)
(50%,73%,64%)

RGB channels and saturation

R 127 of 255 = 50%
G 187 of 255 = 73%
B 162 of 255 = 64%

127
187
162

R + G + B ~ 62%. #7FBBA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 187 + 162 = 476 (100%)
R 127 of 476 ~ 26.68%
G 187 of 476 ~ 39.29%
B 162 of 476 ~ 34.03%

%26.68
%39.29
%34.03

CMYK color model

#7FBBA2 color CMYK value is (32,0,13,27).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 26.67%
CMYK:
(32,0,13,27)
C32M0Y13K27 
(32%,0%,13%,27%)
(0.32/0.00/0.13/0.27)	

CMYK percentages

%32.09
%0
%13.37
%26.67

Codes

Color #7FBBA2 in popluar color models

7FBBA2
RGB127187162
HSL155°30.61%61.57%
HSB/HSV155°32.09%73.33%
CMYK32.09%0.00%13.37%
26.67%

Color #7FBBA2 in popluar number systems.

HEX7FBBA2
Decimal127187162
Binary11111111011101110100010
Octal177273242

Shades and tints

Shades of #7FBBA2

#7FBBA2
(127,187,162)
#74AA94
(116,170,148)
#699986
(105,153,134)
#5E8878
(94,136,120)
#53776A
(83,119,106)
#48665C
(72,102,92)
#3D554E
(61,85,78)
#324440
(50,68,64)
#273332
(39,51,50)
#1C2224
(28,34,36)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #7FBBA2

#7FBBA2
(127,187,162)
#8AC1AA
(138,193,170)
#95C7B2
(149,199,178)
#A0CDBA
(160,205,186)
#ABD3C2
(171,211,194)
#B6D9CA
(182,217,202)
#C1DFD2
(193,223,210)
#CCE5DA
(204,229,218)
#D7EBE2
(215,235,226)
#E2F1EA
(226,241,234)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBBA2 color. Also use rgb(127,187,162) instead hex code.

Text Font Color

.myTextColor { color: #7FBBA2; }

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

This text font color is #7FBBA2.


Background Color

.myBgColor { background-color: #7FBBA2; }

<div style="background-color:#7FBBA2">Inner text</div>

This div background color is #7FBBA2.


Border color

.myBorderColor { border: 1px solid #7FBBA2; }

<div style="border:3px solid #7FBBA2">Div</div>

This div border color is #7FBBA2.


Opacity

.myOpacity80 { color: #7FBBA2; opacity: 0.8; }

<p style="color:#7FBBA2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FBBA2 color.

.textShadow {text-shadow: 3px 3px 1px #7FBBA2, 3px 3px 1px red;}

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

This text has shadow with #7FBBA2 primary color and red secondary color.


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

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

This text has shadow with #7FBBA2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBBA2 on black background.


Color preview on white background

This text has color #7FBBA2 on white background.



Black color preview on #7FBBA2 background

This text has black color on #7FBBA2 background.


White color preview on #7FBBA2 background

This text has white color on #7FBBA2 background.