COLOR #7FB1DA

HEX: #7FB1DA RGB: (127,177,218)

Color info

#7FB1DA contains mainly green and blue colors. Web safe color of #7FB1DA is #6699CC (or #69C).

RGB color model

#7FB1DA color RGB value is (127,177,218).

RGB: (127,177,218) (50%, 69%, 85%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 218 of 255 = 85%

127
177
218

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

Portions of RGB colors in percentages

R + G + B = 127 + 177 + 218 = 522 (100%)
R 127 of 522 ~ 24.33%
G 177 of 522 ~ 33.91%
B 218 of 522 ~ 41.76'%

%24.33
%33.91
%41.76

CMYK color model

#7FB1DA color CMYK value is (42,19,0,15).

  • cyan value is 41.74%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (42,19,0,15)
C42M19Y0K15 (42%, 19%, 0%, 15%)
(0.42 / 0.19 / 0.00 / 0.15)

CMYK percentages

%41.74
%18.81
%0
%14.51

Codes

Color #7FB1DA in popluar color models

7F B1 DA
RGB 127 177 218
HSL 207° 55.15% 67.65%
HSB/HSV 207° 41.74% 85.49%
CMYK 41.74% 18.81% 0.00%
14.51%

Color #7FB1DA in popluar number systems.

HEX 7F B1 DA
Decimal 127 177 218
Binary 1111111 10110001 11011010
Octal 177 261 332

Shades and tints

Shades of #7FB1DA

#7FB1DA
(127,177,218)
#74A1C7
(116,161,199)
#6991B4
(105,145,180)
#5E81A1
(94,129,161)
#53718E
(83,113,142)
#48617B
(72,97,123)
#3D5168
(61,81,104)
#324155
(50,65,85)
#273142
(39,49,66)
#1C212F
(28,33,47)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #7FB1DA

#7FB1DA
(127,177,218)
#8AB8DD
(138,184,221)
#95BFE0
(149,191,224)
#A0C6E3
(160,198,227)
#ABCDE6
(171,205,230)
#B6D4E9
(182,212,233)
#C1DBEC
(193,219,236)
#CCE2EF
(204,226,239)
#D7E9F2
(215,233,242)
#E2F0F5
(226,240,245)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB1DA color. Also use rgb(127,177,218) instead hex code.

Text Font Color

.myTextColor { color: #7FB1DA; }

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

This text font color is #7FB1DA.

Background Color

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

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

This div background color is #7FB1DA.

Border color

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

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

This div border color is #7FB1DA.

Opacity

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

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

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

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

This text has shadow with #7FB1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB1DA.

Preview

Color preview on black background

This text has color #7FB1DA on black background.


Color preview on white background

This text has color #7FB1DA on white background.


Black color preview on #7FB1DA background

This text has black color on #7FB1DA background.


White color preview on #7FB1DA background

This text has white color on #7FB1DA background.


Related colors

Complementary color

Complementary color for #hex is #804E25.


I love getcolorcode.com

Triadic colors

1 #DA7FB1 and #B1DA7F with #7FB1DA are triadic colors.

2 #DAB17F and #B17FDA with #7FB1DA are triadic colors.