COLOR #E8CCBE

HEX: #E8CCBE RGB: (232,204,190)

Color info

#E8CCBE contains red, green and blue colors in about the same proportion. Web safe color of #E8CCBE is #FFCCCC (or #FCC).

RGB color model

#E8CCBE color RGB value is (232,204,190).

RGB: (232,204,190) (91%, 80%, 75%)

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 190 of 255 = 75%

232
204
190

R + G + B ~ 82%. #E8CCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 204 + 190 = 626 (100%)
R 232 of 626 ~ 37.06%
G 204 of 626 ~ 32.59%
B 190 of 626 ~ 30.35'%

%37.06
%32.59
%30.35

CMYK color model

#E8CCBE color CMYK value is (0,12,18,9).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK: (0,12,18,9) C0M12Y18K9 (0%,12%,18%,9%) (0.00/0.12/0.18/0.09) 

CMYK percentages

%0
%12.07
%18.1
%9.02

Codes

Color #E8CCBE in popluar color models

E8 CC BE
RGB 232 204 190
HSL 20° 47.73% 82.75%
HSB/HSV 20° 18.10% 90.98%
CMYK 0.00% 12.07% 18.10%
9.02%

Color #E8CCBE in popluar number systems.

HEX E8 CC BE
Decimal 232 204 190
Binary 11101000 11001100 10111110
Octal 350 314 276

Shades and tints

Shades of #E8CCBE

#E8CCBE
(232,204,190)
#D3BAAD
(211,186,173)
#BEA89C
(190,168,156)
#A9968B
(169,150,139)
#94847A
(148,132,122)
#7F7269
(127,114,105)
#6A6058
(106,96,88)
#554E47
(85,78,71)
#403C36
(64,60,54)
#2B2A25
(43,42,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #E8CCBE

#E8CCBE
(232,204,190)
#EAD0C3
(234,208,195)
#ECD4C8
(236,212,200)
#EED8CD
(238,216,205)
#F0DCD2
(240,220,210)
#F2E0D7
(242,224,215)
#F4E4DC
(244,228,220)
#F6E8E1
(246,232,225)
#F8ECE6
(248,236,230)
#FAF0EB
(250,240,235)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CCBE color. Also use rgb(232,204,190) instead hex code.

Text Font Color

.myTextColor { color: #E8CCBE; }

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

This text font color is #E8CCBE.

Background Color

.myBgColor { background-color: #E8CCBE; }

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

This div background color is #E8CCBE.

Border color

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

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

This div border color is #E8CCBE.

Opacity

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

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

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

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

This text has shadow with #E8CCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CCBE.

Preview

Color preview on black background

This text has color #E8CCBE on black background.


Color preview on white background

This text has color #E8CCBE on white background.


Black color preview on #E8CCBE background

This text has black color on #E8CCBE background.


White color preview on #E8CCBE background

This text has white color on #E8CCBE background.


Related colors

Complementary color

Complementary color for #hex is #173341.


I love getcolorcode.com

Triadic colors

1 #BEE8CC and #CCBEE8 with #E8CCBE are triadic colors.

2 #BECCE8 and #CCE8BE with #E8CCBE are triadic colors.