COLOR #6BDED8

HEX: #6BDED8
RGB: (107,222,216)

Color info

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

RGB color model

#6BDED8 color RGB value is (107,222,216).

  • red value is 107;
  • green value is 222;
  • blue value is 216.
RGB:
(107,222,216)
(42%,87%,85%)

RGB channels and saturation

R 107 of 255 = 42%
G 222 of 255 = 87%
B 216 of 255 = 85%

107
222
216

R + G + B ~ 71%. #6BDED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 222 + 216 = 545 (100%)
R 107 of 545 ~ 19.63%
G 222 of 545 ~ 40.73%
B 216 of 545 ~ 39.63%

%19.63
%40.73
%39.63

CMYK color model

#6BDED8 color CMYK value is (52,0,3,13).

  • cyan value is 51.80%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 12.94%
CMYK:
(52,0,3,13)
C52M0Y3K13 
(52%,0%,3%,13%)
(0.52/0.00/0.03/0.13)	

CMYK percentages

%51.8
%0
%2.7
%12.94

Codes

Color #6BDED8 in popluar color models

6BDED8
RGB107222216
HSL177°63.54%64.51%
HSB/HSV177°51.80%87.06%
CMYK51.80%0.00%2.70%
12.94%

Color #6BDED8 in popluar number systems.

HEX6BDED8
Decimal107222216
Binary11010111101111011011000
Octal153336330

Shades and tints

Shades of #6BDED8

#6BDED8
(107,222,216)
#62CAC5
(98,202,197)
#59B6B2
(89,182,178)
#50A29F
(80,162,159)
#478E8C
(71,142,140)
#3E7A79
(62,122,121)
#356666
(53,102,102)
#2C5253
(44,82,83)
#233E40
(35,62,64)
#1A2A2D
(26,42,45)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #6BDED8

#6BDED8
(107,222,216)
#78E1DB
(120,225,219)
#85E4DE
(133,228,222)
#92E7E1
(146,231,225)
#9FEAE4
(159,234,228)
#ACEDE7
(172,237,231)
#B9F0EA
(185,240,234)
#C6F3ED
(198,243,237)
#D3F6F0
(211,246,240)
#E0F9F3
(224,249,243)
#EDFCF6
(237,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BDED8 color. Also use rgb(107,222,216) instead hex code.

Text Font Color

.myTextColor { color: #6BDED8; }

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

This text font color is #6BDED8.


Background Color

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

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

This div background color is #6BDED8.


Border color

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

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

This div border color is #6BDED8.


Opacity

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

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

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

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

This text has shadow with #6BDED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BDED8 on black background.


Color preview on white background

This text has color #6BDED8 on white background.



Black color preview on #6BDED8 background

This text has black color on #6BDED8 background.


White color preview on #6BDED8 background

This text has white color on #6BDED8 background.