COLOR #66E7B7

HEX: #66E7B7 RGB: (102,231,183)

Color info

#66E7B7 contains mainly green and blue colors. Web safe color of #66E7B7 is #66FFCC (or #6FC).

RGB color model

#66E7B7 color RGB value is (102,231,183).

RGB: (102,231,183) (40%, 91%, 72%)

RGB channels and saturation

R 102 of 255 = 40%
G 231 of 255 = 91%
B 183 of 255 = 72%

102
231
183

R + G + B ~ 68%. #66E7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 231 + 183 = 516 (100%)
R 102 of 516 ~ 19.77%
G 231 of 516 ~ 44.77%
B 183 of 516 ~ 35.47'%

%19.77
%44.77
%35.47

CMYK color model

#66E7B7 color CMYK value is (56,0,21,9).

  • cyan value is 55.84%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 9.41%

CMYK: (56,0,21,9)
C56M0Y21K9 (56%, 0%, 21%, 9%)
(0.56 / 0.00 / 0.21 / 0.09)

CMYK percentages

%55.84
%0
%20.78
%9.41

Codes

Color #66E7B7 in popluar color models

66 E7 B7
RGB 102 231 183
HSL 158° 72.88% 65.29%
HSB/HSV 158° 55.84% 90.59%
CMYK 55.84% 0.00% 20.78%
9.41%

Color #66E7B7 in popluar number systems.

HEX 66 E7 B7
Decimal 102 231 183
Binary 1100110 11100111 10110111
Octal 146 347 267

Shades and tints

Shades of #66E7B7

#66E7B7
(102,231,183)
#5DD2A7
(93,210,167)
#54BD97
(84,189,151)
#4BA887
(75,168,135)
#429377
(66,147,119)
#397E67
(57,126,103)
#306957
(48,105,87)
#275447
(39,84,71)
#1E3F37
(30,63,55)
#152A27
(21,42,39)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #66E7B7

#66E7B7
(102,231,183)
#73E9BD
(115,233,189)
#80EBC3
(128,235,195)
#8DEDC9
(141,237,201)
#9AEFCF
(154,239,207)
#A7F1D5
(167,241,213)
#B4F3DB
(180,243,219)
#C1F5E1
(193,245,225)
#CEF7E7
(206,247,231)
#DBF9ED
(219,249,237)
#E8FBF3
(232,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E7B7 color. Also use rgb(102,231,183) instead hex code.

Text Font Color

.myTextColor { color: #66E7B7; }

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

This text font color is #66E7B7.

Background Color

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

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

This div background color is #66E7B7.

Border color

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

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

This div border color is #66E7B7.

Opacity

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

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

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

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

This text has shadow with #66E7B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66E7B7.

Preview

Color preview on black background

This text has color #66E7B7 on black background.


Color preview on white background

This text has color #66E7B7 on white background.


Black color preview on #66E7B7 background

This text has black color on #66E7B7 background.


White color preview on #66E7B7 background

This text has white color on #66E7B7 background.


Related colors

Complementary color

Complementary color for #hex is #991848.


I love getcolorcode.com

Triadic colors

1 #B766E7 and #E7B766 with #66E7B7 are triadic colors.

2 #B7E766 and #E766B7 with #66E7B7 are triadic colors.