COLOR #E7CBF4

HEX: #E7CBF4 RGB: (231,203,244)

Color info

#E7CBF4 contains red, green and blue colors in about the same proportion. Web safe color of #E7CBF4 is #FFCCFF (or #FCF).

RGB color model

#E7CBF4 color RGB value is (231,203,244).

RGB: (231,203,244) (91%, 80%, 96%)

RGB channels and saturation

R 231 of 255 = 91%
G 203 of 255 = 80%
B 244 of 255 = 96%

231
203
244

R + G + B ~ 89%. #E7CBF4 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 203 + 244 = 678 (100%)
R 231 of 678 ~ 34.07%
G 203 of 678 ~ 29.94%
B 244 of 678 ~ 35.99'%

%34.07
%29.94
%35.99

CMYK color model

#E7CBF4 color CMYK value is (5,17,0,4).

  • cyan value is 5.33%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (5,17,0,4)
C5M17Y0K4 (5%, 17%, 0%, 4%)
(0.05 / 0.17 / 0.00 / 0.04)

CMYK percentages

%5.33
%16.8
%0
%4.31

Codes

Color #E7CBF4 in popluar color models

E7 CB F4
RGB 231 203 244
HSL 281° 65.08% 87.65%
HSB/HSV 281° 16.80% 95.69%
CMYK 5.33% 16.80% 0.00%
4.31%

Color #E7CBF4 in popluar number systems.

HEX E7 CB F4
Decimal 231 203 244
Binary 11100111 11001011 11110100
Octal 347 313 364

Shades and tints

Shades of #E7CBF4

#E7CBF4
(231,203,244)
#D2B9DE
(210,185,222)
#BDA7C8
(189,167,200)
#A895B2
(168,149,178)
#93839C
(147,131,156)
#7E7186
(126,113,134)
#695F70
(105,95,112)
#544D5A
(84,77,90)
#3F3B44
(63,59,68)
#2A292E
(42,41,46)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7CBF4

#E7CBF4
(231,203,244)
#E9CFF5
(233,207,245)
#EBD3F6
(235,211,246)
#EDD7F7
(237,215,247)
#EFDBF8
(239,219,248)
#F1DFF9
(241,223,249)
#F3E3FA
(243,227,250)
#F5E7FB
(245,231,251)
#F7EBFC
(247,235,252)
#F9EFFD
(249,239,253)
#FBF3FE
(251,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CBF4 color. Also use rgb(231,203,244) instead hex code.

Text Font Color

.myTextColor { color: #E7CBF4; }

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

This text font color is #E7CBF4.

Background Color

.myBgColor { background-color: #E7CBF4; }

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

This div background color is #E7CBF4.

Border color

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

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

This div border color is #E7CBF4.

Opacity

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

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

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

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

This text has shadow with #E7CBF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CBF4.

Preview

Color preview on black background

This text has color #E7CBF4 on black background.


Color preview on white background

This text has color #E7CBF4 on white background.


Black color preview on #E7CBF4 background

This text has black color on #E7CBF4 background.


White color preview on #E7CBF4 background

This text has white color on #E7CBF4 background.


Related colors

Complementary color

Complementary color for #hex is #18340B.


I love getcolorcode.com

Triadic colors

1 #F4E7CB and #CBF4E7 with #E7CBF4 are triadic colors.

2 #F4CBE7 and #CBE7F4 with #E7CBF4 are triadic colors.