COLOR #7CB1EA

HEX: #7CB1EA RGB: (124,177,234)

Color info

#7CB1EA contains mainly green and blue colors. Web safe color of #7CB1EA is #6699FF (or #69F).

RGB color model

#7CB1EA color RGB value is (124,177,234).

RGB: (124,177,234) (49%, 69%, 92%)

RGB channels and saturation

R 124 of 255 = 49%
G 177 of 255 = 69%
B 234 of 255 = 92%

124
177
234

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

Portions of RGB colors in percentages

R + G + B = 124 + 177 + 234 = 535 (100%)
R 124 of 535 ~ 23.18%
G 177 of 535 ~ 33.08%
B 234 of 535 ~ 43.74'%

%23.18
%33.08
%43.74

CMYK color model

#7CB1EA color CMYK value is (47,24,0,8).

  • cyan value is 47.01%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (47,24,0,8) C47M24Y0K8 (47%,24%,0%,8%) (0.47/0.24/0.00/0.08) 

CMYK percentages

%47.01
%24.36
%0
%8.24

Codes

Color #7CB1EA in popluar color models

7C B1 EA
RGB 124 177 234
HSL 211° 72.37% 70.20%
HSB/HSV 211° 47.01% 91.76%
CMYK 47.01% 24.36% 0.00%
8.24%

Color #7CB1EA in popluar number systems.

HEX 7C B1 EA
Decimal 124 177 234
Binary 1111100 10110001 11101010
Octal 174 261 352

Shades and tints

Shades of #7CB1EA

#7CB1EA
(124,177,234)
#71A1D5
(113,161,213)
#6691C0
(102,145,192)
#5B81AB
(91,129,171)
#507196
(80,113,150)
#456181
(69,97,129)
#3A516C
(58,81,108)
#2F4157
(47,65,87)
#243142
(36,49,66)
#19212D
(25,33,45)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #7CB1EA

#7CB1EA
(124,177,234)
#87B8EB
(135,184,235)
#92BFEC
(146,191,236)
#9DC6ED
(157,198,237)
#A8CDEE
(168,205,238)
#B3D4EF
(179,212,239)
#BEDBF0
(190,219,240)
#C9E2F1
(201,226,241)
#D4E9F2
(212,233,242)
#DFF0F3
(223,240,243)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB1EA color. Also use rgb(124,177,234) instead hex code.

Text Font Color

.myTextColor { color: #7CB1EA; }

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

This text font color is #7CB1EA.

Background Color

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

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

This div background color is #7CB1EA.

Border color

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

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

This div border color is #7CB1EA.

Opacity

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

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

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

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

This text has shadow with #7CB1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB1EA.

Preview

Color preview on black background

This text has color #7CB1EA on black background.


Color preview on white background

This text has color #7CB1EA on white background.


Black color preview on #7CB1EA background

This text has black color on #7CB1EA background.


White color preview on #7CB1EA background

This text has white color on #7CB1EA background.


Related colors

Complementary color

Complementary color for #hex is #834E15.


I love getcolorcode.com

Triadic colors

1 #EA7CB1 and #B1EA7C with #7CB1EA are triadic colors.

2 #EAB17C and #B17CEA with #7CB1EA are triadic colors.