COLOR #6ACCB6

HEX: #6ACCB6 RGB: (106,204,182)

Color info

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

RGB color model

#6ACCB6 color RGB value is (106,204,182).

RGB: (106,204,182) (42%, 80%, 71%)

RGB channels and saturation

R 106 of 255 = 42%
G 204 of 255 = 80%
B 182 of 255 = 71%

106
204
182

R + G + B ~ 64%. #6ACCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 204 + 182 = 492 (100%)
R 106 of 492 ~ 21.54%
G 204 of 492 ~ 41.46%
B 182 of 492 ~ 36.99'%

%21.54
%41.46
%36.99

CMYK color model

#6ACCB6 color CMYK value is (48,0,11,20).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 20.00%

CMYK: (48,0,11,20)
C48M0Y11K20 (48%, 0%, 11%, 20%)
(0.48 / 0.00 / 0.11 / 0.20)

CMYK percentages

%48.04
%0
%10.78
%20

Codes

Color #6ACCB6 in popluar color models

6A CC B6
RGB 106 204 182
HSL 167° 49.00% 60.78%
HSB/HSV 167° 48.04% 80.00%
CMYK 48.04% 0.00% 10.78%
20.00%

Color #6ACCB6 in popluar number systems.

HEX 6A CC B6
Decimal 106 204 182
Binary 1101010 11001100 10110110
Octal 152 314 266

Shades and tints

Shades of #6ACCB6

#6ACCB6
(106,204,182)
#61BAA6
(97,186,166)
#58A896
(88,168,150)
#4F9686
(79,150,134)
#468476
(70,132,118)
#3D7266
(61,114,102)
#346056
(52,96,86)
#2B4E46
(43,78,70)
#223C36
(34,60,54)
#192A26
(25,42,38)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #6ACCB6

#6ACCB6
(106,204,182)
#77D0BC
(119,208,188)
#84D4C2
(132,212,194)
#91D8C8
(145,216,200)
#9EDCCE
(158,220,206)
#ABE0D4
(171,224,212)
#B8E4DA
(184,228,218)
#C5E8E0
(197,232,224)
#D2ECE6
(210,236,230)
#DFF0EC
(223,240,236)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACCB6 color. Also use rgb(106,204,182) instead hex code.

Text Font Color

.myTextColor { color: #6ACCB6; }

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

This text font color is #6ACCB6.

Background Color

.myBgColor { background-color: #6ACCB6; }

<div style="background-color:#6ACCB6">Inner text</div>

This div background color is #6ACCB6.

Border color

.myBorderColor { border: 1px solid #6ACCB6; }

<div style="border:3px solid #6ACCB6">Div</div>

This div border color is #6ACCB6.

Opacity

.myOpacity80 { color: #6ACCB6; opacity: 0.8; }

<p style="color:#6ACCB6;opacity:0.8;">80%</p>

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

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

This text has shadow with #6ACCB6 color.


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

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

This text has shadow with #6ACCB6 primary color and red secondary color.


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

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

This text has shadow with #6ACCB6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6ACCB6.

Preview

Color preview on black background

This text has color #6ACCB6 on black background.


Color preview on white background

This text has color #6ACCB6 on white background.


Black color preview on #6ACCB6 background

This text has black color on #6ACCB6 background.


White color preview on #6ACCB6 background

This text has white color on #6ACCB6 background.


Related colors

Complementary color

Complementary color for #hex is #953349.


I love getcolorcode.com

Triadic colors

1 #B66ACC and #CCB66A with #6ACCB6 are triadic colors.

2 #B6CC6A and #CC6AB6 with #6ACCB6 are triadic colors.