COLOR #7C95BB

HEX: #7C95BB RGB: (124,149,187)

Color info

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

RGB color model

#7C95BB color RGB value is (124,149,187).

RGB: (124,149,187) (49%, 58%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 187 of 255 = 73%

124
149
187

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

Portions of RGB colors in percentages

R + G + B = 124 + 149 + 187 = 460 (100%)
R 124 of 460 ~ 26.96%
G 149 of 460 ~ 32.39%
B 187 of 460 ~ 40.65'%

%26.96
%32.39
%40.65

CMYK color model

#7C95BB color CMYK value is (34,20,0,27).

  • cyan value is 33.69%
  • magenta value is 20.32%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (34,20,0,27)
C34M20Y0K27 (34%, 20%, 0%, 27%)
(0.34 / 0.20 / 0.00 / 0.27)

CMYK percentages

%33.69
%20.32
%0
%26.67

Codes

Color #7C95BB in popluar color models

7C 95 BB
RGB 124 149 187
HSL 216° 31.66% 60.98%
HSB/HSV 216° 33.69% 73.33%
CMYK 33.69% 20.32% 0.00%
26.67%

Color #7C95BB in popluar number systems.

HEX 7C 95 BB
Decimal 124 149 187
Binary 1111100 10010101 10111011
Octal 174 225 273

Shades and tints

Shades of #7C95BB

#7C95BB
(124,149,187)
#7188AA
(113,136,170)
#667B99
(102,123,153)
#5B6E88
(91,110,136)
#506177
(80,97,119)
#455466
(69,84,102)
#3A4755
(58,71,85)
#2F3A44
(47,58,68)
#242D33
(36,45,51)
#192022
(25,32,34)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #7C95BB

#7C95BB
(124,149,187)
#879EC1
(135,158,193)
#92A7C7
(146,167,199)
#9DB0CD
(157,176,205)
#A8B9D3
(168,185,211)
#B3C2D9
(179,194,217)
#BECBDF
(190,203,223)
#C9D4E5
(201,212,229)
#D4DDEB
(212,221,235)
#DFE6F1
(223,230,241)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C95BB color. Also use rgb(124,149,187) instead hex code.

Text Font Color

.myTextColor { color: #7C95BB; }

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

This text font color is #7C95BB.

Background Color

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

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

This div background color is #7C95BB.

Border color

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

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

This div border color is #7C95BB.

Opacity

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

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

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

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

This text has shadow with #7C95BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C95BB.

Preview

Color preview on black background

This text has color #7C95BB on black background.


Color preview on white background

This text has color #7C95BB on white background.


Black color preview on #7C95BB background

This text has black color on #7C95BB background.


White color preview on #7C95BB background

This text has white color on #7C95BB background.


Related colors

Complementary color

Complementary color for #hex is #836A44.


I love getcolorcode.com

Triadic colors

1 #BB7C95 and #95BB7C with #7C95BB are triadic colors.

2 #BB957C and #957CBB with #7C95BB are triadic colors.