COLOR #E6C2CF

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

Color info

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

RGB color model

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

RGB: (230,194,207) (90%, 76%, 81%)

RGB channels and saturation

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

230
194
207

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

Portions of RGB colors in percentages

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

%36.45
%30.74
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 10.00%
  • key color value is 9.80%

CMYK: (0,16,10,10)
C0M16Y10K10 (0%, 16%, 10%, 10%)
(0.00 / 0.16 / 0.10 / 0.10)

CMYK percentages

%0
%15.65
%10
%9.8

Codes

Color #E6C2CF in popluar color models

E6 C2 CF
RGB 230 194 207
HSL 338° 41.86% 83.14%
HSB/HSV 338° 15.65% 90.20%
CMYK 0.00% 15.65% 10.00%
9.80%

Color #E6C2CF in popluar number systems.

HEX E6 C2 CF
Decimal 230 194 207
Binary 11100110 11000010 11001111
Octal 346 302 317

Shades and tints

Shades of #E6C2CF

#E6C2CF
(230,194,207)
#D2B1BD
(210,177,189)
#BEA0AB
(190,160,171)
#AA8F99
(170,143,153)
#967E87
(150,126,135)
#826D75
(130,109,117)
#6E5C63
(110,92,99)
#5A4B51
(90,75,81)
#463A3F
(70,58,63)
#32292D
(50,41,45)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #E6C2CF

#E6C2CF
(230,194,207)
#E8C7D3
(232,199,211)
#EACCD7
(234,204,215)
#ECD1DB
(236,209,219)
#EED6DF
(238,214,223)
#F0DBE3
(240,219,227)
#F2E0E7
(242,224,231)
#F4E5EB
(244,229,235)
#F6EAEF
(246,234,239)
#F8EFF3
(248,239,243)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C2CF; }

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

This text font color is #E6C2CF.

Background Color

.myBgColor { background-color: #E6C2CF; }

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

This div background color is #E6C2CF.

Border color

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

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

This div border color is #E6C2CF.

Opacity

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

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

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

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

This text has shadow with #E6C2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C2CF.

Preview

Color preview on black background

This text has color #E6C2CF on black background.


Color preview on white background

This text has color #E6C2CF on white background.


Black color preview on #E6C2CF background

This text has black color on #E6C2CF background.


White color preview on #E6C2CF background

This text has white color on #E6C2CF background.


Related colors

Complementary color

Complementary color for #hex is #193D30.


I love getcolorcode.com

Triadic colors

1 #CFE6C2 and #C2CFE6 with #E6C2CF are triadic colors.

2 #CFC2E6 and #C2E6CF with #E6C2CF are triadic colors.