COLOR #6FCBA8

HEX: #6FCBA8
RGB: (111,203,168)

Color info

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

RGB color model

#6FCBA8 color RGB value is (111,203,168).

  • red value is 111;
  • green value is 203;
  • blue value is 168.
RGB:
(111,203,168)
(44%,80%,66%)

RGB channels and saturation

R 111 of 255 = 44%
G 203 of 255 = 80%
B 168 of 255 = 66%

111
203
168

R + G + B ~ 63%. #6FCBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 203 + 168 = 482 (100%)
R 111 of 482 ~ 23.03%
G 203 of 482 ~ 42.12%
B 168 of 482 ~ 34.85%

%23.03
%42.12
%34.85

CMYK color model

#6FCBA8 color CMYK value is (45,0,17,20).

  • cyan value is 45.32%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 20.39%
CMYK:
(45,0,17,20)
C45M0Y17K20 
(45%,0%,17%,20%)
(0.45/0.00/0.17/0.20)	

CMYK percentages

%45.32
%0
%17.24
%20.39

Codes

Color #6FCBA8 in popluar color models

6FCBA8
RGB111203168
HSL157°46.94%61.57%
HSB/HSV157°45.32%79.61%
CMYK45.32%0.00%17.24%
20.39%

Color #6FCBA8 in popluar number systems.

HEX6FCBA8
Decimal111203168
Binary11011111100101110101000
Octal157313250

Shades and tints

Shades of #6FCBA8

#6FCBA8
(111,203,168)
#65B999
(101,185,153)
#5BA78A
(91,167,138)
#51957B
(81,149,123)
#47836C
(71,131,108)
#3D715D
(61,113,93)
#335F4E
(51,95,78)
#294D3F
(41,77,63)
#1F3B30
(31,59,48)
#152921
(21,41,33)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #6FCBA8

#6FCBA8
(111,203,168)
#7CCFAF
(124,207,175)
#89D3B6
(137,211,182)
#96D7BD
(150,215,189)
#A3DBC4
(163,219,196)
#B0DFCB
(176,223,203)
#BDE3D2
(189,227,210)
#CAE7D9
(202,231,217)
#D7EBE0
(215,235,224)
#E4EFE7
(228,239,231)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCBA8 color. Also use rgb(111,203,168) instead hex code.

Text Font Color

.myTextColor { color: #6FCBA8; }

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

This text font color is #6FCBA8.


Background Color

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

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

This div background color is #6FCBA8.


Border color

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

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

This div border color is #6FCBA8.


Opacity

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

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

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

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

This text has shadow with #6FCBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCBA8 on black background.


Color preview on white background

This text has color #6FCBA8 on white background.



Black color preview on #6FCBA8 background

This text has black color on #6FCBA8 background.


White color preview on #6FCBA8 background

This text has white color on #6FCBA8 background.