COLOR #E6CFEF

HEX: #E6CFEF RGB: (230,207,239)

Color info

#E6CFEF contains red, green and blue colors in about the same proportion. Web safe color of #E6CFEF is #CCCCFF (or #CCF).

RGB color model

#E6CFEF color RGB value is (230,207,239).

RGB: (230,207,239) (90%, 81%, 94%)

RGB channels and saturation

R 230 of 255 = 90%
G 207 of 255 = 81%
B 239 of 255 = 94%

230
207
239

R + G + B ~ 88%. #E6CFEF is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 207 + 239 = 676 (100%)
R 230 of 676 ~ 34.02%
G 207 of 676 ~ 30.62%
B 239 of 676 ~ 35.36'%

%34.02
%30.62
%35.36

CMYK color model

#E6CFEF color CMYK value is (4,13,0,6).

  • cyan value is 3.77%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,13,0,6)
C4M13Y0K6 (4%, 13%, 0%, 6%)
(0.04 / 0.13 / 0.00 / 0.06)

CMYK percentages

%3.77
%13.39
%0
%6.27

Codes

Color #E6CFEF in popluar color models

E6 CF EF
RGB 230 207 239
HSL 283° 50.00% 87.45%
HSB/HSV 283° 13.39% 93.73%
CMYK 3.77% 13.39% 0.00%
6.27%

Color #E6CFEF in popluar number systems.

HEX E6 CF EF
Decimal 230 207 239
Binary 11100110 11001111 11101111
Octal 346 317 357

Shades and tints

Shades of #E6CFEF

#E6CFEF
(230,207,239)
#D2BDDA
(210,189,218)
#BEABC5
(190,171,197)
#AA99B0
(170,153,176)
#96879B
(150,135,155)
#827586
(130,117,134)
#6E6371
(110,99,113)
#5A515C
(90,81,92)
#463F47
(70,63,71)
#322D32
(50,45,50)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #E6CFEF

#E6CFEF
(230,207,239)
#E8D3F0
(232,211,240)
#EAD7F1
(234,215,241)
#ECDBF2
(236,219,242)
#EEDFF3
(238,223,243)
#F0E3F4
(240,227,244)
#F2E7F5
(242,231,245)
#F4EBF6
(244,235,246)
#F6EFF7
(246,239,247)
#F8F3F8
(248,243,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CFEF; }

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

This text font color is #E6CFEF.

Background Color

.myBgColor { background-color: #E6CFEF; }

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

This div background color is #E6CFEF.

Border color

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

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

This div border color is #E6CFEF.

Opacity

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

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

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

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

This text has shadow with #E6CFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CFEF.

Preview

Color preview on black background

This text has color #E6CFEF on black background.


Color preview on white background

This text has color #E6CFEF on white background.


Black color preview on #E6CFEF background

This text has black color on #E6CFEF background.


White color preview on #E6CFEF background

This text has white color on #E6CFEF background.


Related colors

Complementary color

Complementary color for #hex is #193010.


I love getcolorcode.com

Triadic colors

1 #EFE6CF and #CFEFE6 with #E6CFEF are triadic colors.

2 #EFCFE6 and #CFE6EF with #E6CFEF are triadic colors.