COLOR #7FADC3

HEX: #7FADC3 RGB: (127,173,195)

Color info

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

RGB color model

#7FADC3 color RGB value is (127,173,195).

RGB: (127,173,195) (50%, 68%, 76%)

RGB channels and saturation

R 127 of 255 = 50%
G 173 of 255 = 68%
B 195 of 255 = 76%

127
173
195

R + G + B ~ 65%. #7FADC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 173 + 195 = 495 (100%)
R 127 of 495 ~ 25.66%
G 173 of 495 ~ 34.95%
B 195 of 495 ~ 39.39'%

%25.66
%34.95
%39.39

CMYK color model

#7FADC3 color CMYK value is (35,11,0,24).

  • cyan value is 34.87%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (35,11,0,24)
C35M11Y0K24 (35%, 11%, 0%, 24%)
(0.35 / 0.11 / 0.00 / 0.24)

CMYK percentages

%34.87
%11.28
%0
%23.53

Codes

Color #7FADC3 in popluar color models

7F AD C3
RGB 127 173 195
HSL 199° 36.17% 63.14%
HSB/HSV 199° 34.87% 76.47%
CMYK 34.87% 11.28% 0.00%
23.53%

Color #7FADC3 in popluar number systems.

HEX 7F AD C3
Decimal 127 173 195
Binary 1111111 10101101 11000011
Octal 177 255 303

Shades and tints

Shades of #7FADC3

#7FADC3
(127,173,195)
#749EB2
(116,158,178)
#698FA1
(105,143,161)
#5E8090
(94,128,144)
#53717F
(83,113,127)
#48626E
(72,98,110)
#3D535D
(61,83,93)
#32444C
(50,68,76)
#27353B
(39,53,59)
#1C262A
(28,38,42)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #7FADC3

#7FADC3
(127,173,195)
#8AB4C8
(138,180,200)
#95BBCD
(149,187,205)
#A0C2D2
(160,194,210)
#ABC9D7
(171,201,215)
#B6D0DC
(182,208,220)
#C1D7E1
(193,215,225)
#CCDEE6
(204,222,230)
#D7E5EB
(215,229,235)
#E2ECF0
(226,236,240)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FADC3 color. Also use rgb(127,173,195) instead hex code.

Text Font Color

.myTextColor { color: #7FADC3; }

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

This text font color is #7FADC3.

Background Color

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

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

This div background color is #7FADC3.

Border color

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

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

This div border color is #7FADC3.

Opacity

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

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

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

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

This text has shadow with #7FADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FADC3.

Preview

Color preview on black background

This text has color #7FADC3 on black background.


Color preview on white background

This text has color #7FADC3 on white background.


Black color preview on #7FADC3 background

This text has black color on #7FADC3 background.


White color preview on #7FADC3 background

This text has white color on #7FADC3 background.


Related colors

Complementary color

Complementary color for #hex is #80523C.


I love getcolorcode.com

Triadic colors

1 #C37FAD and #ADC37F with #7FADC3 are triadic colors.

2 #C3AD7F and #AD7FC3 with #7FADC3 are triadic colors.