COLOR #6FBD9C

HEX: #6FBD9C RGB: (111,189,156)

Color info

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

RGB color model

#6FBD9C color RGB value is (111,189,156).

RGB: (111,189,156) (44%, 74%, 61%)

RGB channels and saturation

R 111 of 255 = 44%
G 189 of 255 = 74%
B 156 of 255 = 61%

111
189
156

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

Portions of RGB colors in percentages

R + G + B = 111 + 189 + 156 = 456 (100%)
R 111 of 456 ~ 24.34%
G 189 of 456 ~ 41.45%
B 156 of 456 ~ 34.21'%

%24.34
%41.45
%34.21

CMYK color model

#6FBD9C color CMYK value is (41,0,17,26).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%

CMYK: (41,0,17,26)
C41M0Y17K26 (41%, 0%, 17%, 26%)
(0.41 / 0.00 / 0.17 / 0.26)

CMYK percentages

%41.27
%0
%17.46
%25.88

Codes

Color #6FBD9C in popluar color models

6F BD 9C
RGB 111 189 156
HSL 155° 37.14% 58.82%
HSB/HSV 155° 41.27% 74.12%
CMYK 41.27% 0.00% 17.46%
25.88%

Color #6FBD9C in popluar number systems.

HEX 6F BD 9C
Decimal 111 189 156
Binary 1101111 10111101 10011100
Octal 157 275 234

Shades and tints

Shades of #6FBD9C

#6FBD9C
(111,189,156)
#65AC8E
(101,172,142)
#5B9B80
(91,155,128)
#518A72
(81,138,114)
#477964
(71,121,100)
#3D6856
(61,104,86)
#335748
(51,87,72)
#29463A
(41,70,58)
#1F352C
(31,53,44)
#15241E
(21,36,30)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6FBD9C

#6FBD9C
(111,189,156)
#7CC3A5
(124,195,165)
#89C9AE
(137,201,174)
#96CFB7
(150,207,183)
#A3D5C0
(163,213,192)
#B0DBC9
(176,219,201)
#BDE1D2
(189,225,210)
#CAE7DB
(202,231,219)
#D7EDE4
(215,237,228)
#E4F3ED
(228,243,237)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBD9C color. Also use rgb(111,189,156) instead hex code.

Text Font Color

.myTextColor { color: #6FBD9C; }

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

This text font color is #6FBD9C.

Background Color

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

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

This div background color is #6FBD9C.

Border color

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

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

This div border color is #6FBD9C.

Opacity

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

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

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

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

This text has shadow with #6FBD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FBD9C.

Preview

Color preview on black background

This text has color #6FBD9C on black background.


Color preview on white background

This text has color #6FBD9C on white background.


Black color preview on #6FBD9C background

This text has black color on #6FBD9C background.


White color preview on #6FBD9C background

This text has white color on #6FBD9C background.


Related colors

Complementary color

Complementary color for #hex is #904263.


I love getcolorcode.com

Triadic colors

1 #9C6FBD and #BD9C6F with #6FBD9C are triadic colors.

2 #9CBD6F and #BD6F9C with #6FBD9C are triadic colors.