COLOR #6ACEB7

HEX: #6ACEB7 RGB: (106,206,183)

Color info

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

RGB color model

#6ACEB7 color RGB value is (106,206,183).

RGB: (106,206,183) (42%, 81%, 72%)

RGB channels and saturation

R 106 of 255 = 42%
G 206 of 255 = 81%
B 183 of 255 = 72%

106
206
183

R + G + B ~ 65%. #6ACEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 206 + 183 = 495 (100%)
R 106 of 495 ~ 21.41%
G 206 of 495 ~ 41.62%
B 183 of 495 ~ 36.97'%

%21.41
%41.62
%36.97

CMYK color model

#6ACEB7 color CMYK value is (49,0,11,19).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 19.22%

CMYK: (49,0,11,19)
C49M0Y11K19 (49%, 0%, 11%, 19%)
(0.49 / 0.00 / 0.11 / 0.19)

CMYK percentages

%48.54
%0
%11.17
%19.22

Codes

Color #6ACEB7 in popluar color models

6A CE B7
RGB 106 206 183
HSL 166° 50.51% 61.18%
HSB/HSV 166° 48.54% 80.78%
CMYK 48.54% 0.00% 11.17%
19.22%

Color #6ACEB7 in popluar number systems.

HEX 6A CE B7
Decimal 106 206 183
Binary 1101010 11001110 10110111
Octal 152 316 267

Shades and tints

Shades of #6ACEB7

#6ACEB7
(106,206,183)
#61BCA7
(97,188,167)
#58AA97
(88,170,151)
#4F9887
(79,152,135)
#468677
(70,134,119)
#3D7467
(61,116,103)
#346257
(52,98,87)
#2B5047
(43,80,71)
#223E37
(34,62,55)
#192C27
(25,44,39)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #6ACEB7

#6ACEB7
(106,206,183)
#77D2BD
(119,210,189)
#84D6C3
(132,214,195)
#91DAC9
(145,218,201)
#9EDECF
(158,222,207)
#ABE2D5
(171,226,213)
#B8E6DB
(184,230,219)
#C5EAE1
(197,234,225)
#D2EEE7
(210,238,231)
#DFF2ED
(223,242,237)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACEB7 color. Also use rgb(106,206,183) instead hex code.

Text Font Color

.myTextColor { color: #6ACEB7; }

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

This text font color is #6ACEB7.

Background Color

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

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

This div background color is #6ACEB7.

Border color

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

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

This div border color is #6ACEB7.

Opacity

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

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

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

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

This text has shadow with #6ACEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ACEB7.

Preview

Color preview on black background

This text has color #6ACEB7 on black background.


Color preview on white background

This text has color #6ACEB7 on white background.


Black color preview on #6ACEB7 background

This text has black color on #6ACEB7 background.


White color preview on #6ACEB7 background

This text has white color on #6ACEB7 background.


Related colors

Complementary color

Complementary color for #hex is #953148.


I love getcolorcode.com

Triadic colors

1 #B76ACE and #CEB76A with #6ACEB7 are triadic colors.

2 #B7CE6A and #CE6AB7 with #6ACEB7 are triadic colors.