COLOR #EBCFF4

HEX: #EBCFF4 RGB: (235,207,244)

Color info

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

RGB color model

#EBCFF4 color RGB value is (235,207,244).

RGB: (235,207,244) (92%, 81%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 244 of 255 = 96%

235
207
244

R + G + B ~ 90%. #EBCFF4 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 207 + 244 = 686 (100%)
R 235 of 686 ~ 34.26%
G 207 of 686 ~ 30.17%
B 244 of 686 ~ 35.57'%

%34.26
%30.17
%35.57

CMYK color model

#EBCFF4 color CMYK value is (4,15,0,4).

  • cyan value is 3.69%
  • magenta value is 15.16%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (4,15,0,4) C4M15Y0K4 (4%,15%,0%,4%) (0.04/0.15/0.00/0.04) 

CMYK percentages

%3.69
%15.16
%0
%4.31

Codes

Color #EBCFF4 in popluar color models

EB CF F4
RGB 235 207 244
HSL 285° 62.71% 88.43%
HSB/HSV 285° 15.16% 95.69%
CMYK 3.69% 15.16% 0.00%
4.31%

Color #EBCFF4 in popluar number systems.

HEX EB CF F4
Decimal 235 207 244
Binary 11101011 11001111 11110100
Octal 353 317 364

Shades and tints

Shades of #EBCFF4

#EBCFF4
(235,207,244)
#D6BDDE
(214,189,222)
#C1ABC8
(193,171,200)
#AC99B2
(172,153,178)
#97879C
(151,135,156)
#827586
(130,117,134)
#6D6370
(109,99,112)
#58515A
(88,81,90)
#433F44
(67,63,68)
#2E2D2E
(46,45,46)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #EBCFF4

#EBCFF4
(235,207,244)
#ECD3F5
(236,211,245)
#EDD7F6
(237,215,246)
#EEDBF7
(238,219,247)
#EFDFF8
(239,223,248)
#F0E3F9
(240,227,249)
#F1E7FA
(241,231,250)
#F2EBFB
(242,235,251)
#F3EFFC
(243,239,252)
#F4F3FD
(244,243,253)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCFF4 color. Also use rgb(235,207,244) instead hex code.

Text Font Color

.myTextColor { color: #EBCFF4; }

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

This text font color is #EBCFF4.

Background Color

.myBgColor { background-color: #EBCFF4; }

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

This div background color is #EBCFF4.

Border color

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

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

This div border color is #EBCFF4.

Opacity

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

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

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

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

This text has shadow with #EBCFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCFF4.

Preview

Color preview on black background

This text has color #EBCFF4 on black background.


Color preview on white background

This text has color #EBCFF4 on white background.


Black color preview on #EBCFF4 background

This text has black color on #EBCFF4 background.


White color preview on #EBCFF4 background

This text has white color on #EBCFF4 background.


Related colors

Complementary color

Complementary color for #hex is #14300B.


I love getcolorcode.com

Triadic colors

1 #F4EBCF and #CFF4EB with #EBCFF4 are triadic colors.

2 #F4CFEB and #CFEBF4 with #EBCFF4 are triadic colors.