COLOR #E6EBCB

HEX: #E6EBCB
RGB: (230,235,203)

Color info

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

RGB color model

#E6EBCB color RGB value is (230,235,203).

  • red value is 230;
  • green value is 235;
  • blue value is 203.
RGB:
(230,235,203)
(90%,92%,80%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 203 of 255 = 80%

230
235
203

R + G + B ~ 87%. #E6EBCB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 203 = 668 (100%)
R 230 of 668 ~ 34.43%
G 235 of 668 ~ 35.18%
B 203 of 668 ~ 30.39%

%34.43
%35.18
%30.39

CMYK color model

#E6EBCB color CMYK value is (2,0,14,8).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(2,0,14,8)
C2M0Y14K8 
(2%,0%,14%,8%)
(0.02/0.00/0.14/0.08)	

CMYK percentages

%2.13
%0
%13.62
%7.84

Codes

Color #E6EBCB in popluar color models

E6EBCB
RGB230235203
HSL69°44.44%85.88%
HSB/HSV69°13.62%92.16%
CMYK2.13%0.00%13.62%
7.84%

Color #E6EBCB in popluar number systems.

HEXE6EBCB
Decimal230235203
Binary111001101110101111001011
Octal346353313

Shades and tints

Shades of #E6EBCB

#E6EBCB
(230,235,203)
#D2D6B9
(210,214,185)
#BEC1A7
(190,193,167)
#AAAC95
(170,172,149)
#969783
(150,151,131)
#828271
(130,130,113)
#6E6D5F
(110,109,95)
#5A584D
(90,88,77)
#46433B
(70,67,59)
#322E29
(50,46,41)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6EBCB

#E6EBCB
(230,235,203)
#E8ECCF
(232,236,207)
#EAEDD3
(234,237,211)
#ECEED7
(236,238,215)
#EEEFDB
(238,239,219)
#F0F0DF
(240,240,223)
#F2F1E3
(242,241,227)
#F4F2E7
(244,242,231)
#F6F3EB
(246,243,235)
#F8F4EF
(248,244,239)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EBCB color. Also use rgb(230,235,203) instead hex code.

Text Font Color

.myTextColor { color: #E6EBCB; }

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

This text font color is #E6EBCB.


Background Color

.myBgColor { background-color: #E6EBCB; }

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

This div background color is #E6EBCB.


Border color

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

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

This div border color is #E6EBCB.


Opacity

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

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

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

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

This text has shadow with #E6EBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBCB on black background.


Color preview on white background

This text has color #E6EBCB on white background.



Black color preview on #E6EBCB background

This text has black color on #E6EBCB background.


White color preview on #E6EBCB background

This text has white color on #E6EBCB background.