COLOR #6BD897

HEX: #6BD897 RGB: (107,216,151)

Color info

#6BD897 contains mainly green color. Web safe color of #6BD897 is #66CC99 (or #6C9).

RGB color model

#6BD897 color RGB value is (107,216,151).

RGB: (107,216,151) (42%, 85%, 59%)

RGB channels and saturation

R 107 of 255 = 42%
G 216 of 255 = 85%
B 151 of 255 = 59%

107
216
151

R + G + B ~ 62%. #6BD897 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 216 + 151 = 474 (100%)
R 107 of 474 ~ 22.57%
G 216 of 474 ~ 45.57%
B 151 of 474 ~ 31.86'%

%22.57
%45.57
%31.86

CMYK color model

#6BD897 color CMYK value is (50,0,30,15).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK: (50,0,30,15) C50M0Y30K15 (50%,0%,30%,15%) (0.50/0.00/0.30/0.15) 

CMYK percentages

%50.46
%0
%30.09
%15.29

Codes

Color #6BD897 in popluar color models

6B D8 97
RGB 107 216 151
HSL 144° 58.29% 63.33%
HSB/HSV 144° 50.46% 84.71%
CMYK 50.46% 0.00% 30.09%
15.29%

Color #6BD897 in popluar number systems.

HEX 6B D8 97
Decimal 107 216 151
Binary 1101011 11011000 10010111
Octal 153 330 227

Shades and tints

Shades of #6BD897

#6BD897
(107,216,151)
#62C58A
(98,197,138)
#59B27D
(89,178,125)
#509F70
(80,159,112)
#478C63
(71,140,99)
#3E7956
(62,121,86)
#356649
(53,102,73)
#2C533C
(44,83,60)
#23402F
(35,64,47)
#1A2D22
(26,45,34)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #6BD897

#6BD897
(107,216,151)
#78DBA0
(120,219,160)
#85DEA9
(133,222,169)
#92E1B2
(146,225,178)
#9FE4BB
(159,228,187)
#ACE7C4
(172,231,196)
#B9EACD
(185,234,205)
#C6EDD6
(198,237,214)
#D3F0DF
(211,240,223)
#E0F3E8
(224,243,232)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BD897; }

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

This text font color is #6BD897.

Background Color

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

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

This div background color is #6BD897.

Border color

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

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

This div border color is #6BD897.

Opacity

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

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

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

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

This text has shadow with #6BD897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BD897.

Preview

Color preview on black background

This text has color #6BD897 on black background.


Color preview on white background

This text has color #6BD897 on white background.


Black color preview on #6BD897 background

This text has black color on #6BD897 background.


White color preview on #6BD897 background

This text has white color on #6BD897 background.


Related colors

Complementary color

Complementary color for #hex is #942768.


I love getcolorcode.com

Triadic colors

1 #976BD8 and #D8976B with #6BD897 are triadic colors.

2 #97D86B and #D86B97 with #6BD897 are triadic colors.