COLOR #E6FFC6

HEX: #E6FFC6 RGB: (230,255,198)

Color info

#E6FFC6 contains red, green and blue colors in about the same proportion. Web safe color of #E6FFC6 is #CCFFCC (or #CFC).

RGB color model

#E6FFC6 color RGB value is (230,255,198).

RGB: (230,255,198) (90%, 100%, 78%)

RGB channels and saturation

R 230 of 255 = 90%
G 255 of 255 = 100%
B 198 of 255 = 78%

230
255
198

R + G + B ~ 89%. #E6FFC6 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 255 + 198 = 683 (100%)
R 230 of 683 ~ 33.67%
G 255 of 683 ~ 37.34%
B 198 of 683 ~ 28.99'%

%33.67
%37.34
%28.99

CMYK color model

#E6FFC6 color CMYK value is (10,0,22,0).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 0.00%
CMYK: (10,0,22,0) C10M0Y22K0 (10%,0%,22%,0%) (0.10/0.00/0.22/0.00) 

CMYK percentages

%9.8
%0
%22.35
%0

Codes

Color #E6FFC6 in popluar color models

E6 FF C6
RGB 230 255 198
HSL 86° 100.00% 88.82%
HSB/HSV 86° 22.35% 100.00%
CMYK 9.80% 0.00% 22.35%
0.00%

Color #E6FFC6 in popluar number systems.

HEX E6 FF C6
Decimal 230 255 198
Binary 11100110 11111111 11000110
Octal 346 377 306

Shades and tints

Shades of #E6FFC6

#E6FFC6
(230,255,198)
#D2E8B4
(210,232,180)
#BED1A2
(190,209,162)
#AABA90
(170,186,144)
#96A37E
(150,163,126)
#828C6C
(130,140,108)
#6E755A
(110,117,90)
#5A5E48
(90,94,72)
#464736
(70,71,54)
#323024
(50,48,36)
#1E1912
(30,25,18)
#000000
(0,0,0)

Tints of #E6FFC6

#E6FFC6
(230,255,198)
#E8FFCB
(232,255,203)
#EAFFD0
(234,255,208)
#ECFFD5
(236,255,213)
#EEFFDA
(238,255,218)
#F0FFDF
(240,255,223)
#F2FFE4
(242,255,228)
#F4FFE9
(244,255,233)
#F6FFEE
(246,255,238)
#F8FFF3
(248,255,243)
#FAFFF8
(250,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FFC6 color. Also use rgb(230,255,198) instead hex code.

Text Font Color

.myTextColor { color: #E6FFC6; }

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

This text font color is #E6FFC6.

Background Color

.myBgColor { background-color: #E6FFC6; }

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

This div background color is #E6FFC6.

Border color

.myBorderColor { border: 1px solid #E6FFC6; }

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

This div border color is #E6FFC6.

Opacity

.myOpacity80 { color: #E6FFC6; opacity: 0.8; }

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

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

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

This text has shadow with #E6FFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FFC6.

Preview

Color preview on black background

This text has color #E6FFC6 on black background.


Color preview on white background

This text has color #E6FFC6 on white background.


Black color preview on #E6FFC6 background

This text has black color on #E6FFC6 background.


White color preview on #E6FFC6 background

This text has white color on #E6FFC6 background.


Related colors

Complementary color

Complementary color for #hex is #190039.


I love getcolorcode.com

Triadic colors

1 #C6E6FF and #FFC6E6 with #E6FFC6 are triadic colors.

2 #C6FFE6 and #FFE6C6 with #E6FFC6 are triadic colors.