COLOR #7FBEA3

HEX: #7FBEA3
RGB: (127,190,163)

Color info

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

RGB color model

#7FBEA3 color RGB value is (127,190,163).

  • red value is 127;
  • green value is 190;
  • blue value is 163.
RGB:
(127,190,163)
(50%,75%,64%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 163 of 255 = 64%

127
190
163

R + G + B ~ 63%. #7FBEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 190 + 163 = 480 (100%)
R 127 of 480 ~ 26.46%
G 190 of 480 ~ 39.58%
B 163 of 480 ~ 33.96%

%26.46
%39.58
%33.96

CMYK color model

#7FBEA3 color CMYK value is (33,0,14,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 25.49%
CMYK:
(33,0,14,25)
C33M0Y14K25 
(33%,0%,14%,25%)
(0.33/0.00/0.14/0.25)	

CMYK percentages

%33.16
%0
%14.21
%25.49

Codes

Color #7FBEA3 in popluar color models

7FBEA3
RGB127190163
HSL154°32.64%62.16%
HSB/HSV154°33.16%74.51%
CMYK33.16%0.00%14.21%
25.49%

Color #7FBEA3 in popluar number systems.

HEX7FBEA3
Decimal127190163
Binary11111111011111010100011
Octal177276243

Shades and tints

Shades of #7FBEA3

#7FBEA3
(127,190,163)
#74AD95
(116,173,149)
#699C87
(105,156,135)
#5E8B79
(94,139,121)
#537A6B
(83,122,107)
#48695D
(72,105,93)
#3D584F
(61,88,79)
#324741
(50,71,65)
#273633
(39,54,51)
#1C2525
(28,37,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #7FBEA3

#7FBEA3
(127,190,163)
#8AC3AB
(138,195,171)
#95C8B3
(149,200,179)
#A0CDBB
(160,205,187)
#ABD2C3
(171,210,195)
#B6D7CB
(182,215,203)
#C1DCD3
(193,220,211)
#CCE1DB
(204,225,219)
#D7E6E3
(215,230,227)
#E2EBEB
(226,235,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBEA3 color. Also use rgb(127,190,163) instead hex code.

Text Font Color

.myTextColor { color: #7FBEA3; }

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

This text font color is #7FBEA3.


Background Color

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

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

This div background color is #7FBEA3.


Border color

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

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

This div border color is #7FBEA3.


Opacity

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

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

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

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

This text has shadow with #7FBEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBEA3 on black background.


Color preview on white background

This text has color #7FBEA3 on white background.



Black color preview on #7FBEA3 background

This text has black color on #7FBEA3 background.


White color preview on #7FBEA3 background

This text has white color on #7FBEA3 background.