COLOR #E3C3CF

HEX: #E3C3CF RGB: (227,195,207)

Color info

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

RGB color model

#E3C3CF color RGB value is (227,195,207).

RGB: (227,195,207) (89%, 76%, 81%)

RGB channels and saturation

R 227 of 255 = 89%
G 195 of 255 = 76%
B 207 of 255 = 81%

227
195
207

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

Portions of RGB colors in percentages

R + G + B = 227 + 195 + 207 = 629 (100%)
R 227 of 629 ~ 36.09%
G 195 of 629 ~ 31%
B 207 of 629 ~ 32.91'%

%36.09
%31
%32.91

CMYK color model

#E3C3CF color CMYK value is (0,14,9,11).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 8.81%
  • key color value is 10.98%

CMYK: (0,14,9,11)
C0M14Y9K11 (0%, 14%, 9%, 11%)
(0.00 / 0.14 / 0.09 / 0.11)

CMYK percentages

%0
%14.1
%8.81
%10.98

Codes

Color #E3C3CF in popluar color models

E3 C3 CF
RGB 227 195 207
HSL 338° 36.36% 82.75%
HSB/HSV 338° 14.10% 89.02%
CMYK 0.00% 14.10% 8.81%
10.98%

Color #E3C3CF in popluar number systems.

HEX E3 C3 CF
Decimal 227 195 207
Binary 11100011 11000011 11001111
Octal 343 303 317

Shades and tints

Shades of #E3C3CF

#E3C3CF
(227,195,207)
#CFB2BD
(207,178,189)
#BBA1AB
(187,161,171)
#A79099
(167,144,153)
#937F87
(147,127,135)
#7F6E75
(127,110,117)
#6B5D63
(107,93,99)
#574C51
(87,76,81)
#433B3F
(67,59,63)
#2F2A2D
(47,42,45)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #E3C3CF

#E3C3CF
(227,195,207)
#E5C8D3
(229,200,211)
#E7CDD7
(231,205,215)
#E9D2DB
(233,210,219)
#EBD7DF
(235,215,223)
#EDDCE3
(237,220,227)
#EFE1E7
(239,225,231)
#F1E6EB
(241,230,235)
#F3EBEF
(243,235,239)
#F5F0F3
(245,240,243)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C3CF color. Also use rgb(227,195,207) instead hex code.

Text Font Color

.myTextColor { color: #E3C3CF; }

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

This text font color is #E3C3CF.

Background Color

.myBgColor { background-color: #E3C3CF; }

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

This div background color is #E3C3CF.

Border color

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

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

This div border color is #E3C3CF.

Opacity

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

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

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

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

This text has shadow with #E3C3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C3CF.

Preview

Color preview on black background

This text has color #E3C3CF on black background.


Color preview on white background

This text has color #E3C3CF on white background.


Black color preview on #E3C3CF background

This text has black color on #E3C3CF background.


White color preview on #E3C3CF background

This text has white color on #E3C3CF background.


Related colors

Complementary color

Complementary color for #hex is #1C3C30.


I love getcolorcode.com

Triadic colors

1 #CFE3C3 and #C3CFE3 with #E3C3CF are triadic colors.

2 #CFC3E3 and #C3E3CF with #E3C3CF are triadic colors.