COLOR #7CB5D3

HEX: #7CB5D3
RGB: (124,181,211)

Color info

#7CB5D3 contains mainly green and blue colors. Web safe color of #7CB5D3 is #66CCCC (or #6CC).

RGB color model

#7CB5D3 color RGB value is (124,181,211).

  • red value is 124;
  • green value is 181;
  • blue value is 211.
RGB:
(124,181,211)
(49%,71%,83%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 211 of 255 = 83%

124
181
211

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

Portions of RGB colors in percentages

R + G + B =
124 + 181 + 211 = 516 (100%)
R 124 of 516 ~ 24.03%
G 181 of 516 ~ 35.08%
B 211 of 516 ~ 40.89%

%24.03
%35.08
%40.89

CMYK color model

#7CB5D3 color CMYK value is (41,14,0,17).

  • cyan value is 41.23%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(41,14,0,17)
C41M14Y0K17 
(41%,14%,0%,17%)
(0.41/0.14/0.00/0.17)	

CMYK percentages

%41.23
%14.22
%0
%17.25

Codes

Color #7CB5D3 in popluar color models

7CB5D3
RGB124181211
HSL201°49.71%65.69%
HSB/HSV201°41.23%82.75%
CMYK41.23%14.22%0.00%
17.25%

Color #7CB5D3 in popluar number systems.

HEX7CB5D3
Decimal124181211
Binary11111001011010111010011
Octal174265323

Shades and tints

Shades of #7CB5D3

#7CB5D3
(124,181,211)
#71A5C0
(113,165,192)
#6695AD
(102,149,173)
#5B859A
(91,133,154)
#507587
(80,117,135)
#456574
(69,101,116)
#3A5561
(58,85,97)
#2F454E
(47,69,78)
#24353B
(36,53,59)
#192528
(25,37,40)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #7CB5D3

#7CB5D3
(124,181,211)
#87BBD7
(135,187,215)
#92C1DB
(146,193,219)
#9DC7DF
(157,199,223)
#A8CDE3
(168,205,227)
#B3D3E7
(179,211,231)
#BED9EB
(190,217,235)
#C9DFEF
(201,223,239)
#D4E5F3
(212,229,243)
#DFEBF7
(223,235,247)
#EAF1FB
(234,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB5D3 color. Also use rgb(124,181,211) instead hex code.

Text Font Color

.myTextColor { color: #7CB5D3; }

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

This text font color is #7CB5D3.


Background Color

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

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

This div background color is #7CB5D3.


Border color

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

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

This div border color is #7CB5D3.


Opacity

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

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

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

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

This text has shadow with #7CB5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB5D3 on black background.


Color preview on white background

This text has color #7CB5D3 on white background.



Black color preview on #7CB5D3 background

This text has black color on #7CB5D3 background.


White color preview on #7CB5D3 background

This text has white color on #7CB5D3 background.