COLOR #7CAFF3

HEX: #7CAFF3
RGB: (124,175,243)

Color info

#7CAFF3 contains mainly blue color. Web safe color of #7CAFF3 is #6699FF (or #69F).

RGB color model

#7CAFF3 color RGB value is (124,175,243).

  • red value is 124;
  • green value is 175;
  • blue value is 243.
RGB:
(124,175,243)
(49%,69%,95%)

RGB channels and saturation

R 124 of 255 = 49%
G 175 of 255 = 69%
B 243 of 255 = 95%

124
175
243

R + G + B ~ 71%. #7CAFF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 175 + 243 = 542 (100%)
R 124 of 542 ~ 22.88%
G 175 of 542 ~ 32.29%
B 243 of 542 ~ 44.83%

%22.88
%32.29
%44.83

CMYK color model

#7CAFF3 color CMYK value is (49,28,0,5).

  • cyan value is 48.97%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(49,28,0,5)
C49M28Y0K5 
(49%,28%,0%,5%)
(0.49/0.28/0.00/0.05)	

CMYK percentages

%48.97
%27.98
%0
%4.71

Codes

Color #7CAFF3 in popluar color models

7CAFF3
RGB124175243
HSL214°83.22%71.96%
HSB/HSV214°48.97%95.29%
CMYK48.97%27.98%0.00%
4.71%

Color #7CAFF3 in popluar number systems.

HEX7CAFF3
Decimal124175243
Binary11111001010111111110011
Octal174257363

Shades and tints

Shades of #7CAFF3

#7CAFF3
(124,175,243)
#71A0DD
(113,160,221)
#6691C7
(102,145,199)
#5B82B1
(91,130,177)
#50739B
(80,115,155)
#456485
(69,100,133)
#3A556F
(58,85,111)
#2F4659
(47,70,89)
#243743
(36,55,67)
#19282D
(25,40,45)
#0E1917
(14,25,23)
#000000
(0,0,0)

Tints of #7CAFF3

#7CAFF3
(124,175,243)
#87B6F4
(135,182,244)
#92BDF5
(146,189,245)
#9DC4F6
(157,196,246)
#A8CBF7
(168,203,247)
#B3D2F8
(179,210,248)
#BED9F9
(190,217,249)
#C9E0FA
(201,224,250)
#D4E7FB
(212,231,251)
#DFEEFC
(223,238,252)
#EAF5FD
(234,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAFF3 color. Also use rgb(124,175,243) instead hex code.

Text Font Color

.myTextColor { color: #7CAFF3; }

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

This text font color is #7CAFF3.


Background Color

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

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

This div background color is #7CAFF3.


Border color

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

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

This div border color is #7CAFF3.


Opacity

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

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

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

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

This text has shadow with #7CAFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAFF3 on black background.


Color preview on white background

This text has color #7CAFF3 on white background.



Black color preview on #7CAFF3 background

This text has black color on #7CAFF3 background.


White color preview on #7CAFF3 background

This text has white color on #7CAFF3 background.