COLOR #E1C6BF

HEX: #E1C6BF RGB: (225,198,191)

Color info

#E1C6BF contains red, green and blue colors in about the same proportion. Web safe color of #E1C6BF is #CCCCCC (or #CCC).

RGB color model

#E1C6BF color RGB value is (225,198,191).

RGB: (225,198,191) (88%, 78%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 198 of 255 = 78%
B 191 of 255 = 75%

225
198
191

R + G + B ~ 80%. #E1C6BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 198 + 191 = 614 (100%)
R 225 of 614 ~ 36.64%
G 198 of 614 ~ 32.25%
B 191 of 614 ~ 31.11'%

%36.64
%32.25
%31.11

CMYK color model

#E1C6BF color CMYK value is (0,12,15,12).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 15.11%
  • key color value is 11.76%

CMYK: (0,12,15,12)
C0M12Y15K12 (0%, 12%, 15%, 12%)
(0.00 / 0.12 / 0.15 / 0.12)

CMYK percentages

%0
%12
%15.11
%11.76

Codes

Color #E1C6BF in popluar color models

E1 C6 BF
RGB 225 198 191
HSL 12° 36.17% 81.57%
HSB/HSV 12° 15.11% 88.24%
CMYK 0.00% 12.00% 15.11%
11.76%

Color #E1C6BF in popluar number systems.

HEX E1 C6 BF
Decimal 225 198 191
Binary 11100001 11000110 10111111
Octal 341 306 277

Shades and tints

Shades of #E1C6BF

#E1C6BF
(225,198,191)
#CDB4AE
(205,180,174)
#B9A29D
(185,162,157)
#A5908C
(165,144,140)
#917E7B
(145,126,123)
#7D6C6A
(125,108,106)
#695A59
(105,90,89)
#554848
(85,72,72)
#413637
(65,54,55)
#2D2426
(45,36,38)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #E1C6BF

#E1C6BF
(225,198,191)
#E3CBC4
(227,203,196)
#E5D0C9
(229,208,201)
#E7D5CE
(231,213,206)
#E9DAD3
(233,218,211)
#EBDFD8
(235,223,216)
#EDE4DD
(237,228,221)
#EFE9E2
(239,233,226)
#F1EEE7
(241,238,231)
#F3F3EC
(243,243,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C6BF color. Also use rgb(225,198,191) instead hex code.

Text Font Color

.myTextColor { color: #E1C6BF; }

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

This text font color is #E1C6BF.

Background Color

.myBgColor { background-color: #E1C6BF; }

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

This div background color is #E1C6BF.

Border color

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

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

This div border color is #E1C6BF.

Opacity

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

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

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

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

This text has shadow with #E1C6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1C6BF.

Preview

Color preview on black background

This text has color #E1C6BF on black background.


Color preview on white background

This text has color #E1C6BF on white background.


Black color preview on #E1C6BF background

This text has black color on #E1C6BF background.


White color preview on #E1C6BF background

This text has white color on #E1C6BF background.


Related colors

Complementary color

Complementary color for #hex is #1E3940.


I love getcolorcode.com

Triadic colors

1 #BFE1C6 and #C6BFE1 with #E1C6BF are triadic colors.

2 #BFC6E1 and #C6E1BF with #E1C6BF are triadic colors.