COLOR #7CB7E5

HEX: #7CB7E5
RGB: (124,183,229)

Color info

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

RGB color model

#7CB7E5 color RGB value is (124,183,229).

  • red value is 124;
  • green value is 183;
  • blue value is 229.
RGB:
(124,183,229)
(49%,72%,90%)

RGB channels and saturation

R 124 of 255 = 49%
G 183 of 255 = 72%
B 229 of 255 = 90%

124
183
229

R + G + B ~ 70%. #7CB7E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 183 + 229 = 536 (100%)
R 124 of 536 ~ 23.13%
G 183 of 536 ~ 34.14%
B 229 of 536 ~ 42.72%

%23.13
%34.14
%42.72

CMYK color model

#7CB7E5 color CMYK value is (46,20,0,10).

  • cyan value is 45.85%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(46,20,0,10)
C46M20Y0K10 
(46%,20%,0%,10%)
(0.46/0.20/0.00/0.10)	

CMYK percentages

%45.85
%20.09
%0
%10.2

Codes

Color #7CB7E5 in popluar color models

7CB7E5
RGB124183229
HSL206°66.88%69.22%
HSB/HSV206°45.85%89.80%
CMYK45.85%20.09%0.00%
10.20%

Color #7CB7E5 in popluar number systems.

HEX7CB7E5
Decimal124183229
Binary11111001011011111100101
Octal174267345

Shades and tints

Shades of #7CB7E5

#7CB7E5
(124,183,229)
#71A7D1
(113,167,209)
#6697BD
(102,151,189)
#5B87A9
(91,135,169)
#507795
(80,119,149)
#456781
(69,103,129)
#3A576D
(58,87,109)
#2F4759
(47,71,89)
#243745
(36,55,69)
#192731
(25,39,49)
#0E171D
(14,23,29)
#000000
(0,0,0)

Tints of #7CB7E5

#7CB7E5
(124,183,229)
#87BDE7
(135,189,231)
#92C3E9
(146,195,233)
#9DC9EB
(157,201,235)
#A8CFED
(168,207,237)
#B3D5EF
(179,213,239)
#BEDBF1
(190,219,241)
#C9E1F3
(201,225,243)
#D4E7F5
(212,231,245)
#DFEDF7
(223,237,247)
#EAF3F9
(234,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB7E5 color. Also use rgb(124,183,229) instead hex code.

Text Font Color

.myTextColor { color: #7CB7E5; }

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

This text font color is #7CB7E5.


Background Color

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

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

This div background color is #7CB7E5.


Border color

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

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

This div border color is #7CB7E5.


Opacity

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

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

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

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

This text has shadow with #7CB7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB7E5 on black background.


Color preview on white background

This text has color #7CB7E5 on white background.



Black color preview on #7CB7E5 background

This text has black color on #7CB7E5 background.


White color preview on #7CB7E5 background

This text has white color on #7CB7E5 background.