COLOR #66B293

HEX: #66B293
RGB: (102,178,147)

Color info

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

RGB color model

#66B293 color RGB value is (102,178,147).

  • red value is 102;
  • green value is 178;
  • blue value is 147.
RGB:
(102,178,147)
(40%,70%,58%)

RGB channels and saturation

R 102 of 255 = 40%
G 178 of 255 = 70%
B 147 of 255 = 58%

102
178
147

R + G + B ~ 56%. #66B293 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 178 + 147 = 427 (100%)
R 102 of 427 ~ 23.89%
G 178 of 427 ~ 41.69%
B 147 of 427 ~ 34.43%

%23.89
%41.69
%34.43

CMYK color model

#66B293 color CMYK value is (43,0,17,30).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK:
(43,0,17,30)
C43M0Y17K30 
(43%,0%,17%,30%)
(0.43/0.00/0.17/0.30)	

CMYK percentages

%42.7
%0
%17.42
%30.2

Codes

Color #66B293 in popluar color models

66B293
RGB102178147
HSL156°33.04%54.90%
HSB/HSV156°42.70%69.80%
CMYK42.70%0.00%17.42%
30.20%

Color #66B293 in popluar number systems.

HEX66B293
Decimal102178147
Binary11001101011001010010011
Octal146262223

Shades and tints

Shades of #66B293

#66B293
(102,178,147)
#5DA286
(93,162,134)
#549279
(84,146,121)
#4B826C
(75,130,108)
#42725F
(66,114,95)
#396252
(57,98,82)
#305245
(48,82,69)
#274238
(39,66,56)
#1E322B
(30,50,43)
#15221E
(21,34,30)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #66B293

#66B293
(102,178,147)
#73B99C
(115,185,156)
#80C0A5
(128,192,165)
#8DC7AE
(141,199,174)
#9ACEB7
(154,206,183)
#A7D5C0
(167,213,192)
#B4DCC9
(180,220,201)
#C1E3D2
(193,227,210)
#CEEADB
(206,234,219)
#DBF1E4
(219,241,228)
#E8F8ED
(232,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B293 color. Also use rgb(102,178,147) instead hex code.

Text Font Color

.myTextColor { color: #66B293; }

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

This text font color is #66B293.


Background Color

.myBgColor { background-color: #66B293; }

<div style="background-color:#66B293">Inner text</div>

This div background color is #66B293.


Border color

.myBorderColor { border: 1px solid #66B293; }

<div style="border:3px solid #66B293">Div</div>

This div border color is #66B293.


Opacity

.myOpacity80 { color: #66B293; opacity: 0.8; }

<p style="color:#66B293;opacity:0.8;">80%</p>

Text with #66B293 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 #66B293;}

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

This text has shadow with #66B293 color.

.textShadow {text-shadow: 3px 3px 1px #66B293, 3px 3px 1px red;}

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

This text has shadow with #66B293 primary color and red secondary color.


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

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

This text has shadow with #66B293 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B293 on black background.


Color preview on white background

This text has color #66B293 on white background.



Black color preview on #66B293 background

This text has black color on #66B293 background.


White color preview on #66B293 background

This text has white color on #66B293 background.