COLOR #7BABBD

HEX: #7BABBD RGB: (123,171,189)

Color info

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

RGB color model

#7BABBD color RGB value is (123,171,189).

RGB: (123,171,189) (48%, 67%, 74%)

RGB channels and saturation

R 123 of 255 = 48%
G 171 of 255 = 67%
B 189 of 255 = 74%

123
171
189

R + G + B ~ 63%. #7BABBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 171 + 189 = 483 (100%)
R 123 of 483 ~ 25.47%
G 171 of 483 ~ 35.4%
B 189 of 483 ~ 39.13'%

%25.47
%35.4
%39.13

CMYK color model

#7BABBD color CMYK value is (35,10,0,26).

  • cyan value is 34.92%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (35,10,0,26)
C35M10Y0K26 (35%, 10%, 0%, 26%)
(0.35 / 0.10 / 0.00 / 0.26)

CMYK percentages

%34.92
%9.52
%0
%25.88

Codes

Color #7BABBD in popluar color models

7B AB BD
RGB 123 171 189
HSL 196° 33.33% 61.18%
HSB/HSV 196° 34.92% 74.12%
CMYK 34.92% 9.52% 0.00%
25.88%

Color #7BABBD in popluar number systems.

HEX 7B AB BD
Decimal 123 171 189
Binary 1111011 10101011 10111101
Octal 173 253 275

Shades and tints

Shades of #7BABBD

#7BABBD
(123,171,189)
#709CAC
(112,156,172)
#658D9B
(101,141,155)
#5A7E8A
(90,126,138)
#4F6F79
(79,111,121)
#446068
(68,96,104)
#395157
(57,81,87)
#2E4246
(46,66,70)
#233335
(35,51,53)
#182424
(24,36,36)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #7BABBD

#7BABBD
(123,171,189)
#87B2C3
(135,178,195)
#93B9C9
(147,185,201)
#9FC0CF
(159,192,207)
#ABC7D5
(171,199,213)
#B7CEDB
(183,206,219)
#C3D5E1
(195,213,225)
#CFDCE7
(207,220,231)
#DBE3ED
(219,227,237)
#E7EAF3
(231,234,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BABBD color. Also use rgb(123,171,189) instead hex code.

Text Font Color

.myTextColor { color: #7BABBD; }

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

This text font color is #7BABBD.

Background Color

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

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

This div background color is #7BABBD.

Border color

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

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

This div border color is #7BABBD.

Opacity

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

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

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

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

This text has shadow with #7BABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BABBD.

Preview

Color preview on black background

This text has color #7BABBD on black background.


Color preview on white background

This text has color #7BABBD on white background.


Black color preview on #7BABBD background

This text has black color on #7BABBD background.


White color preview on #7BABBD background

This text has white color on #7BABBD background.


Related colors

Complementary color

Complementary color for #hex is #845442.


I love getcolorcode.com

Triadic colors

1 #BD7BAB and #ABBD7B with #7BABBD are triadic colors.

2 #BDAB7B and #AB7BBD with #7BABBD are triadic colors.