COLOR #6CA287

HEX: #6CA287
RGB: (108,162,135)

Color info

#6CA287 contains red, green and blue colors in about the same proportion. Web safe color of #6CA287 is #669999 (or #699).

RGB color model

#6CA287 color RGB value is (108,162,135).

  • red value is 108;
  • green value is 162;
  • blue value is 135.
RGB:
(108,162,135)
(42%,64%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 135 of 255 = 53%

108
162
135

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

Portions of RGB colors in percentages

R + G + B =
108 + 162 + 135 = 405 (100%)
R 108 of 405 ~ 26.67%
G 162 of 405 ~ 40%
B 135 of 405 ~ 33.33%

%26.67
%40
%33.33

CMYK color model

#6CA287 color CMYK value is (33,0,17,36).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(33,0,17,36)
C33M0Y17K36 
(33%,0%,17%,36%)
(0.33/0.00/0.17/0.36)	

CMYK percentages

%33.33
%0
%16.67
%36.47

Codes

Color #6CA287 in popluar color models

6CA287
RGB108162135
HSL150°22.50%52.94%
HSB/HSV150°33.33%63.53%
CMYK33.33%0.00%16.67%
36.47%

Color #6CA287 in popluar number systems.

HEX6CA287
Decimal108162135
Binary11011001010001010000111
Octal154242207

Shades and tints

Shades of #6CA287

#6CA287
(108,162,135)
#63947B
(99,148,123)
#5A866F
(90,134,111)
#517863
(81,120,99)
#486A57
(72,106,87)
#3F5C4B
(63,92,75)
#364E3F
(54,78,63)
#2D4033
(45,64,51)
#243227
(36,50,39)
#1B241B
(27,36,27)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #6CA287

#6CA287
(108,162,135)
#79AA91
(121,170,145)
#86B29B
(134,178,155)
#93BAA5
(147,186,165)
#A0C2AF
(160,194,175)
#ADCAB9
(173,202,185)
#BAD2C3
(186,210,195)
#C7DACD
(199,218,205)
#D4E2D7
(212,226,215)
#E1EAE1
(225,234,225)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA287 color. Also use rgb(108,162,135) instead hex code.

Text Font Color

.myTextColor { color: #6CA287; }

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

This text font color is #6CA287.


Background Color

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

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

This div background color is #6CA287.


Border color

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

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

This div border color is #6CA287.


Opacity

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

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

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

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

This text has shadow with #6CA287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA287 on black background.


Color preview on white background

This text has color #6CA287 on white background.



Black color preview on #6CA287 background

This text has black color on #6CA287 background.


White color preview on #6CA287 background

This text has white color on #6CA287 background.