COLOR #7FBAD2

HEX: #7FBAD2
RGB: (127,186,210)

Color info

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

RGB color model

#7FBAD2 color RGB value is (127,186,210).

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

RGB channels and saturation

R 127 of 255 = 50%
G 186 of 255 = 73%
B 210 of 255 = 82%

127
186
210

R + G + B ~ 68%. #7FBAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 186 + 210 = 523 (100%)
R 127 of 523 ~ 24.28%
G 186 of 523 ~ 35.56%
B 210 of 523 ~ 40.15%

%24.28
%35.56
%40.15

CMYK color model

#7FBAD2 color CMYK value is (40,11,0,18).

  • cyan value is 39.52%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(40,11,0,18)
C40M11Y0K18 
(40%,11%,0%,18%)
(0.40/0.11/0.00/0.18)	

CMYK percentages

%39.52
%11.43
%0
%17.65

Codes

Color #7FBAD2 in popluar color models

7FBAD2
RGB127186210
HSL197°47.98%66.08%
HSB/HSV197°39.52%82.35%
CMYK39.52%11.43%0.00%
17.65%

Color #7FBAD2 in popluar number systems.

HEX7FBAD2
Decimal127186210
Binary11111111011101011010010
Octal177272322

Shades and tints

Shades of #7FBAD2

#7FBAD2
(127,186,210)
#74AABF
(116,170,191)
#699AAC
(105,154,172)
#5E8A99
(94,138,153)
#537A86
(83,122,134)
#486A73
(72,106,115)
#3D5A60
(61,90,96)
#324A4D
(50,74,77)
#273A3A
(39,58,58)
#1C2A27
(28,42,39)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #7FBAD2

#7FBAD2
(127,186,210)
#8AC0D6
(138,192,214)
#95C6DA
(149,198,218)
#A0CCDE
(160,204,222)
#ABD2E2
(171,210,226)
#B6D8E6
(182,216,230)
#C1DEEA
(193,222,234)
#CCE4EE
(204,228,238)
#D7EAF2
(215,234,242)
#E2F0F6
(226,240,246)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBAD2; }

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

This text font color is #7FBAD2.


Background Color

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

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

This div background color is #7FBAD2.


Border color

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

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

This div border color is #7FBAD2.


Opacity

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

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

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

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

This text has shadow with #7FBAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBAD2 on black background.


Color preview on white background

This text has color #7FBAD2 on white background.



Black color preview on #7FBAD2 background

This text has black color on #7FBAD2 background.


White color preview on #7FBAD2 background

This text has white color on #7FBAD2 background.