COLOR #E6FAC9

HEX: #E6FAC9 RGB: (230,250,201)

Color info

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

RGB color model

#E6FAC9 color RGB value is (230,250,201).

RGB: (230,250,201) (90%, 98%, 79%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 201 of 255 = 79%

230
250
201

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

Portions of RGB colors in percentages

R + G + B = 230 + 250 + 201 = 681 (100%)
R 230 of 681 ~ 33.77%
G 250 of 681 ~ 36.71%
B 201 of 681 ~ 29.52'%

%33.77
%36.71
%29.52

CMYK color model

#E6FAC9 color CMYK value is (8,0,20,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 1.96%

CMYK: (8,0,20,2)
C8M0Y20K2 (8%, 0%, 20%, 2%)
(0.08 / 0.00 / 0.20 / 0.02)

CMYK percentages

%8
%0
%19.6
%1.96

Codes

Color #E6FAC9 in popluar color models

E6 FA C9
RGB 230 250 201
HSL 84° 83.05% 88.43%
HSB/HSV 84° 19.60% 98.04%
CMYK 8.00% 0.00% 19.60%
1.96%

Color #E6FAC9 in popluar number systems.

HEX E6 FA C9
Decimal 230 250 201
Binary 11100110 11111010 11001001
Octal 346 372 311

Shades and tints

Shades of #E6FAC9

#E6FAC9
(230,250,201)
#D2E4B7
(210,228,183)
#BECEA5
(190,206,165)
#AAB893
(170,184,147)
#96A281
(150,162,129)
#828C6F
(130,140,111)
#6E765D
(110,118,93)
#5A604B
(90,96,75)
#464A39
(70,74,57)
#323427
(50,52,39)
#1E1E15
(30,30,21)
#000000
(0,0,0)

Tints of #E6FAC9

#E6FAC9
(230,250,201)
#E8FACD
(232,250,205)
#EAFAD1
(234,250,209)
#ECFAD5
(236,250,213)
#EEFAD9
(238,250,217)
#F0FADD
(240,250,221)
#F2FAE1
(242,250,225)
#F4FAE5
(244,250,229)
#F6FAE9
(246,250,233)
#F8FAED
(248,250,237)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FAC9 color. Also use rgb(230,250,201) instead hex code.

Text Font Color

.myTextColor { color: #E6FAC9; }

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

This text font color is #E6FAC9.

Background Color

.myBgColor { background-color: #E6FAC9; }

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

This div background color is #E6FAC9.

Border color

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

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

This div border color is #E6FAC9.

Opacity

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

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

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

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

This text has shadow with #E6FAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FAC9.

Preview

Color preview on black background

This text has color #E6FAC9 on black background.


Color preview on white background

This text has color #E6FAC9 on white background.


Black color preview on #E6FAC9 background

This text has black color on #E6FAC9 background.


White color preview on #E6FAC9 background

This text has white color on #E6FAC9 background.


Related colors

Complementary color

Complementary color for #hex is #190536.


I love getcolorcode.com

Triadic colors

1 #C9E6FA and #FAC9E6 with #E6FAC9 are triadic colors.

2 #C9FAE6 and #FAE6C9 with #E6FAC9 are triadic colors.