COLOR #7CADBE

HEX: #7CADBE
RGB: (124,173,190)

Color info

#7CADBE contains mainly green and blue colors. Web safe color of #7CADBE is #6699CC (or #69C).

RGB color model

#7CADBE color RGB value is (124,173,190).

  • red value is 124;
  • green value is 173;
  • blue value is 190.
RGB:
(124,173,190)
(49%,68%,75%)

RGB channels and saturation

R 124 of 255 = 49%
G 173 of 255 = 68%
B 190 of 255 = 75%

124
173
190

R + G + B ~ 64%. #7CADBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 173 + 190 = 487 (100%)
R 124 of 487 ~ 25.46%
G 173 of 487 ~ 35.52%
B 190 of 487 ~ 39.01%

%25.46
%35.52
%39.01

CMYK color model

#7CADBE color CMYK value is (35,9,0,25).

  • cyan value is 34.74%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,9,0,25)
C35M9Y0K25 
(35%,9%,0%,25%)
(0.35/0.09/0.00/0.25)	

CMYK percentages

%34.74
%8.95
%0
%25.49

Codes

Color #7CADBE in popluar color models

7CADBE
RGB124173190
HSL195°33.67%61.57%
HSB/HSV195°34.74%74.51%
CMYK34.74%8.95%0.00%
25.49%

Color #7CADBE in popluar number systems.

HEX7CADBE
Decimal124173190
Binary11111001010110110111110
Octal174255276

Shades and tints

Shades of #7CADBE

#7CADBE
(124,173,190)
#719EAD
(113,158,173)
#668F9C
(102,143,156)
#5B808B
(91,128,139)
#50717A
(80,113,122)
#456269
(69,98,105)
#3A5358
(58,83,88)
#2F4447
(47,68,71)
#243536
(36,53,54)
#192625
(25,38,37)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #7CADBE

#7CADBE
(124,173,190)
#87B4C3
(135,180,195)
#92BBC8
(146,187,200)
#9DC2CD
(157,194,205)
#A8C9D2
(168,201,210)
#B3D0D7
(179,208,215)
#BED7DC
(190,215,220)
#C9DEE1
(201,222,225)
#D4E5E6
(212,229,230)
#DFECEB
(223,236,235)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CADBE color. Also use rgb(124,173,190) instead hex code.

Text Font Color

.myTextColor { color: #7CADBE; }

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

This text font color is #7CADBE.


Background Color

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

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

This div background color is #7CADBE.


Border color

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

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

This div border color is #7CADBE.


Opacity

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

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

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

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

This text has shadow with #7CADBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CADBE on black background.


Color preview on white background

This text has color #7CADBE on white background.



Black color preview on #7CADBE background

This text has black color on #7CADBE background.


White color preview on #7CADBE background

This text has white color on #7CADBE background.