COLOR #66B29B

HEX: #66B29B
RGB: (102,178,155)

Color info

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

RGB color model

#66B29B color RGB value is (102,178,155).

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

RGB channels and saturation

R 102 of 255 = 40%
G 178 of 255 = 70%
B 155 of 255 = 61%

102
178
155

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

Portions of RGB colors in percentages

R + G + B =
102 + 178 + 155 = 435 (100%)
R 102 of 435 ~ 23.45%
G 178 of 435 ~ 40.92%
B 155 of 435 ~ 35.63%

%23.45
%40.92
%35.63

CMYK color model

#66B29B color CMYK value is (43,0,13,30).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(43,0,13,30)
C43M0Y13K30 
(43%,0%,13%,30%)
(0.43/0.00/0.13/0.30)	

CMYK percentages

%42.7
%0
%12.92
%30.2

Codes

Color #66B29B in popluar color models

66B29B
RGB102178155
HSL162°33.04%54.90%
HSB/HSV162°42.70%69.80%
CMYK42.70%0.00%12.92%
30.20%

Color #66B29B in popluar number systems.

HEX66B29B
Decimal102178155
Binary11001101011001010011011
Octal146262233

Shades and tints

Shades of #66B29B

#66B29B
(102,178,155)
#5DA28D
(93,162,141)
#54927F
(84,146,127)
#4B8271
(75,130,113)
#427263
(66,114,99)
#396255
(57,98,85)
#305247
(48,82,71)
#274239
(39,66,57)
#1E322B
(30,50,43)
#15221D
(21,34,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #66B29B

#66B29B
(102,178,155)
#73B9A4
(115,185,164)
#80C0AD
(128,192,173)
#8DC7B6
(141,199,182)
#9ACEBF
(154,206,191)
#A7D5C8
(167,213,200)
#B4DCD1
(180,220,209)
#C1E3DA
(193,227,218)
#CEEAE3
(206,234,227)
#DBF1EC
(219,241,236)
#E8F8F5
(232,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B29B; }

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

This text font color is #66B29B.


Background Color

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

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

This div background color is #66B29B.


Border color

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

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

This div border color is #66B29B.


Opacity

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

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

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

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

This text has shadow with #66B29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66B29B on black background.


Color preview on white background

This text has color #66B29B on white background.



Black color preview on #66B29B background

This text has black color on #66B29B background.


White color preview on #66B29B background

This text has white color on #66B29B background.