COLOR #7B9CDC

HEX: #7B9CDC RGB: (123,156,220)

Color info

#7B9CDC contains mainly blue color. Web safe color of #7B9CDC is #6699CC (or #69C).

RGB color model

#7B9CDC color RGB value is (123,156,220).

RGB: (123,156,220) (48%, 61%, 86%)

RGB channels and saturation

R 123 of 255 = 48%
G 156 of 255 = 61%
B 220 of 255 = 86%

123
156
220

R + G + B ~ 65%. #7B9CDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 156 + 220 = 499 (100%)
R 123 of 499 ~ 24.65%
G 156 of 499 ~ 31.26%
B 220 of 499 ~ 44.09'%

%24.65
%31.26
%44.09

CMYK color model

#7B9CDC color CMYK value is (44,29,0,14).

  • cyan value is 44.09%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (44,29,0,14) C44M29Y0K14 (44%,29%,0%,14%) (0.44/0.29/0.00/0.14) 

CMYK percentages

%44.09
%29.09
%0
%13.73

Codes

Color #7B9CDC in popluar color models

7B 9C DC
RGB 123 156 220
HSL 220° 58.08% 67.25%
HSB/HSV 220° 44.09% 86.27%
CMYK 44.09% 29.09% 0.00%
13.73%

Color #7B9CDC in popluar number systems.

HEX 7B 9C DC
Decimal 123 156 220
Binary 1111011 10011100 11011100
Octal 173 234 334

Shades and tints

Shades of #7B9CDC

#7B9CDC
(123,156,220)
#708EC8
(112,142,200)
#6580B4
(101,128,180)
#5A72A0
(90,114,160)
#4F648C
(79,100,140)
#445678
(68,86,120)
#394864
(57,72,100)
#2E3A50
(46,58,80)
#232C3C
(35,44,60)
#181E28
(24,30,40)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B9CDC

#7B9CDC
(123,156,220)
#87A5DF
(135,165,223)
#93AEE2
(147,174,226)
#9FB7E5
(159,183,229)
#ABC0E8
(171,192,232)
#B7C9EB
(183,201,235)
#C3D2EE
(195,210,238)
#CFDBF1
(207,219,241)
#DBE4F4
(219,228,244)
#E7EDF7
(231,237,247)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9CDC color. Also use rgb(123,156,220) instead hex code.

Text Font Color

.myTextColor { color: #7B9CDC; }

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

This text font color is #7B9CDC.

Background Color

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

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

This div background color is #7B9CDC.

Border color

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

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

This div border color is #7B9CDC.

Opacity

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

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

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

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

This text has shadow with #7B9CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9CDC.

Preview

Color preview on black background

This text has color #7B9CDC on black background.


Color preview on white background

This text has color #7B9CDC on white background.


Black color preview on #7B9CDC background

This text has black color on #7B9CDC background.


White color preview on #7B9CDC background

This text has white color on #7B9CDC background.


Related colors

Complementary color

Complementary color for #hex is #846323.


I love getcolorcode.com

Triadic colors

1 #DC7B9C and #9CDC7B with #7B9CDC are triadic colors.

2 #DC9C7B and #9C7BDC with #7B9CDC are triadic colors.