COLOR #EBCFF6

HEX: #EBCFF6 RGB: (235,207,246)

Color info

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

RGB color model

#EBCFF6 color RGB value is (235,207,246).

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

RGB channels and saturation

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

235
207
246

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

Portions of RGB colors in percentages

R + G + B = 235 + 207 + 246 = 688 (100%)
R 235 of 688 ~ 34.16%
G 207 of 688 ~ 30.09%
B 246 of 688 ~ 35.76'%

%34.16
%30.09
%35.76

CMYK color model

#EBCFF6 color CMYK value is (4,16,0,4).

  • cyan value is 4.47%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (4,16,0,4)
C4M16Y0K4 (4%, 16%, 0%, 4%)
(0.04 / 0.16 / 0.00 / 0.04)

CMYK percentages

%4.47
%15.85
%0
%3.53

Codes

Color #EBCFF6 in popluar color models

EB CF F6
RGB 235 207 246
HSL 283° 68.42% 88.82%
HSB/HSV 283° 15.85% 96.47%
CMYK 4.47% 15.85% 0.00%
3.53%

Color #EBCFF6 in popluar number systems.

HEX EB CF F6
Decimal 235 207 246
Binary 11101011 11001111 11110110
Octal 353 317 366

Shades and tints

Shades of #EBCFF6

#EBCFF6
(235,207,246)
#D6BDE0
(214,189,224)
#C1ABCA
(193,171,202)
#AC99B4
(172,153,180)
#97879E
(151,135,158)
#827588
(130,117,136)
#6D6372
(109,99,114)
#58515C
(88,81,92)
#433F46
(67,63,70)
#2E2D30
(46,45,48)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #EBCFF6

#EBCFF6
(235,207,246)
#ECD3F6
(236,211,246)
#EDD7F6
(237,215,246)
#EEDBF6
(238,219,246)
#EFDFF6
(239,223,246)
#F0E3F6
(240,227,246)
#F1E7F6
(241,231,246)
#F2EBF6
(242,235,246)
#F3EFF6
(243,239,246)
#F4F3F6
(244,243,246)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCFF6; }

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

This text font color is #EBCFF6.

Background Color

.myBgColor { background-color: #EBCFF6; }

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

This div background color is #EBCFF6.

Border color

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

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

This div border color is #EBCFF6.

Opacity

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

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

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

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

This text has shadow with #EBCFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCFF6.

Preview

Color preview on black background

This text has color #EBCFF6 on black background.


Color preview on white background

This text has color #EBCFF6 on white background.


Black color preview on #EBCFF6 background

This text has black color on #EBCFF6 background.


White color preview on #EBCFF6 background

This text has white color on #EBCFF6 background.


Related colors

Complementary color

Complementary color for #hex is #143009.


I love getcolorcode.com

Triadic colors

1 #F6EBCF and #CFF6EB with #EBCFF6 are triadic colors.

2 #F6CFEB and #CFEBF6 with #EBCFF6 are triadic colors.