COLOR #7BBBDC

HEX: #7BBBDC RGB: (123,187,220)

Color info

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

RGB color model

#7BBBDC color RGB value is (123,187,220).

RGB: (123,187,220) (48%, 73%, 86%)

RGB channels and saturation

R 123 of 255 = 48%
G 187 of 255 = 73%
B 220 of 255 = 86%

123
187
220

R + G + B ~ 69%. #7BBBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 187 + 220 = 530 (100%)
R 123 of 530 ~ 23.21%
G 187 of 530 ~ 35.28%
B 220 of 530 ~ 41.51'%

%23.21
%35.28
%41.51

CMYK color model

#7BBBDC color CMYK value is (44,15,0,14).

  • cyan value is 44.09%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (44,15,0,14)
C44M15Y0K14 (44%, 15%, 0%, 14%)
(0.44 / 0.15 / 0.00 / 0.14)

CMYK percentages

%44.09
%15
%0
%13.73

Codes

Color #7BBBDC in popluar color models

7B BB DC
RGB 123 187 220
HSL 200° 58.08% 67.25%
HSB/HSV 200° 44.09% 86.27%
CMYK 44.09% 15.00% 0.00%
13.73%

Color #7BBBDC in popluar number systems.

HEX 7B BB DC
Decimal 123 187 220
Binary 1111011 10111011 11011100
Octal 173 273 334

Shades and tints

Shades of #7BBBDC

#7BBBDC
(123,187,220)
#70AAC8
(112,170,200)
#6599B4
(101,153,180)
#5A88A0
(90,136,160)
#4F778C
(79,119,140)
#446678
(68,102,120)
#395564
(57,85,100)
#2E4450
(46,68,80)
#23333C
(35,51,60)
#182228
(24,34,40)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #7BBBDC

#7BBBDC
(123,187,220)
#87C1DF
(135,193,223)
#93C7E2
(147,199,226)
#9FCDE5
(159,205,229)
#ABD3E8
(171,211,232)
#B7D9EB
(183,217,235)
#C3DFEE
(195,223,238)
#CFE5F1
(207,229,241)
#DBEBF4
(219,235,244)
#E7F1F7
(231,241,247)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBBDC; }

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

This text font color is #7BBBDC.

Background Color

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

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

This div background color is #7BBBDC.

Border color

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

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

This div border color is #7BBBDC.

Opacity

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

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

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

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

This text has shadow with #7BBBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBBDC.

Preview

Color preview on black background

This text has color #7BBBDC on black background.


Color preview on white background

This text has color #7BBBDC on white background.


Black color preview on #7BBBDC background

This text has black color on #7BBBDC background.


White color preview on #7BBBDC background

This text has white color on #7BBBDC background.


Related colors

Complementary color

Complementary color for #hex is #844423.


I love getcolorcode.com

Triadic colors

1 #DC7BBB and #BBDC7B with #7BBBDC are triadic colors.

2 #DCBB7B and #BB7BDC with #7BBBDC are triadic colors.