COLOR #7FB5E5

HEX: #7FB5E5 RGB: (127,181,229)

Color info

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

RGB color model

#7FB5E5 color RGB value is (127,181,229).

RGB: (127,181,229) (50%, 71%, 90%)

RGB channels and saturation

R 127 of 255 = 50%
G 181 of 255 = 71%
B 229 of 255 = 90%

127
181
229

R + G + B ~ 70%. #7FB5E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 181 + 229 = 537 (100%)
R 127 of 537 ~ 23.65%
G 181 of 537 ~ 33.71%
B 229 of 537 ~ 42.64'%

%23.65
%33.71
%42.64

CMYK color model

#7FB5E5 color CMYK value is (45,21,0,10).

  • cyan value is 44.54%
  • magenta value is 20.96%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (45,21,0,10)
C45M21Y0K10 (45%, 21%, 0%, 10%)
(0.45 / 0.21 / 0.00 / 0.10)

CMYK percentages

%44.54
%20.96
%0
%10.2

Codes

Color #7FB5E5 in popluar color models

7F B5 E5
RGB 127 181 229
HSL 208° 66.23% 69.80%
HSB/HSV 208° 44.54% 89.80%
CMYK 44.54% 20.96% 0.00%
10.20%

Color #7FB5E5 in popluar number systems.

HEX 7F B5 E5
Decimal 127 181 229
Binary 1111111 10110101 11100101
Octal 177 265 345

Shades and tints

Shades of #7FB5E5

#7FB5E5
(127,181,229)
#74A5D1
(116,165,209)
#6995BD
(105,149,189)
#5E85A9
(94,133,169)
#537595
(83,117,149)
#486581
(72,101,129)
#3D556D
(61,85,109)
#324559
(50,69,89)
#273545
(39,53,69)
#1C2531
(28,37,49)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #7FB5E5

#7FB5E5
(127,181,229)
#8ABBE7
(138,187,231)
#95C1E9
(149,193,233)
#A0C7EB
(160,199,235)
#ABCDED
(171,205,237)
#B6D3EF
(182,211,239)
#C1D9F1
(193,217,241)
#CCDFF3
(204,223,243)
#D7E5F5
(215,229,245)
#E2EBF7
(226,235,247)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB5E5 color. Also use rgb(127,181,229) instead hex code.

Text Font Color

.myTextColor { color: #7FB5E5; }

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

This text font color is #7FB5E5.

Background Color

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

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

This div background color is #7FB5E5.

Border color

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

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

This div border color is #7FB5E5.

Opacity

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

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

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

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

This text has shadow with #7FB5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB5E5.

Preview

Color preview on black background

This text has color #7FB5E5 on black background.


Color preview on white background

This text has color #7FB5E5 on white background.


Black color preview on #7FB5E5 background

This text has black color on #7FB5E5 background.


White color preview on #7FB5E5 background

This text has white color on #7FB5E5 background.


Related colors

Complementary color

Complementary color for #hex is #804A1A.


I love getcolorcode.com

Triadic colors

1 #E57FB5 and #B5E57F with #7FB5E5 are triadic colors.

2 #E5B57F and #B57FE5 with #7FB5E5 are triadic colors.