COLOR #7CADB7

HEX: #7CADB7
RGB: (124,173,183)

Color info

#7CADB7 contains red, green and blue colors in about the same proportion. Web safe color of #7CADB7 is #6699CC (or #69C).

RGB color model

#7CADB7 color RGB value is (124,173,183).

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

RGB channels and saturation

R 124 of 255 = 49%
G 173 of 255 = 68%
B 183 of 255 = 72%

124
173
183

R + G + B ~ 63%. #7CADB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 173 + 183 = 480 (100%)
R 124 of 480 ~ 25.83%
G 173 of 480 ~ 36.04%
B 183 of 480 ~ 38.13%

%25.83
%36.04
%38.13

CMYK color model

#7CADB7 color CMYK value is (32,5,0,28).

  • cyan value is 32.24%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(32,5,0,28)
C32M5Y0K28 
(32%,5%,0%,28%)
(0.32/0.05/0.00/0.28)	

CMYK percentages

%32.24
%5.46
%0
%28.24

Codes

Color #7CADB7 in popluar color models

7CADB7
RGB124173183
HSL190°29.06%60.20%
HSB/HSV190°32.24%71.76%
CMYK32.24%5.46%0.00%
28.24%

Color #7CADB7 in popluar number systems.

HEX7CADB7
Decimal124173183
Binary11111001010110110110111
Octal174255267

Shades and tints

Shades of #7CADB7

#7CADB7
(124,173,183)
#719EA7
(113,158,167)
#668F97
(102,143,151)
#5B8087
(91,128,135)
#507177
(80,113,119)
#456267
(69,98,103)
#3A5357
(58,83,87)
#2F4447
(47,68,71)
#243537
(36,53,55)
#192627
(25,38,39)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #7CADB7

#7CADB7
(124,173,183)
#87B4BD
(135,180,189)
#92BBC3
(146,187,195)
#9DC2C9
(157,194,201)
#A8C9CF
(168,201,207)
#B3D0D5
(179,208,213)
#BED7DB
(190,215,219)
#C9DEE1
(201,222,225)
#D4E5E7
(212,229,231)
#DFECED
(223,236,237)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CADB7; }

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

This text font color is #7CADB7.


Background Color

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

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

This div background color is #7CADB7.


Border color

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

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

This div border color is #7CADB7.


Opacity

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

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

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

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

This text has shadow with #7CADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CADB7 on black background.


Color preview on white background

This text has color #7CADB7 on white background.



Black color preview on #7CADB7 background

This text has black color on #7CADB7 background.


White color preview on #7CADB7 background

This text has white color on #7CADB7 background.