COLOR #6EBBB7

HEX: #6EBBB7 RGB: (110,187,183)

Color info

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

RGB color model

#6EBBB7 color RGB value is (110,187,183).

RGB: (110,187,183) (43%, 73%, 72%)

RGB channels and saturation

R 110 of 255 = 43%
G 187 of 255 = 73%
B 183 of 255 = 72%

110
187
183

R + G + B ~ 63%. #6EBBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 187 + 183 = 480 (100%)
R 110 of 480 ~ 22.92%
G 187 of 480 ~ 38.96%
B 183 of 480 ~ 38.13'%

%22.92
%38.96
%38.13

CMYK color model

#6EBBB7 color CMYK value is (41,0,2,27).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (41,0,2,27)
C41M0Y2K27 (41%, 0%, 2%, 27%)
(0.41 / 0.00 / 0.02 / 0.27)

CMYK percentages

%41.18
%0
%2.14
%26.67

Codes

Color #6EBBB7 in popluar color models

6E BB B7
RGB 110 187 183
HSL 177° 36.15% 58.24%
HSB/HSV 177° 41.18% 73.33%
CMYK 41.18% 0.00% 2.14%
26.67%

Color #6EBBB7 in popluar number systems.

HEX 6E BB B7
Decimal 110 187 183
Binary 1101110 10111011 10110111
Octal 156 273 267

Shades and tints

Shades of #6EBBB7

#6EBBB7
(110,187,183)
#64AAA7
(100,170,167)
#5A9997
(90,153,151)
#508887
(80,136,135)
#467777
(70,119,119)
#3C6667
(60,102,103)
#325557
(50,85,87)
#284447
(40,68,71)
#1E3337
(30,51,55)
#142227
(20,34,39)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #6EBBB7

#6EBBB7
(110,187,183)
#7BC1BD
(123,193,189)
#88C7C3
(136,199,195)
#95CDC9
(149,205,201)
#A2D3CF
(162,211,207)
#AFD9D5
(175,217,213)
#BCDFDB
(188,223,219)
#C9E5E1
(201,229,225)
#D6EBE7
(214,235,231)
#E3F1ED
(227,241,237)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBBB7 color. Also use rgb(110,187,183) instead hex code.

Text Font Color

.myTextColor { color: #6EBBB7; }

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

This text font color is #6EBBB7.

Background Color

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

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

This div background color is #6EBBB7.

Border color

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

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

This div border color is #6EBBB7.

Opacity

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

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

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

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

This text has shadow with #6EBBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBBB7.

Preview

Color preview on black background

This text has color #6EBBB7 on black background.


Color preview on white background

This text has color #6EBBB7 on white background.


Black color preview on #6EBBB7 background

This text has black color on #6EBBB7 background.


White color preview on #6EBBB7 background

This text has white color on #6EBBB7 background.


Related colors

Complementary color

Complementary color for #hex is #914448.


I love getcolorcode.com

Triadic colors

1 #B76EBB and #BBB76E with #6EBBB7 are triadic colors.

2 #B7BB6E and #BB6EB7 with #6EBBB7 are triadic colors.