COLOR #7BBDFF

HEX: #7BBDFF
RGB: (123,189,255)

Color info

#7BBDFF contains mainly blue color. Web safe color of #7BBDFF is #66CCFF (or #6CF).

RGB color model

#7BBDFF color RGB value is (123,189,255).

  • red value is 123;
  • green value is 189;
  • blue value is 255.
RGB:
(123,189,255)
(48%,74%,100%)

RGB channels and saturation

R 123 of 255 = 48%
G 189 of 255 = 74%
B 255 of 255 = 100%

123
189
255

R + G + B ~ 74%. #7BBDFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 189 + 255 = 567 (100%)
R 123 of 567 ~ 21.69%
G 189 of 567 ~ 33.33%
B 255 of 567 ~ 44.97%

%21.69
%33.33
%44.97

CMYK color model

#7BBDFF color CMYK value is (52,26,0,0).

  • cyan value is 51.76%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(52,26,0,0)
C52M26Y0K0 
(52%,26%,0%,0%)
(0.52/0.26/0.00/0.00)	

CMYK percentages

%51.76
%25.88
%0
%0

Codes

Color #7BBDFF in popluar color models

7BBDFF
RGB123189255
HSL210°100.00%74.12%
HSB/HSV210°51.76%100.00%
CMYK51.76%25.88%0.00%
0.00%

Color #7BBDFF in popluar number systems.

HEX7BBDFF
Decimal123189255
Binary11110111011110111111111
Octal173275377

Shades and tints

Shades of #7BBDFF

#7BBDFF
(123,189,255)
#70ACE8
(112,172,232)
#659BD1
(101,155,209)
#5A8ABA
(90,138,186)
#4F79A3
(79,121,163)
#44688C
(68,104,140)
#395775
(57,87,117)
#2E465E
(46,70,94)
#233547
(35,53,71)
#182430
(24,36,48)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #7BBDFF

#7BBDFF
(123,189,255)
#87C3FF
(135,195,255)
#93C9FF
(147,201,255)
#9FCFFF
(159,207,255)
#ABD5FF
(171,213,255)
#B7DBFF
(183,219,255)
#C3E1FF
(195,225,255)
#CFE7FF
(207,231,255)
#DBEDFF
(219,237,255)
#E7F3FF
(231,243,255)
#F3F9FF
(243,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BBDFF; }

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

This text font color is #7BBDFF.


Background Color

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

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

This div background color is #7BBDFF.


Border color

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

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

This div border color is #7BBDFF.


Opacity

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

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

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

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

This text has shadow with #7BBDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBDFF on black background.


Color preview on white background

This text has color #7BBDFF on white background.



Black color preview on #7BBDFF background

This text has black color on #7BBDFF background.


White color preview on #7BBDFF background

This text has white color on #7BBDFF background.