COLOR #7CB3D5

HEX: #7CB3D5
RGB: (124,179,213)

Color info

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

RGB color model

#7CB3D5 color RGB value is (124,179,213).

  • red value is 124;
  • green value is 179;
  • blue value is 213.
RGB:
(124,179,213)
(49%,70%,84%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 213 of 255 = 84%

124
179
213

R + G + B ~ 68%. #7CB3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 179 + 213 = 516 (100%)
R 124 of 516 ~ 24.03%
G 179 of 516 ~ 34.69%
B 213 of 516 ~ 41.28%

%24.03
%34.69
%41.28

CMYK color model

#7CB3D5 color CMYK value is (42,16,0,16).

  • cyan value is 41.78%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(42,16,0,16)
C42M16Y0K16 
(42%,16%,0%,16%)
(0.42/0.16/0.00/0.16)	

CMYK percentages

%41.78
%15.96
%0
%16.47

Codes

Color #7CB3D5 in popluar color models

7CB3D5
RGB124179213
HSL203°51.45%66.08%
HSB/HSV203°41.78%83.53%
CMYK41.78%15.96%0.00%
16.47%

Color #7CB3D5 in popluar number systems.

HEX7CB3D5
Decimal124179213
Binary11111001011001111010101
Octal174263325

Shades and tints

Shades of #7CB3D5

#7CB3D5
(124,179,213)
#71A3C2
(113,163,194)
#6693AF
(102,147,175)
#5B839C
(91,131,156)
#507389
(80,115,137)
#456376
(69,99,118)
#3A5363
(58,83,99)
#2F4350
(47,67,80)
#24333D
(36,51,61)
#19232A
(25,35,42)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #7CB3D5

#7CB3D5
(124,179,213)
#87B9D8
(135,185,216)
#92BFDB
(146,191,219)
#9DC5DE
(157,197,222)
#A8CBE1
(168,203,225)
#B3D1E4
(179,209,228)
#BED7E7
(190,215,231)
#C9DDEA
(201,221,234)
#D4E3ED
(212,227,237)
#DFE9F0
(223,233,240)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB3D5 color. Also use rgb(124,179,213) instead hex code.

Text Font Color

.myTextColor { color: #7CB3D5; }

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

This text font color is #7CB3D5.


Background Color

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

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

This div background color is #7CB3D5.


Border color

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

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

This div border color is #7CB3D5.


Opacity

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

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

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

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

This text has shadow with #7CB3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB3D5 on black background.


Color preview on white background

This text has color #7CB3D5 on white background.



Black color preview on #7CB3D5 background

This text has black color on #7CB3D5 background.


White color preview on #7CB3D5 background

This text has white color on #7CB3D5 background.