COLOR #7ADCE3

HEX: #7ADCE3
RGB: (122,220,227)

Color info

#7ADCE3 contains mainly green and blue colors. Web safe color of #7ADCE3 is #66CCCC (or #6CC).

RGB color model

#7ADCE3 color RGB value is (122,220,227).

  • red value is 122;
  • green value is 220;
  • blue value is 227.
RGB:
(122,220,227)
(48%,86%,89%)

RGB channels and saturation

R 122 of 255 = 48%
G 220 of 255 = 86%
B 227 of 255 = 89%

122
220
227

R + G + B ~ 74%. #7ADCE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 220 + 227 = 569 (100%)
R 122 of 569 ~ 21.44%
G 220 of 569 ~ 38.66%
B 227 of 569 ~ 39.89%

%21.44
%38.66
%39.89

CMYK color model

#7ADCE3 color CMYK value is (46,3,0,11).

  • cyan value is 46.26%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(46,3,0,11)
C46M3Y0K11 
(46%,3%,0%,11%)
(0.46/0.03/0.00/0.11)	

CMYK percentages

%46.26
%3.08
%0
%10.98

Codes

Color #7ADCE3 in popluar color models

7ADCE3
RGB122220227
HSL184°65.22%68.43%
HSB/HSV184°46.26%89.02%
CMYK46.26%3.08%0.00%
10.98%

Color #7ADCE3 in popluar number systems.

HEX7ADCE3
Decimal122220227
Binary11110101101110011100011
Octal172334343

Shades and tints

Shades of #7ADCE3

#7ADCE3
(122,220,227)
#6FC8CF
(111,200,207)
#64B4BB
(100,180,187)
#59A0A7
(89,160,167)
#4E8C93
(78,140,147)
#43787F
(67,120,127)
#38646B
(56,100,107)
#2D5057
(45,80,87)
#223C43
(34,60,67)
#17282F
(23,40,47)
#0C141B
(12,20,27)
#000000
(0,0,0)

Tints of #7ADCE3

#7ADCE3
(122,220,227)
#86DFE5
(134,223,229)
#92E2E7
(146,226,231)
#9EE5E9
(158,229,233)
#AAE8EB
(170,232,235)
#B6EBED
(182,235,237)
#C2EEEF
(194,238,239)
#CEF1F1
(206,241,241)
#DAF4F3
(218,244,243)
#E6F7F5
(230,247,245)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ADCE3 color. Also use rgb(122,220,227) instead hex code.

Text Font Color

.myTextColor { color: #7ADCE3; }

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

This text font color is #7ADCE3.


Background Color

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

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

This div background color is #7ADCE3.


Border color

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

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

This div border color is #7ADCE3.


Opacity

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

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

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

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

This text has shadow with #7ADCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ADCE3 on black background.


Color preview on white background

This text has color #7ADCE3 on white background.



Black color preview on #7ADCE3 background

This text has black color on #7ADCE3 background.


White color preview on #7ADCE3 background

This text has white color on #7ADCE3 background.