COLOR #7FBABD

HEX: #7FBABD
RGB: (127,186,189)

Color info

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

RGB color model

#7FBABD color RGB value is (127,186,189).

  • red value is 127;
  • green value is 186;
  • blue value is 189.
RGB:
(127,186,189)
(50%,73%,74%)

RGB channels and saturation

R 127 of 255 = 50%
G 186 of 255 = 73%
B 189 of 255 = 74%

127
186
189

R + G + B ~ 66%. #7FBABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 186 + 189 = 502 (100%)
R 127 of 502 ~ 25.3%
G 186 of 502 ~ 37.05%
B 189 of 502 ~ 37.65%

%25.3
%37.05
%37.65

CMYK color model

#7FBABD color CMYK value is (33,2,0,26).

  • cyan value is 32.80%
  • magenta value is 1.59%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,2,0,26)
C33M2Y0K26 
(33%,2%,0%,26%)
(0.33/0.02/0.00/0.26)	

CMYK percentages

%32.8
%1.59
%0
%25.88

Codes

Color #7FBABD in popluar color models

7FBABD
RGB127186189
HSL183°31.96%61.96%
HSB/HSV183°32.80%74.12%
CMYK32.80%1.59%0.00%
25.88%

Color #7FBABD in popluar number systems.

HEX7FBABD
Decimal127186189
Binary11111111011101010111101
Octal177272275

Shades and tints

Shades of #7FBABD

#7FBABD
(127,186,189)
#74AAAC
(116,170,172)
#699A9B
(105,154,155)
#5E8A8A
(94,138,138)
#537A79
(83,122,121)
#486A68
(72,106,104)
#3D5A57
(61,90,87)
#324A46
(50,74,70)
#273A35
(39,58,53)
#1C2A24
(28,42,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #7FBABD

#7FBABD
(127,186,189)
#8AC0C3
(138,192,195)
#95C6C9
(149,198,201)
#A0CCCF
(160,204,207)
#ABD2D5
(171,210,213)
#B6D8DB
(182,216,219)
#C1DEE1
(193,222,225)
#CCE4E7
(204,228,231)
#D7EAED
(215,234,237)
#E2F0F3
(226,240,243)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBABD color. Also use rgb(127,186,189) instead hex code.

Text Font Color

.myTextColor { color: #7FBABD; }

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

This text font color is #7FBABD.


Background Color

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

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

This div background color is #7FBABD.


Border color

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

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

This div border color is #7FBABD.


Opacity

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

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

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

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

This text has shadow with #7FBABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBABD on black background.


Color preview on white background

This text has color #7FBABD on white background.



Black color preview on #7FBABD background

This text has black color on #7FBABD background.


White color preview on #7FBABD background

This text has white color on #7FBABD background.