COLOR #6ACCE0

HEX: #6ACCE0
RGB: (106,204,224)

Color info

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

RGB color model

#6ACCE0 color RGB value is (106,204,224).

  • red value is 106;
  • green value is 204;
  • blue value is 224.
RGB:
(106,204,224)
(42%,80%,88%)

RGB channels and saturation

R 106 of 255 = 42%
G 204 of 255 = 80%
B 224 of 255 = 88%

106
204
224

R + G + B ~ 70%. #6ACCE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 204 + 224 = 534 (100%)
R 106 of 534 ~ 19.85%
G 204 of 534 ~ 38.2%
B 224 of 534 ~ 41.95%

%19.85
%38.2
%41.95

CMYK color model

#6ACCE0 color CMYK value is (53,9,0,12).

  • cyan value is 52.68%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(53,9,0,12)
C53M9Y0K12 
(53%,9%,0%,12%)
(0.53/0.09/0.00/0.12)	

CMYK percentages

%52.68
%8.93
%0
%12.16

Codes

Color #6ACCE0 in popluar color models

6ACCE0
RGB106204224
HSL190°65.56%64.71%
HSB/HSV190°52.68%87.84%
CMYK52.68%8.93%0.00%
12.16%

Color #6ACCE0 in popluar number systems.

HEX6ACCE0
Decimal106204224
Binary11010101100110011100000
Octal152314340

Shades and tints

Shades of #6ACCE0

#6ACCE0
(106,204,224)
#61BACC
(97,186,204)
#58A8B8
(88,168,184)
#4F96A4
(79,150,164)
#468490
(70,132,144)
#3D727C
(61,114,124)
#346068
(52,96,104)
#2B4E54
(43,78,84)
#223C40
(34,60,64)
#192A2C
(25,42,44)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #6ACCE0

#6ACCE0
(106,204,224)
#77D0E2
(119,208,226)
#84D4E4
(132,212,228)
#91D8E6
(145,216,230)
#9EDCE8
(158,220,232)
#ABE0EA
(171,224,234)
#B8E4EC
(184,228,236)
#C5E8EE
(197,232,238)
#D2ECF0
(210,236,240)
#DFF0F2
(223,240,242)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ACCE0; }

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

This text font color is #6ACCE0.


Background Color

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

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

This div background color is #6ACCE0.


Border color

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

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

This div border color is #6ACCE0.


Opacity

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

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

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

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

This text has shadow with #6ACCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACCE0 on black background.


Color preview on white background

This text has color #6ACCE0 on white background.



Black color preview on #6ACCE0 background

This text has black color on #6ACCE0 background.


White color preview on #6ACCE0 background

This text has white color on #6ACCE0 background.