COLOR #FFE7CC

HEX: #FFE7CC RGB: (255,231,204)

Color info

#FFE7CC contains red, green and blue colors in about the same proportion. Web safe color of #FFE7CC is #FFFFCC (or #FFC).

RGB color model

#FFE7CC color RGB value is (255,231,204).

RGB: (255,231,204) (100%, 91%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 231 of 255 = 91%
B 204 of 255 = 80%

255
231
204

R + G + B ~ 90%. #FFE7CC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 231 + 204 = 690 (100%)
R 255 of 690 ~ 36.96%
G 231 of 690 ~ 33.48%
B 204 of 690 ~ 29.57'%

%36.96
%33.48
%29.57

CMYK color model

#FFE7CC color CMYK value is (0,9,20,0).

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

CMYK: (0,9,20,0)
C0M9Y20K0 (0%, 9%, 20%, 0%)
(0.00 / 0.09 / 0.20 / 0.00)

CMYK percentages

%0
%9.41
%20
%0

Codes

Color #FFE7CC in popluar color models

FF E7 CC
RGB 255 231 204
HSL 32° 100.00% 90.00%
HSB/HSV 32° 20.00% 100.00%
CMYK 0.00% 9.41% 20.00%
0.00%

Color #FFE7CC in popluar number systems.

HEX FF E7 CC
Decimal 255 231 204
Binary 11111111 11100111 11001100
Octal 377 347 314

Shades and tints

Shades of #FFE7CC

#FFE7CC
(255,231,204)
#E8D2BA
(232,210,186)
#D1BDA8
(209,189,168)
#BAA896
(186,168,150)
#A39384
(163,147,132)
#8C7E72
(140,126,114)
#756960
(117,105,96)
#5E544E
(94,84,78)
#473F3C
(71,63,60)
#302A2A
(48,42,42)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #FFE7CC

#FFE7CC
(255,231,204)
#FFE9D0
(255,233,208)
#FFEBD4
(255,235,212)
#FFEDD8
(255,237,216)
#FFEFDC
(255,239,220)
#FFF1E0
(255,241,224)
#FFF3E4
(255,243,228)
#FFF5E8
(255,245,232)
#FFF7EC
(255,247,236)
#FFF9F0
(255,249,240)
#FFFBF4
(255,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE7CC; }

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

This text font color is #FFE7CC.

Background Color

.myBgColor { background-color: #FFE7CC; }

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

This div background color is #FFE7CC.

Border color

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

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

This div border color is #FFE7CC.

Opacity

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

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

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

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

This text has shadow with #FFE7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE7CC.

Preview

Color preview on black background

This text has color #FFE7CC on black background.


Color preview on white background

This text has color #FFE7CC on white background.


Black color preview on #FFE7CC background

This text has black color on #FFE7CC background.


White color preview on #FFE7CC background

This text has white color on #FFE7CC background.


Related colors

Complementary color

Complementary color for #hex is #001833.


I love getcolorcode.com

Triadic colors

1 #CCFFE7 and #E7CCFF with #FFE7CC are triadic colors.

2 #CCE7FF and #E7FFCC with #FFE7CC are triadic colors.