COLOR #EBC7F2

HEX: #EBC7F2 RGB: (235,199,242)

Color info

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

RGB color model

#EBC7F2 color RGB value is (235,199,242).

RGB: (235,199,242) (92%, 78%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 242 of 255 = 95%

235
199
242

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

Portions of RGB colors in percentages

R + G + B = 235 + 199 + 242 = 676 (100%)
R 235 of 676 ~ 34.76%
G 199 of 676 ~ 29.44%
B 242 of 676 ~ 35.8'%

%34.76
%29.44
%35.8

CMYK color model

#EBC7F2 color CMYK value is (3,18,0,5).

  • cyan value is 2.89%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (3,18,0,5) C3M18Y0K5 (3%,18%,0%,5%) (0.03/0.18/0.00/0.05) 

CMYK percentages

%2.89
%17.77
%0
%5.1

Codes

Color #EBC7F2 in popluar color models

EB C7 F2
RGB 235 199 242
HSL 290° 62.32% 86.47%
HSB/HSV 290° 17.77% 94.90%
CMYK 2.89% 17.77% 0.00%
5.10%

Color #EBC7F2 in popluar number systems.

HEX EB C7 F2
Decimal 235 199 242
Binary 11101011 11000111 11110010
Octal 353 307 362

Shades and tints

Shades of #EBC7F2

#EBC7F2
(235,199,242)
#D6B5DC
(214,181,220)
#C1A3C6
(193,163,198)
#AC91B0
(172,145,176)
#977F9A
(151,127,154)
#826D84
(130,109,132)
#6D5B6E
(109,91,110)
#584958
(88,73,88)
#433742
(67,55,66)
#2E252C
(46,37,44)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #EBC7F2

#EBC7F2
(235,199,242)
#ECCCF3
(236,204,243)
#EDD1F4
(237,209,244)
#EED6F5
(238,214,245)
#EFDBF6
(239,219,246)
#F0E0F7
(240,224,247)
#F1E5F8
(241,229,248)
#F2EAF9
(242,234,249)
#F3EFFA
(243,239,250)
#F4F4FB
(244,244,251)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC7F2 color. Also use rgb(235,199,242) instead hex code.

Text Font Color

.myTextColor { color: #EBC7F2; }

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

This text font color is #EBC7F2.

Background Color

.myBgColor { background-color: #EBC7F2; }

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

This div background color is #EBC7F2.

Border color

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

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

This div border color is #EBC7F2.

Opacity

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

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

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

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

This text has shadow with #EBC7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC7F2.

Preview

Color preview on black background

This text has color #EBC7F2 on black background.


Color preview on white background

This text has color #EBC7F2 on white background.


Black color preview on #EBC7F2 background

This text has black color on #EBC7F2 background.


White color preview on #EBC7F2 background

This text has white color on #EBC7F2 background.


Related colors

Complementary color

Complementary color for #hex is #14380D.


I love getcolorcode.com

Triadic colors

1 #F2EBC7 and #C7F2EB with #EBC7F2 are triadic colors.

2 #F2C7EB and #C7EBF2 with #EBC7F2 are triadic colors.