COLOR #7BB4C9

HEX: #7BB4C9 RGB: (123,180,201)

Color info

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

RGB color model

#7BB4C9 color RGB value is (123,180,201).

RGB: (123,180,201) (48%, 71%, 79%)

RGB channels and saturation

R 123 of 255 = 48%
G 180 of 255 = 71%
B 201 of 255 = 79%

123
180
201

R + G + B ~ 66%. #7BB4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 180 + 201 = 504 (100%)
R 123 of 504 ~ 24.4%
G 180 of 504 ~ 35.71%
B 201 of 504 ~ 39.88'%

%24.4
%35.71
%39.88

CMYK color model

#7BB4C9 color CMYK value is (39,10,0,21).

  • cyan value is 38.81%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (39,10,0,21)
C39M10Y0K21 (39%, 10%, 0%, 21%)
(0.39 / 0.10 / 0.00 / 0.21)

CMYK percentages

%38.81
%10.45
%0
%21.18

Codes

Color #7BB4C9 in popluar color models

7B B4 C9
RGB 123 180 201
HSL 196° 41.94% 63.53%
HSB/HSV 196° 38.81% 78.82%
CMYK 38.81% 10.45% 0.00%
21.18%

Color #7BB4C9 in popluar number systems.

HEX 7B B4 C9
Decimal 123 180 201
Binary 1111011 10110100 11001001
Octal 173 264 311

Shades and tints

Shades of #7BB4C9

#7BB4C9
(123,180,201)
#70A4B7
(112,164,183)
#6594A5
(101,148,165)
#5A8493
(90,132,147)
#4F7481
(79,116,129)
#44646F
(68,100,111)
#39545D
(57,84,93)
#2E444B
(46,68,75)
#233439
(35,52,57)
#182427
(24,36,39)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #7BB4C9

#7BB4C9
(123,180,201)
#87BACD
(135,186,205)
#93C0D1
(147,192,209)
#9FC6D5
(159,198,213)
#ABCCD9
(171,204,217)
#B7D2DD
(183,210,221)
#C3D8E1
(195,216,225)
#CFDEE5
(207,222,229)
#DBE4E9
(219,228,233)
#E7EAED
(231,234,237)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB4C9 color. Also use rgb(123,180,201) instead hex code.

Text Font Color

.myTextColor { color: #7BB4C9; }

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

This text font color is #7BB4C9.

Background Color

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

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

This div background color is #7BB4C9.

Border color

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

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

This div border color is #7BB4C9.

Opacity

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

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

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

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

This text has shadow with #7BB4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB4C9.

Preview

Color preview on black background

This text has color #7BB4C9 on black background.


Color preview on white background

This text has color #7BB4C9 on white background.


Black color preview on #7BB4C9 background

This text has black color on #7BB4C9 background.


White color preview on #7BB4C9 background

This text has white color on #7BB4C9 background.


Related colors

Complementary color

Complementary color for #hex is #844B36.


I love getcolorcode.com

Triadic colors

1 #C97BB4 and #B4C97B with #7BB4C9 are triadic colors.

2 #C9B47B and #B47BC9 with #7BB4C9 are triadic colors.