COLOR #7B95B7

HEX: #7B95B7
RGB: (123,149,183)

Color info

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

RGB color model

#7B95B7 color RGB value is (123,149,183).

  • red value is 123;
  • green value is 149;
  • blue value is 183.
RGB:
(123,149,183)
(48%,58%,72%)

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 183 of 255 = 72%

123
149
183

R + G + B ~ 59%. #7B95B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 183 = 455 (100%)
R 123 of 455 ~ 27.03%
G 149 of 455 ~ 32.75%
B 183 of 455 ~ 40.22%

%27.03
%32.75
%40.22

CMYK color model

#7B95B7 color CMYK value is (33,19,0,28).

  • cyan value is 32.79%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(33,19,0,28)
C33M19Y0K28 
(33%,19%,0%,28%)
(0.33/0.19/0.00/0.28)	

CMYK percentages

%32.79
%18.58
%0
%28.24

Codes

Color #7B95B7 in popluar color models

7B95B7
RGB123149183
HSL214°29.41%60.00%
HSB/HSV214°32.79%71.76%
CMYK32.79%18.58%0.00%
28.24%

Color #7B95B7 in popluar number systems.

HEX7B95B7
Decimal123149183
Binary11110111001010110110111
Octal173225267

Shades and tints

Shades of #7B95B7

#7B95B7
(123,149,183)
#7088A7
(112,136,167)
#657B97
(101,123,151)
#5A6E87
(90,110,135)
#4F6177
(79,97,119)
#445467
(68,84,103)
#394757
(57,71,87)
#2E3A47
(46,58,71)
#232D37
(35,45,55)
#182027
(24,32,39)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #7B95B7

#7B95B7
(123,149,183)
#879EBD
(135,158,189)
#93A7C3
(147,167,195)
#9FB0C9
(159,176,201)
#ABB9CF
(171,185,207)
#B7C2D5
(183,194,213)
#C3CBDB
(195,203,219)
#CFD4E1
(207,212,225)
#DBDDE7
(219,221,231)
#E7E6ED
(231,230,237)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B95B7 color. Also use rgb(123,149,183) instead hex code.

Text Font Color

.myTextColor { color: #7B95B7; }

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

This text font color is #7B95B7.


Background Color

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

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

This div background color is #7B95B7.


Border color

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

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

This div border color is #7B95B7.


Opacity

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

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

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

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

This text has shadow with #7B95B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B95B7 on black background.


Color preview on white background

This text has color #7B95B7 on white background.



Black color preview on #7B95B7 background

This text has black color on #7B95B7 background.


White color preview on #7B95B7 background

This text has white color on #7B95B7 background.