COLOR #6BBDA5

HEX: #6BBDA5 RGB: (107,189,165)

Color info

#6BBDA5 contains mainly green and blue colors. Web safe color of #6BBDA5 is #66CC99 (or #6C9).

RGB color model

#6BBDA5 color RGB value is (107,189,165).

RGB: (107,189,165) (42%, 74%, 65%)

RGB channels and saturation

R 107 of 255 = 42%
G 189 of 255 = 74%
B 165 of 255 = 65%

107
189
165

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

Portions of RGB colors in percentages

R + G + B = 107 + 189 + 165 = 461 (100%)
R 107 of 461 ~ 23.21%
G 189 of 461 ~ 41%
B 165 of 461 ~ 35.79'%

%23.21
%41
%35.79

CMYK color model

#6BBDA5 color CMYK value is (43,0,13,26).

  • cyan value is 43.39%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 25.88%

CMYK: (43,0,13,26)
C43M0Y13K26 (43%, 0%, 13%, 26%)
(0.43 / 0.00 / 0.13 / 0.26)

CMYK percentages

%43.39
%0
%12.7
%25.88

Codes

Color #6BBDA5 in popluar color models

6B BD A5
RGB 107 189 165
HSL 162° 38.32% 58.04%
HSB/HSV 162° 43.39% 74.12%
CMYK 43.39% 0.00% 12.70%
25.88%

Color #6BBDA5 in popluar number systems.

HEX 6B BD A5
Decimal 107 189 165
Binary 1101011 10111101 10100101
Octal 153 275 245

Shades and tints

Shades of #6BBDA5

#6BBDA5
(107,189,165)
#62AC96
(98,172,150)
#599B87
(89,155,135)
#508A78
(80,138,120)
#477969
(71,121,105)
#3E685A
(62,104,90)
#35574B
(53,87,75)
#2C463C
(44,70,60)
#23352D
(35,53,45)
#1A241E
(26,36,30)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6BBDA5

#6BBDA5
(107,189,165)
#78C3AD
(120,195,173)
#85C9B5
(133,201,181)
#92CFBD
(146,207,189)
#9FD5C5
(159,213,197)
#ACDBCD
(172,219,205)
#B9E1D5
(185,225,213)
#C6E7DD
(198,231,221)
#D3EDE5
(211,237,229)
#E0F3ED
(224,243,237)
#EDF9F5
(237,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBDA5 color. Also use rgb(107,189,165) instead hex code.

Text Font Color

.myTextColor { color: #6BBDA5; }

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

This text font color is #6BBDA5.

Background Color

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

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

This div background color is #6BBDA5.

Border color

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

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

This div border color is #6BBDA5.

Opacity

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

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

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

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

This text has shadow with #6BBDA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBDA5.

Preview

Color preview on black background

This text has color #6BBDA5 on black background.


Color preview on white background

This text has color #6BBDA5 on white background.


Black color preview on #6BBDA5 background

This text has black color on #6BBDA5 background.


White color preview on #6BBDA5 background

This text has white color on #6BBDA5 background.


Related colors

Complementary color

Complementary color for #hex is #94425A.


I love getcolorcode.com

Triadic colors

1 #A56BBD and #BDA56B with #6BBDA5 are triadic colors.

2 #A5BD6B and #BD6BA5 with #6BBDA5 are triadic colors.