COLOR #6DFBEB

HEX: #6DFBEB
RGB: (109,251,235)

Color info

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

RGB color model

#6DFBEB color RGB value is (109,251,235).

  • red value is 109;
  • green value is 251;
  • blue value is 235.
RGB:
(109,251,235)
(43%,98%,92%)

RGB channels and saturation

R 109 of 255 = 43%
G 251 of 255 = 98%
B 235 of 255 = 92%

109
251
235

R + G + B ~ 78%. #6DFBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 251 + 235 = 595 (100%)
R 109 of 595 ~ 18.32%
G 251 of 595 ~ 42.18%
B 235 of 595 ~ 39.5%

%18.32
%42.18
%39.5

CMYK color model

#6DFBEB color CMYK value is (57,0,6,2).

  • cyan value is 56.57%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK:
(57,0,6,2)
C57M0Y6K2 
(57%,0%,6%,2%)
(0.57/0.00/0.06/0.02)	

CMYK percentages

%56.57
%0
%6.37
%1.57

Codes

Color #6DFBEB in popluar color models

6DFBEB
RGB109251235
HSL173°94.67%70.59%
HSB/HSV173°56.57%98.43%
CMYK56.57%0.00%6.37%
1.57%

Color #6DFBEB in popluar number systems.

HEX6DFBEB
Decimal109251235
Binary11011011111101111101011
Octal155373353

Shades and tints

Shades of #6DFBEB

#6DFBEB
(109,251,235)
#64E5D6
(100,229,214)
#5BCFC1
(91,207,193)
#52B9AC
(82,185,172)
#49A397
(73,163,151)
#408D82
(64,141,130)
#37776D
(55,119,109)
#2E6158
(46,97,88)
#254B43
(37,75,67)
#1C352E
(28,53,46)
#131F19
(19,31,25)
#000000
(0,0,0)

Tints of #6DFBEB

#6DFBEB
(109,251,235)
#7AFBEC
(122,251,236)
#87FBED
(135,251,237)
#94FBEE
(148,251,238)
#A1FBEF
(161,251,239)
#AEFBF0
(174,251,240)
#BBFBF1
(187,251,241)
#C8FBF2
(200,251,242)
#D5FBF3
(213,251,243)
#E2FBF4
(226,251,244)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DFBEB color. Also use rgb(109,251,235) instead hex code.

Text Font Color

.myTextColor { color: #6DFBEB; }

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

This text font color is #6DFBEB.


Background Color

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

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

This div background color is #6DFBEB.


Border color

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

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

This div border color is #6DFBEB.


Opacity

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

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

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

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

This text has shadow with #6DFBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DFBEB on black background.


Color preview on white background

This text has color #6DFBEB on white background.



Black color preview on #6DFBEB background

This text has black color on #6DFBEB background.


White color preview on #6DFBEB background

This text has white color on #6DFBEB background.