COLOR #6EBEBF

HEX: #6EBEBF RGB: (110,190,191)

Color info

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

RGB color model

#6EBEBF color RGB value is (110,190,191).

RGB: (110,190,191) (43%, 75%, 75%)

RGB channels and saturation

R 110 of 255 = 43%
G 190 of 255 = 75%
B 191 of 255 = 75%

110
190
191

R + G + B ~ 64%. #6EBEBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 190 + 191 = 491 (100%)
R 110 of 491 ~ 22.4%
G 190 of 491 ~ 38.7%
B 191 of 491 ~ 38.9'%

%22.4
%38.7
%38.9

CMYK color model

#6EBEBF color CMYK value is (42,1,0,25).

  • cyan value is 42.41%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (42,1,0,25) C42M1Y0K25 (42%,1%,0%,25%) (0.42/0.01/0.00/0.25) 

CMYK percentages

%42.41
%0.52
%0
%25.1

Codes

Color #6EBEBF in popluar color models

6E BE BF
RGB 110 190 191
HSL 181° 38.76% 59.02%
HSB/HSV 181° 42.41% 74.90%
CMYK 42.41% 0.52% 0.00%
25.10%

Color #6EBEBF in popluar number systems.

HEX 6E BE BF
Decimal 110 190 191
Binary 1101110 10111110 10111111
Octal 156 276 277

Shades and tints

Shades of #6EBEBF

#6EBEBF
(110,190,191)
#64ADAE
(100,173,174)
#5A9C9D
(90,156,157)
#508B8C
(80,139,140)
#467A7B
(70,122,123)
#3C696A
(60,105,106)
#325859
(50,88,89)
#284748
(40,71,72)
#1E3637
(30,54,55)
#142526
(20,37,38)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #6EBEBF

#6EBEBF
(110,190,191)
#7BC3C4
(123,195,196)
#88C8C9
(136,200,201)
#95CDCE
(149,205,206)
#A2D2D3
(162,210,211)
#AFD7D8
(175,215,216)
#BCDCDD
(188,220,221)
#C9E1E2
(201,225,226)
#D6E6E7
(214,230,231)
#E3EBEC
(227,235,236)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBEBF color. Also use rgb(110,190,191) instead hex code.

Text Font Color

.myTextColor { color: #6EBEBF; }

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

This text font color is #6EBEBF.

Background Color

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

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

This div background color is #6EBEBF.

Border color

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

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

This div border color is #6EBEBF.

Opacity

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

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

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

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

This text has shadow with #6EBEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBEBF.

Preview

Color preview on black background

This text has color #6EBEBF on black background.


Color preview on white background

This text has color #6EBEBF on white background.


Black color preview on #6EBEBF background

This text has black color on #6EBEBF background.


White color preview on #6EBEBF background

This text has white color on #6EBEBF background.


Related colors

Complementary color

Complementary color for #hex is #914140.


I love getcolorcode.com

Triadic colors

1 #BF6EBE and #BEBF6E with #6EBEBF are triadic colors.

2 #BFBE6E and #BE6EBF with #6EBEBF are triadic colors.