COLOR #7ACDDF

HEX: #7ACDDF
RGB: (122,205,223)

Color info

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

RGB color model

#7ACDDF color RGB value is (122,205,223).

  • red value is 122;
  • green value is 205;
  • blue value is 223.
RGB:
(122,205,223)
(48%,80%,87%)

RGB channels and saturation

R 122 of 255 = 48%
G 205 of 255 = 80%
B 223 of 255 = 87%

122
205
223

R + G + B ~ 72%. #7ACDDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 205 + 223 = 550 (100%)
R 122 of 550 ~ 22.18%
G 205 of 550 ~ 37.27%
B 223 of 550 ~ 40.55%

%22.18
%37.27
%40.55

CMYK color model

#7ACDDF color CMYK value is (45,8,0,13).

  • cyan value is 45.29%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(45,8,0,13)
C45M8Y0K13 
(45%,8%,0%,13%)
(0.45/0.08/0.00/0.13)	

CMYK percentages

%45.29
%8.07
%0
%12.55

Codes

Color #7ACDDF in popluar color models

7ACDDF
RGB122205223
HSL191°61.21%67.65%
HSB/HSV191°45.29%87.45%
CMYK45.29%8.07%0.00%
12.55%

Color #7ACDDF in popluar number systems.

HEX7ACDDF
Decimal122205223
Binary11110101100110111011111
Octal172315337

Shades and tints

Shades of #7ACDDF

#7ACDDF
(122,205,223)
#6FBBCB
(111,187,203)
#64A9B7
(100,169,183)
#5997A3
(89,151,163)
#4E858F
(78,133,143)
#43737B
(67,115,123)
#386167
(56,97,103)
#2D4F53
(45,79,83)
#223D3F
(34,61,63)
#172B2B
(23,43,43)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #7ACDDF

#7ACDDF
(122,205,223)
#86D1E1
(134,209,225)
#92D5E3
(146,213,227)
#9ED9E5
(158,217,229)
#AADDE7
(170,221,231)
#B6E1E9
(182,225,233)
#C2E5EB
(194,229,235)
#CEE9ED
(206,233,237)
#DAEDEF
(218,237,239)
#E6F1F1
(230,241,241)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACDDF color. Also use rgb(122,205,223) instead hex code.

Text Font Color

.myTextColor { color: #7ACDDF; }

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

This text font color is #7ACDDF.


Background Color

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

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

This div background color is #7ACDDF.


Border color

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

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

This div border color is #7ACDDF.


Opacity

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

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

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

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

This text has shadow with #7ACDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACDDF on black background.


Color preview on white background

This text has color #7ACDDF on white background.



Black color preview on #7ACDDF background

This text has black color on #7ACDDF background.


White color preview on #7ACDDF background

This text has white color on #7ACDDF background.