COLOR #6FCCA9

HEX: #6FCCA9
RGB: (111,204,169)

Color info

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

RGB color model

#6FCCA9 color RGB value is (111,204,169).

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

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 169 of 255 = 66%

111
204
169

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

Portions of RGB colors in percentages

R + G + B =
111 + 204 + 169 = 484 (100%)
R 111 of 484 ~ 22.93%
G 204 of 484 ~ 42.15%
B 169 of 484 ~ 34.92%

%22.93
%42.15
%34.92

CMYK color model

#6FCCA9 color CMYK value is (46,0,17,20).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(46,0,17,20)
C46M0Y17K20 
(46%,0%,17%,20%)
(0.46/0.00/0.17/0.20)	

CMYK percentages

%45.59
%0
%17.16
%20

Codes

Color #6FCCA9 in popluar color models

6FCCA9
RGB111204169
HSL157°47.69%61.76%
HSB/HSV157°45.59%80.00%
CMYK45.59%0.00%17.16%
20.00%

Color #6FCCA9 in popluar number systems.

HEX6FCCA9
Decimal111204169
Binary11011111100110010101001
Octal157314251

Shades and tints

Shades of #6FCCA9

#6FCCA9
(111,204,169)
#65BA9A
(101,186,154)
#5BA88B
(91,168,139)
#51967C
(81,150,124)
#47846D
(71,132,109)
#3D725E
(61,114,94)
#33604F
(51,96,79)
#294E40
(41,78,64)
#1F3C31
(31,60,49)
#152A22
(21,42,34)
#0B1813
(11,24,19)
#000000
(0,0,0)

Tints of #6FCCA9

#6FCCA9
(111,204,169)
#7CD0B0
(124,208,176)
#89D4B7
(137,212,183)
#96D8BE
(150,216,190)
#A3DCC5
(163,220,197)
#B0E0CC
(176,224,204)
#BDE4D3
(189,228,211)
#CAE8DA
(202,232,218)
#D7ECE1
(215,236,225)
#E4F0E8
(228,240,232)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCCA9 color. Also use rgb(111,204,169) instead hex code.

Text Font Color

.myTextColor { color: #6FCCA9; }

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

This text font color is #6FCCA9.


Background Color

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

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

This div background color is #6FCCA9.


Border color

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

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

This div border color is #6FCCA9.


Opacity

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

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

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

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

This text has shadow with #6FCCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCCA9 on black background.


Color preview on white background

This text has color #6FCCA9 on white background.



Black color preview on #6FCCA9 background

This text has black color on #6FCCA9 background.


White color preview on #6FCCA9 background

This text has white color on #6FCCA9 background.