COLOR #7CCFFA

HEX: #7CCFFA
RGB: (124,207,250)

Color info

#7CCFFA contains mainly green and blue colors. Web safe color of #7CCFFA is #66CCFF (or #6CF).

RGB color model

#7CCFFA color RGB value is (124,207,250).

  • red value is 124;
  • green value is 207;
  • blue value is 250.
RGB:
(124,207,250)
(49%,81%,98%)

RGB channels and saturation

R 124 of 255 = 49%
G 207 of 255 = 81%
B 250 of 255 = 98%

124
207
250

R + G + B ~ 76%. #7CCFFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 207 + 250 = 581 (100%)
R 124 of 581 ~ 21.34%
G 207 of 581 ~ 35.63%
B 250 of 581 ~ 43.03%

%21.34
%35.63
%43.03

CMYK color model

#7CCFFA color CMYK value is (50,17,0,2).

  • cyan value is 50.40%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(50,17,0,2)
C50M17Y0K2 
(50%,17%,0%,2%)
(0.50/0.17/0.00/0.02)	

CMYK percentages

%50.4
%17.2
%0
%1.96

Codes

Color #7CCFFA in popluar color models

7CCFFA
RGB124207250
HSL200°92.65%73.33%
HSB/HSV200°50.40%98.04%
CMYK50.40%17.20%0.00%
1.96%

Color #7CCFFA in popluar number systems.

HEX7CCFFA
Decimal124207250
Binary11111001100111111111010
Octal174317372

Shades and tints

Shades of #7CCFFA

#7CCFFA
(124,207,250)
#71BDE4
(113,189,228)
#66ABCE
(102,171,206)
#5B99B8
(91,153,184)
#5087A2
(80,135,162)
#45758C
(69,117,140)
#3A6376
(58,99,118)
#2F5160
(47,81,96)
#243F4A
(36,63,74)
#192D34
(25,45,52)
#0E1B1E
(14,27,30)
#000000
(0,0,0)

Tints of #7CCFFA

#7CCFFA
(124,207,250)
#87D3FA
(135,211,250)
#92D7FA
(146,215,250)
#9DDBFA
(157,219,250)
#A8DFFA
(168,223,250)
#B3E3FA
(179,227,250)
#BEE7FA
(190,231,250)
#C9EBFA
(201,235,250)
#D4EFFA
(212,239,250)
#DFF3FA
(223,243,250)
#EAF7FA
(234,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CCFFA color. Also use rgb(124,207,250) instead hex code.

Text Font Color

.myTextColor { color: #7CCFFA; }

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

This text font color is #7CCFFA.


Background Color

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

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

This div background color is #7CCFFA.


Border color

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

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

This div border color is #7CCFFA.


Opacity

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

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

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

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

This text has shadow with #7CCFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CCFFA on black background.


Color preview on white background

This text has color #7CCFFA on white background.



Black color preview on #7CCFFA background

This text has black color on #7CCFFA background.


White color preview on #7CCFFA background

This text has white color on #7CCFFA background.