COLOR #7BAABD

HEX: #7BAABD RGB: (123,170,189)

Color info

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

RGB color model

#7BAABD color RGB value is (123,170,189).

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

RGB channels and saturation

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

123
170
189

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

Portions of RGB colors in percentages

R + G + B = 123 + 170 + 189 = 482 (100%)
R 123 of 482 ~ 25.52%
G 170 of 482 ~ 35.27%
B 189 of 482 ~ 39.21'%

%25.52
%35.27
%39.21

CMYK color model

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

  • cyan value is 34.92%
  • magenta value is 10.05%
  • 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
%10.05
%0
%25.88

Codes

Color #7BAABD in popluar color models

7B AA BD
RGB 123 170 189
HSL 197° 33.33% 61.18%
HSB/HSV 197° 34.92% 74.12%
CMYK 34.92% 10.05% 0.00%
25.88%

Color #7BAABD in popluar number systems.

HEX 7B AA BD
Decimal 123 170 189
Binary 1111011 10101010 10111101
Octal 173 252 275

Shades and tints

Shades of #7BAABD

#7BAABD
(123,170,189)
#709BAC
(112,155,172)
#658C9B
(101,140,155)
#5A7D8A
(90,125,138)
#4F6E79
(79,110,121)
#445F68
(68,95,104)
#395057
(57,80,87)
#2E4146
(46,65,70)
#233235
(35,50,53)
#182324
(24,35,36)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7BAABD

#7BAABD
(123,170,189)
#87B1C3
(135,177,195)
#93B8C9
(147,184,201)
#9FBFCF
(159,191,207)
#ABC6D5
(171,198,213)
#B7CDDB
(183,205,219)
#C3D4E1
(195,212,225)
#CFDBE7
(207,219,231)
#DBE2ED
(219,226,237)
#E7E9F3
(231,233,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BAABD; }

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

This text font color is #7BAABD.

Background Color

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

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

This div background color is #7BAABD.

Border color

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

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

This div border color is #7BAABD.

Opacity

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

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

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

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

This text has shadow with #7BAABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAABD.

Preview

Color preview on black background

This text has color #7BAABD on black background.


Color preview on white background

This text has color #7BAABD on white background.


Black color preview on #7BAABD background

This text has black color on #7BAABD background.


White color preview on #7BAABD background

This text has white color on #7BAABD background.


Related colors

Complementary color

Complementary color for #hex is #845542.


I love getcolorcode.com

Triadic colors

1 #BD7BAA and #AABD7B with #7BAABD are triadic colors.

2 #BDAA7B and #AA7BBD with #7BAABD are triadic colors.