COLOR #66BB88

HEX: #66BB88
RGB: (102,187,136)

Color info

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

RGB color model

#66BB88 color RGB value is (102,187,136).

  • red value is 102;
  • green value is 187;
  • blue value is 136.
RGB:
(102,187,136)
(40%,73%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 187 of 255 = 73%
B 136 of 255 = 53%

102
187
136

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

Portions of RGB colors in percentages

R + G + B =
102 + 187 + 136 = 425 (100%)
R 102 of 425 ~ 24%
G 187 of 425 ~ 44%
B 136 of 425 ~ 32%

%24
%44
%32

CMYK color model

#66BB88 color CMYK value is (45,0,27,27).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(45,0,27,27)
C45M0Y27K27 
(45%,0%,27%,27%)
(0.45/0.00/0.27/0.27)	

CMYK percentages

%45.45
%0
%27.27
%26.67

Codes

Color #66BB88 in popluar color models

66BB88
RGB102187136
HSL144°38.46%56.67%
HSB/HSV144°45.45%73.33%
CMYK45.45%0.00%27.27%
26.67%

Color #66BB88 in popluar number systems.

HEX66BB88
Decimal102187136
Binary11001101011101110001000
Octal146273210

Shades and tints

Shades of #66BB88

#66BB88
(102,187,136)
#5DAA7C
(93,170,124)
#549970
(84,153,112)
#4B8864
(75,136,100)
#427758
(66,119,88)
#39664C
(57,102,76)
#305540
(48,85,64)
#274434
(39,68,52)
#1E3328
(30,51,40)
#15221C
(21,34,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #66BB88

#66BB88
(102,187,136)
#73C192
(115,193,146)
#80C79C
(128,199,156)
#8DCDA6
(141,205,166)
#9AD3B0
(154,211,176)
#A7D9BA
(167,217,186)
#B4DFC4
(180,223,196)
#C1E5CE
(193,229,206)
#CEEBD8
(206,235,216)
#DBF1E2
(219,241,226)
#E8F7EC
(232,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BB88 color. Also use rgb(102,187,136) instead hex code.

Text Font Color

.myTextColor { color: #66BB88; }

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

This text font color is #66BB88.


Background Color

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

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

This div background color is #66BB88.


Border color

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

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

This div border color is #66BB88.


Opacity

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

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

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

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

This text has shadow with #66BB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BB88 on black background.


Color preview on white background

This text has color #66BB88 on white background.



Black color preview on #66BB88 background

This text has black color on #66BB88 background.


White color preview on #66BB88 background

This text has white color on #66BB88 background.