COLOR #7ACCCE

HEX: #7ACCCE RGB: (122,204,206)

Color info

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

RGB color model

#7ACCCE color RGB value is (122,204,206).

RGB: (122,204,206) (48%, 80%, 81%)

RGB channels and saturation

R 122 of 255 = 48%
G 204 of 255 = 80%
B 206 of 255 = 81%

122
204
206

R + G + B ~ 70%. #7ACCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 204 + 206 = 532 (100%)
R 122 of 532 ~ 22.93%
G 204 of 532 ~ 38.35%
B 206 of 532 ~ 38.72'%

%22.93
%38.35
%38.72

CMYK color model

#7ACCCE color CMYK value is (41,1,0,19).

  • cyan value is 40.78%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (41,1,0,19)
C41M1Y0K19 (41%, 1%, 0%, 19%)
(0.41 / 0.01 / 0.00 / 0.19)

CMYK percentages

%40.78
%0.97
%0
%19.22

Codes

Color #7ACCCE in popluar color models

7A CC CE
RGB 122 204 206
HSL 181° 46.15% 64.31%
HSB/HSV 181° 40.78% 80.78%
CMYK 40.78% 0.97% 0.00%
19.22%

Color #7ACCCE in popluar number systems.

HEX 7A CC CE
Decimal 122 204 206
Binary 1111010 11001100 11001110
Octal 172 314 316

Shades and tints

Shades of #7ACCCE

#7ACCCE
(122,204,206)
#6FBABC
(111,186,188)
#64A8AA
(100,168,170)
#599698
(89,150,152)
#4E8486
(78,132,134)
#437274
(67,114,116)
#386062
(56,96,98)
#2D4E50
(45,78,80)
#223C3E
(34,60,62)
#172A2C
(23,42,44)
#0C181A
(12,24,26)
#000000
(0,0,0)

Tints of #7ACCCE

#7ACCCE
(122,204,206)
#86D0D2
(134,208,210)
#92D4D6
(146,212,214)
#9ED8DA
(158,216,218)
#AADCDE
(170,220,222)
#B6E0E2
(182,224,226)
#C2E4E6
(194,228,230)
#CEE8EA
(206,232,234)
#DAECEE
(218,236,238)
#E6F0F2
(230,240,242)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACCCE color. Also use rgb(122,204,206) instead hex code.

Text Font Color

.myTextColor { color: #7ACCCE; }

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

This text font color is #7ACCCE.

Background Color

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

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

This div background color is #7ACCCE.

Border color

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

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

This div border color is #7ACCCE.

Opacity

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

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

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

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

This text has shadow with #7ACCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACCCE.

Preview

Color preview on black background

This text has color #7ACCCE on black background.


Color preview on white background

This text has color #7ACCCE on white background.


Black color preview on #7ACCCE background

This text has black color on #7ACCCE background.


White color preview on #7ACCCE background

This text has white color on #7ACCCE background.


Related colors

Complementary color

Complementary color for #hex is #853331.


I love getcolorcode.com

Triadic colors

1 #CE7ACC and #CCCE7A with #7ACCCE are triadic colors.

2 #CECC7A and #CC7ACE with #7ACCCE are triadic colors.