COLOR #7ACDC7

HEX: #7ACDC7
RGB: (122,205,199)

Color info

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

RGB color model

#7ACDC7 color RGB value is (122,205,199).

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

RGB channels and saturation

R 122 of 255 = 48%
G 205 of 255 = 80%
B 199 of 255 = 78%

122
205
199

R + G + B ~ 69%. #7ACDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 205 + 199 = 526 (100%)
R 122 of 526 ~ 23.19%
G 205 of 526 ~ 38.97%
B 199 of 526 ~ 37.83%

%23.19
%38.97
%37.83

CMYK color model

#7ACDC7 color CMYK value is (40,0,3,20).

  • cyan value is 40.49%
  • magenta value is 0.00%
  • yellow value is 2.93%
  • key color value is 19.61%
CMYK:
(40,0,3,20)
C40M0Y3K20 
(40%,0%,3%,20%)
(0.40/0.00/0.03/0.20)	

CMYK percentages

%40.49
%0
%2.93
%19.61

Codes

Color #7ACDC7 in popluar color models

7ACDC7
RGB122205199
HSL176°45.36%64.12%
HSB/HSV176°40.49%80.39%
CMYK40.49%0.00%2.93%
19.61%

Color #7ACDC7 in popluar number systems.

HEX7ACDC7
Decimal122205199
Binary11110101100110111000111
Octal172315307

Shades and tints

Shades of #7ACDC7

#7ACDC7
(122,205,199)
#6FBBB5
(111,187,181)
#64A9A3
(100,169,163)
#599791
(89,151,145)
#4E857F
(78,133,127)
#43736D
(67,115,109)
#38615B
(56,97,91)
#2D4F49
(45,79,73)
#223D37
(34,61,55)
#172B25
(23,43,37)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #7ACDC7

#7ACDC7
(122,205,199)
#86D1CC
(134,209,204)
#92D5D1
(146,213,209)
#9ED9D6
(158,217,214)
#AADDDB
(170,221,219)
#B6E1E0
(182,225,224)
#C2E5E5
(194,229,229)
#CEE9EA
(206,233,234)
#DAEDEF
(218,237,239)
#E6F1F4
(230,241,244)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ACDC7; }

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

This text font color is #7ACDC7.


Background Color

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

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

This div background color is #7ACDC7.


Border color

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

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

This div border color is #7ACDC7.


Opacity

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

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

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

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

This text has shadow with #7ACDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACDC7 on black background.


Color preview on white background

This text has color #7ACDC7 on white background.



Black color preview on #7ACDC7 background

This text has black color on #7ACDC7 background.


White color preview on #7ACDC7 background

This text has white color on #7ACDC7 background.