COLOR #FFE6E7

HEX: #FFE6E7 RGB: (255,230,231)

Color info

#FFE6E7 contains red, green and blue colors in about the same proportion. Web safe color of #FFE6E7 is #FFCCFF (or #FCF).

RGB color model

#FFE6E7 color RGB value is (255,230,231).

RGB: (255,230,231) (100%, 90%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 231 of 255 = 91%

255
230
231

R + G + B ~ 94%. #FFE6E7 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 230 + 231 = 716 (100%)
R 255 of 716 ~ 35.61%
G 230 of 716 ~ 32.12%
B 231 of 716 ~ 32.26'%

%35.61
%32.12
%32.26

CMYK color model

#FFE6E7 color CMYK value is (0,10,9,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 9.41%
  • key color value is 0.00%

CMYK: (0,10,9,0)
C0M10Y9K0 (0%, 10%, 9%, 0%)
(0.00 / 0.10 / 0.09 / 0.00)

CMYK percentages

%0
%9.8
%9.41
%0

Codes

Color #FFE6E7 in popluar color models

FF E6 E7
RGB 255 230 231
HSL 358° 100.00% 95.10%
HSB/HSV 358° 9.80% 100.00%
CMYK 0.00% 9.80% 9.41%
0.00%

Color #FFE6E7 in popluar number systems.

HEX FF E6 E7
Decimal 255 230 231
Binary 11111111 11100110 11100111
Octal 377 346 347

Shades and tints

Shades of #FFE6E7

#FFE6E7
(255,230,231)
#E8D2D2
(232,210,210)
#D1BEBD
(209,190,189)
#BAAAA8
(186,170,168)
#A39693
(163,150,147)
#8C827E
(140,130,126)
#756E69
(117,110,105)
#5E5A54
(94,90,84)
#47463F
(71,70,63)
#30322A
(48,50,42)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #FFE6E7

#FFE6E7
(255,230,231)
#FFE8E9
(255,232,233)
#FFEAEB
(255,234,235)
#FFECED
(255,236,237)
#FFEEEF
(255,238,239)
#FFF0F1
(255,240,241)
#FFF2F3
(255,242,243)
#FFF4F5
(255,244,245)
#FFF6F7
(255,246,247)
#FFF8F9
(255,248,249)
#FFFAFB
(255,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE6E7; }

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

This text font color is #FFE6E7.

Background Color

.myBgColor { background-color: #FFE6E7; }

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

This div background color is #FFE6E7.

Border color

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

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

This div border color is #FFE6E7.

Opacity

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

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

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

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

This text has shadow with #FFE6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE6E7.

Preview

Color preview on black background

This text has color #FFE6E7 on black background.


Color preview on white background

This text has color #FFE6E7 on white background.


Black color preview on #FFE6E7 background

This text has black color on #FFE6E7 background.


White color preview on #FFE6E7 background

This text has white color on #FFE6E7 background.


Related colors

Complementary color

Complementary color for #hex is #001918.


I love getcolorcode.com

Triadic colors

1 #E7FFE6 and #E6E7FF with #FFE6E7 are triadic colors.

2 #E7E6FF and #E6FFE7 with #FFE6E7 are triadic colors.