COLOR #6FB29C

HEX: #6FB29C RGB: (111,178,156)

Color info

#6FB29C contains mainly green and blue colors. Web safe color of #6FB29C is #669999 (or #699).

RGB color model

#6FB29C color RGB value is (111,178,156).

RGB: (111,178,156) (44%, 70%, 61%)

RGB channels and saturation

R 111 of 255 = 44%
G 178 of 255 = 70%
B 156 of 255 = 61%

111
178
156

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

Portions of RGB colors in percentages

R + G + B = 111 + 178 + 156 = 445 (100%)
R 111 of 445 ~ 24.94%
G 178 of 445 ~ 40%
B 156 of 445 ~ 35.06'%

%24.94
%40
%35.06

CMYK color model

#6FB29C color CMYK value is (38,0,12,30).

  • cyan value is 37.64%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%

CMYK: (38,0,12,30)
C38M0Y12K30 (38%, 0%, 12%, 30%)
(0.38 / 0.00 / 0.12 / 0.30)

CMYK percentages

%37.64
%0
%12.36
%30.2

Codes

Color #6FB29C in popluar color models

6F B2 9C
RGB 111 178 156
HSL 160° 30.32% 56.67%
HSB/HSV 160° 37.64% 69.80%
CMYK 37.64% 0.00% 12.36%
30.20%

Color #6FB29C in popluar number systems.

HEX 6F B2 9C
Decimal 111 178 156
Binary 1101111 10110010 10011100
Octal 157 262 234

Shades and tints

Shades of #6FB29C

#6FB29C
(111,178,156)
#65A28E
(101,162,142)
#5B9280
(91,146,128)
#518272
(81,130,114)
#477264
(71,114,100)
#3D6256
(61,98,86)
#335248
(51,82,72)
#29423A
(41,66,58)
#1F322C
(31,50,44)
#15221E
(21,34,30)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6FB29C

#6FB29C
(111,178,156)
#7CB9A5
(124,185,165)
#89C0AE
(137,192,174)
#96C7B7
(150,199,183)
#A3CEC0
(163,206,192)
#B0D5C9
(176,213,201)
#BDDCD2
(189,220,210)
#CAE3DB
(202,227,219)
#D7EAE4
(215,234,228)
#E4F1ED
(228,241,237)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB29C; }

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

This text font color is #6FB29C.

Background Color

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

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

This div background color is #6FB29C.

Border color

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

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

This div border color is #6FB29C.

Opacity

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

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

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

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

This text has shadow with #6FB29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB29C.

Preview

Color preview on black background

This text has color #6FB29C on black background.


Color preview on white background

This text has color #6FB29C on white background.


Black color preview on #6FB29C background

This text has black color on #6FB29C background.


White color preview on #6FB29C background

This text has white color on #6FB29C background.


Related colors

Complementary color

Complementary color for #hex is #904D63.


I love getcolorcode.com

Triadic colors

1 #9C6FB2 and #B29C6F with #6FB29C are triadic colors.

2 #9CB26F and #B26F9C with #6FB29C are triadic colors.