COLOR #6AEBE7

HEX: #6AEBE7
RGB: (106,235,231)

Color info

#6AEBE7 contains mainly green and blue colors. Web safe color of #6AEBE7 is #66FFFF (or #6FF).

RGB color model

#6AEBE7 color RGB value is (106,235,231).

  • red value is 106;
  • green value is 235;
  • blue value is 231.
RGB:
(106,235,231)
(42%,92%,91%)

RGB channels and saturation

R 106 of 255 = 42%
G 235 of 255 = 92%
B 231 of 255 = 91%

106
235
231

R + G + B ~ 75%. #6AEBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 235 + 231 = 572 (100%)
R 106 of 572 ~ 18.53%
G 235 of 572 ~ 41.08%
B 231 of 572 ~ 40.38%

%18.53
%41.08
%40.38

CMYK color model

#6AEBE7 color CMYK value is (55,0,2,8).

  • cyan value is 54.89%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(55,0,2,8)
C55M0Y2K8 
(55%,0%,2%,8%)
(0.55/0.00/0.02/0.08)	

CMYK percentages

%54.89
%0
%1.7
%7.84

Codes

Color #6AEBE7 in popluar color models

6AEBE7
RGB106235231
HSL178°76.33%66.86%
HSB/HSV178°54.89%92.16%
CMYK54.89%0.00%1.70%
7.84%

Color #6AEBE7 in popluar number systems.

HEX6AEBE7
Decimal106235231
Binary11010101110101111100111
Octal152353347

Shades and tints

Shades of #6AEBE7

#6AEBE7
(106,235,231)
#61D6D2
(97,214,210)
#58C1BD
(88,193,189)
#4FACA8
(79,172,168)
#469793
(70,151,147)
#3D827E
(61,130,126)
#346D69
(52,109,105)
#2B5854
(43,88,84)
#22433F
(34,67,63)
#192E2A
(25,46,42)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #6AEBE7

#6AEBE7
(106,235,231)
#77ECE9
(119,236,233)
#84EDEB
(132,237,235)
#91EEED
(145,238,237)
#9EEFEF
(158,239,239)
#ABF0F1
(171,240,241)
#B8F1F3
(184,241,243)
#C5F2F5
(197,242,245)
#D2F3F7
(210,243,247)
#DFF4F9
(223,244,249)
#ECF5FB
(236,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AEBE7 color. Also use rgb(106,235,231) instead hex code.

Text Font Color

.myTextColor { color: #6AEBE7; }

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

This text font color is #6AEBE7.


Background Color

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

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

This div background color is #6AEBE7.


Border color

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

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

This div border color is #6AEBE7.


Opacity

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

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

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

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

This text has shadow with #6AEBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AEBE7 on black background.


Color preview on white background

This text has color #6AEBE7 on white background.



Black color preview on #6AEBE7 background

This text has black color on #6AEBE7 background.


White color preview on #6AEBE7 background

This text has white color on #6AEBE7 background.