COLOR #7BCAE2

HEX: #7BCAE2 RGB: (123,202,226)

Color info

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

RGB color model

#7BCAE2 color RGB value is (123,202,226).

RGB: (123,202,226) (48%, 79%, 89%)

RGB channels and saturation

R 123 of 255 = 48%
G 202 of 255 = 79%
B 226 of 255 = 89%

123
202
226

R + G + B ~ 72%. #7BCAE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 202 + 226 = 551 (100%)
R 123 of 551 ~ 22.32%
G 202 of 551 ~ 36.66%
B 226 of 551 ~ 41.02'%

%22.32
%36.66
%41.02

CMYK color model

#7BCAE2 color CMYK value is (46,11,0,11).

  • cyan value is 45.58%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (46,11,0,11)
C46M11Y0K11 (46%, 11%, 0%, 11%)
(0.46 / 0.11 / 0.00 / 0.11)

CMYK percentages

%45.58
%10.62
%0
%11.37

Codes

Color #7BCAE2 in popluar color models

7B CA E2
RGB 123 202 226
HSL 194° 63.98% 68.43%
HSB/HSV 194° 45.58% 88.63%
CMYK 45.58% 10.62% 0.00%
11.37%

Color #7BCAE2 in popluar number systems.

HEX 7B CA E2
Decimal 123 202 226
Binary 1111011 11001010 11100010
Octal 173 312 342

Shades and tints

Shades of #7BCAE2

#7BCAE2
(123,202,226)
#70B8CE
(112,184,206)
#65A6BA
(101,166,186)
#5A94A6
(90,148,166)
#4F8292
(79,130,146)
#44707E
(68,112,126)
#395E6A
(57,94,106)
#2E4C56
(46,76,86)
#233A42
(35,58,66)
#18282E
(24,40,46)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #7BCAE2

#7BCAE2
(123,202,226)
#87CEE4
(135,206,228)
#93D2E6
(147,210,230)
#9FD6E8
(159,214,232)
#ABDAEA
(171,218,234)
#B7DEEC
(183,222,236)
#C3E2EE
(195,226,238)
#CFE6F0
(207,230,240)
#DBEAF2
(219,234,242)
#E7EEF4
(231,238,244)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCAE2 color. Also use rgb(123,202,226) instead hex code.

Text Font Color

.myTextColor { color: #7BCAE2; }

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

This text font color is #7BCAE2.

Background Color

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

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

This div background color is #7BCAE2.

Border color

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

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

This div border color is #7BCAE2.

Opacity

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

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

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

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

This text has shadow with #7BCAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCAE2.

Preview

Color preview on black background

This text has color #7BCAE2 on black background.


Color preview on white background

This text has color #7BCAE2 on white background.


Black color preview on #7BCAE2 background

This text has black color on #7BCAE2 background.


White color preview on #7BCAE2 background

This text has white color on #7BCAE2 background.


Related colors

Complementary color

Complementary color for #hex is #84351D.


I love getcolorcode.com

Triadic colors

1 #E27BCA and #CAE27B with #7BCAE2 are triadic colors.

2 #E2CA7B and #CA7BE2 with #7BCAE2 are triadic colors.