COLOR #E6CFC2

HEX: #E6CFC2
RGB: (230,207,194)

Color info

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

RGB color model

#E6CFC2 color RGB value is (230,207,194).

  • red value is 230;
  • green value is 207;
  • blue value is 194.
RGB:
(230,207,194)
(90%,81%,76%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 194 of 255 = 76%

230
207
194

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

Portions of RGB colors in percentages

R + G + B =
230 + 207 + 194 = 631 (100%)
R 230 of 631 ~ 36.45%
G 207 of 631 ~ 32.81%
B 194 of 631 ~ 30.74%

%36.45
%32.81
%30.74

CMYK color model

#E6CFC2 color CMYK value is (0,10,16,10).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(0,10,16,10)
C0M10Y16K10 
(0%,10%,16%,10%)
(0.00/0.10/0.16/0.10)	

CMYK percentages

%0
%10
%15.65
%9.8

Codes

Color #E6CFC2 in popluar color models

E6CFC2
RGB230207194
HSL22°41.86%83.14%
HSB/HSV22°15.65%90.20%
CMYK0.00%10.00%15.65%
9.80%

Color #E6CFC2 in popluar number systems.

HEXE6CFC2
Decimal230207194
Binary111001101100111111000010
Octal346317302

Shades and tints

Shades of #E6CFC2

#E6CFC2
(230,207,194)
#D2BDB1
(210,189,177)
#BEABA0
(190,171,160)
#AA998F
(170,153,143)
#96877E
(150,135,126)
#82756D
(130,117,109)
#6E635C
(110,99,92)
#5A514B
(90,81,75)
#463F3A
(70,63,58)
#322D29
(50,45,41)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6CFC2

#E6CFC2
(230,207,194)
#E8D3C7
(232,211,199)
#EAD7CC
(234,215,204)
#ECDBD1
(236,219,209)
#EEDFD6
(238,223,214)
#F0E3DB
(240,227,219)
#F2E7E0
(242,231,224)
#F4EBE5
(244,235,229)
#F6EFEA
(246,239,234)
#F8F3EF
(248,243,239)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CFC2 color. Also use rgb(230,207,194) instead hex code.

Text Font Color

.myTextColor { color: #E6CFC2; }

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

This text font color is #E6CFC2.


Background Color

.myBgColor { background-color: #E6CFC2; }

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

This div background color is #E6CFC2.


Border color

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

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

This div border color is #E6CFC2.


Opacity

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

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

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

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

This text has shadow with #E6CFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CFC2 on black background.


Color preview on white background

This text has color #E6CFC2 on white background.



Black color preview on #E6CFC2 background

This text has black color on #E6CFC2 background.


White color preview on #E6CFC2 background

This text has white color on #E6CFC2 background.