COLOR #7C95C3

HEX: #7C95C3
RGB: (124,149,195)

Color info

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

RGB color model

#7C95C3 color RGB value is (124,149,195).

  • red value is 124;
  • green value is 149;
  • blue value is 195.
RGB:
(124,149,195)
(49%,58%,76%)

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 195 of 255 = 76%

124
149
195

R + G + B ~ 61%. #7C95C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 149 + 195 = 468 (100%)
R 124 of 468 ~ 26.5%
G 149 of 468 ~ 31.84%
B 195 of 468 ~ 41.67%

%26.5
%31.84
%41.67

CMYK color model

#7C95C3 color CMYK value is (36,24,0,24).

  • cyan value is 36.41%
  • magenta value is 23.59%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(36,24,0,24)
C36M24Y0K24 
(36%,24%,0%,24%)
(0.36/0.24/0.00/0.24)	

CMYK percentages

%36.41
%23.59
%0
%23.53

Codes

Color #7C95C3 in popluar color models

7C95C3
RGB124149195
HSL219°37.17%62.55%
HSB/HSV219°36.41%76.47%
CMYK36.41%23.59%0.00%
23.53%

Color #7C95C3 in popluar number systems.

HEX7C95C3
Decimal124149195
Binary11111001001010111000011
Octal174225303

Shades and tints

Shades of #7C95C3

#7C95C3
(124,149,195)
#7188B2
(113,136,178)
#667BA1
(102,123,161)
#5B6E90
(91,110,144)
#50617F
(80,97,127)
#45546E
(69,84,110)
#3A475D
(58,71,93)
#2F3A4C
(47,58,76)
#242D3B
(36,45,59)
#19202A
(25,32,42)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #7C95C3

#7C95C3
(124,149,195)
#879EC8
(135,158,200)
#92A7CD
(146,167,205)
#9DB0D2
(157,176,210)
#A8B9D7
(168,185,215)
#B3C2DC
(179,194,220)
#BECBE1
(190,203,225)
#C9D4E6
(201,212,230)
#D4DDEB
(212,221,235)
#DFE6F0
(223,230,240)
#EAEFF5
(234,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C95C3; }

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

This text font color is #7C95C3.


Background Color

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

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

This div background color is #7C95C3.


Border color

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

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

This div border color is #7C95C3.


Opacity

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

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

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

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

This text has shadow with #7C95C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C95C3 on black background.


Color preview on white background

This text has color #7C95C3 on white background.



Black color preview on #7C95C3 background

This text has black color on #7C95C3 background.


White color preview on #7C95C3 background

This text has white color on #7C95C3 background.