COLOR #7CDBF3

HEX: #7CDBF3
RGB: (124,219,243)

Color info

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

RGB color model

#7CDBF3 color RGB value is (124,219,243).

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

RGB channels and saturation

R 124 of 255 = 49%
G 219 of 255 = 86%
B 243 of 255 = 95%

124
219
243

R + G + B ~ 77%. #7CDBF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 219 + 243 = 586 (100%)
R 124 of 586 ~ 21.16%
G 219 of 586 ~ 37.37%
B 243 of 586 ~ 41.47%

%21.16
%37.37
%41.47

CMYK color model

#7CDBF3 color CMYK value is (49,10,0,5).

  • cyan value is 48.97%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(49,10,0,5)
C49M10Y0K5 
(49%,10%,0%,5%)
(0.49/0.10/0.00/0.05)	

CMYK percentages

%48.97
%9.88
%0
%4.71

Codes

Color #7CDBF3 in popluar color models

7CDBF3
RGB124219243
HSL192°83.22%71.96%
HSB/HSV192°48.97%95.29%
CMYK48.97%9.88%0.00%
4.71%

Color #7CDBF3 in popluar number systems.

HEX7CDBF3
Decimal124219243
Binary11111001101101111110011
Octal174333363

Shades and tints

Shades of #7CDBF3

#7CDBF3
(124,219,243)
#71C8DD
(113,200,221)
#66B5C7
(102,181,199)
#5BA2B1
(91,162,177)
#508F9B
(80,143,155)
#457C85
(69,124,133)
#3A696F
(58,105,111)
#2F5659
(47,86,89)
#244343
(36,67,67)
#19302D
(25,48,45)
#0E1D17
(14,29,23)
#000000
(0,0,0)

Tints of #7CDBF3

#7CDBF3
(124,219,243)
#87DEF4
(135,222,244)
#92E1F5
(146,225,245)
#9DE4F6
(157,228,246)
#A8E7F7
(168,231,247)
#B3EAF8
(179,234,248)
#BEEDF9
(190,237,249)
#C9F0FA
(201,240,250)
#D4F3FB
(212,243,251)
#DFF6FC
(223,246,252)
#EAF9FD
(234,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CDBF3; }

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

This text font color is #7CDBF3.


Background Color

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

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

This div background color is #7CDBF3.


Border color

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

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

This div border color is #7CDBF3.


Opacity

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

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

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

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

This text has shadow with #7CDBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDBF3 on black background.


Color preview on white background

This text has color #7CDBF3 on white background.



Black color preview on #7CDBF3 background

This text has black color on #7CDBF3 background.


White color preview on #7CDBF3 background

This text has white color on #7CDBF3 background.