COLOR #6BADB5

HEX: #6BADB5
RGB: (107,173,181)

Color info

#6BADB5 contains mainly green and blue colors. Web safe color of #6BADB5 is #6699CC (or #69C).

RGB color model

#6BADB5 color RGB value is (107,173,181).

  • red value is 107;
  • green value is 173;
  • blue value is 181.
RGB:
(107,173,181)
(42%,68%,71%)

RGB channels and saturation

R 107 of 255 = 42%
G 173 of 255 = 68%
B 181 of 255 = 71%

107
173
181

R + G + B ~ 60%. #6BADB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 173 + 181 = 461 (100%)
R 107 of 461 ~ 23.21%
G 173 of 461 ~ 37.53%
B 181 of 461 ~ 39.26%

%23.21
%37.53
%39.26

CMYK color model

#6BADB5 color CMYK value is (41,4,0,29).

  • cyan value is 40.88%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(41,4,0,29)
C41M4Y0K29 
(41%,4%,0%,29%)
(0.41/0.04/0.00/0.29)	

CMYK percentages

%40.88
%4.42
%0
%29.02

Codes

Color #6BADB5 in popluar color models

6BADB5
RGB107173181
HSL186°33.33%56.47%
HSB/HSV186°40.88%70.98%
CMYK40.88%4.42%0.00%
29.02%

Color #6BADB5 in popluar number systems.

HEX6BADB5
Decimal107173181
Binary11010111010110110110101
Octal153255265

Shades and tints

Shades of #6BADB5

#6BADB5
(107,173,181)
#629EA5
(98,158,165)
#598F95
(89,143,149)
#508085
(80,128,133)
#477175
(71,113,117)
#3E6265
(62,98,101)
#355355
(53,83,85)
#2C4445
(44,68,69)
#233535
(35,53,53)
#1A2625
(26,38,37)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #6BADB5

#6BADB5
(107,173,181)
#78B4BB
(120,180,187)
#85BBC1
(133,187,193)
#92C2C7
(146,194,199)
#9FC9CD
(159,201,205)
#ACD0D3
(172,208,211)
#B9D7D9
(185,215,217)
#C6DEDF
(198,222,223)
#D3E5E5
(211,229,229)
#E0ECEB
(224,236,235)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BADB5 color. Also use rgb(107,173,181) instead hex code.

Text Font Color

.myTextColor { color: #6BADB5; }

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

This text font color is #6BADB5.


Background Color

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

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

This div background color is #6BADB5.


Border color

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

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

This div border color is #6BADB5.


Opacity

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

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

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

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

This text has shadow with #6BADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BADB5 on black background.


Color preview on white background

This text has color #6BADB5 on white background.



Black color preview on #6BADB5 background

This text has black color on #6BADB5 background.


White color preview on #6BADB5 background

This text has white color on #6BADB5 background.