COLOR #EBB6F4

HEX: #EBB6F4 RGB: (235,182,244)

Color info

#EBB6F4 contains mainly red and blue colors. Web safe color of #EBB6F4 is #FFCCFF (or #FCF).

RGB color model

#EBB6F4 color RGB value is (235,182,244).

RGB: (235,182,244) (92%, 71%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 244 of 255 = 96%

235
182
244

R + G + B ~ 86%. #EBB6F4 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 182 + 244 = 661 (100%)
R 235 of 661 ~ 35.55%
G 182 of 661 ~ 27.53%
B 244 of 661 ~ 36.91'%

%35.55
%27.53
%36.91

CMYK color model

#EBB6F4 color CMYK value is (4,25,0,4).

  • cyan value is 3.69%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (4,25,0,4)
C4M25Y0K4 (4%, 25%, 0%, 4%)
(0.04 / 0.25 / 0.00 / 0.04)

CMYK percentages

%3.69
%25.41
%0
%4.31

Codes

Color #EBB6F4 in popluar color models

EB B6 F4
RGB 235 182 244
HSL 291° 73.81% 83.53%
HSB/HSV 291° 25.41% 95.69%
CMYK 3.69% 25.41% 0.00%
4.31%

Color #EBB6F4 in popluar number systems.

HEX EB B6 F4
Decimal 235 182 244
Binary 11101011 10110110 11110100
Octal 353 266 364

Shades and tints

Shades of #EBB6F4

#EBB6F4
(235,182,244)
#D6A6DE
(214,166,222)
#C196C8
(193,150,200)
#AC86B2
(172,134,178)
#97769C
(151,118,156)
#826686
(130,102,134)
#6D5670
(109,86,112)
#58465A
(88,70,90)
#433644
(67,54,68)
#2E262E
(46,38,46)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #EBB6F4

#EBB6F4
(235,182,244)
#ECBCF5
(236,188,245)
#EDC2F6
(237,194,246)
#EEC8F7
(238,200,247)
#EFCEF8
(239,206,248)
#F0D4F9
(240,212,249)
#F1DAFA
(241,218,250)
#F2E0FB
(242,224,251)
#F3E6FC
(243,230,252)
#F4ECFD
(244,236,253)
#F5F2FE
(245,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB6F4; }

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

This text font color is #EBB6F4.

Background Color

.myBgColor { background-color: #EBB6F4; }

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

This div background color is #EBB6F4.

Border color

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

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

This div border color is #EBB6F4.

Opacity

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

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

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

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

This text has shadow with #EBB6F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB6F4.

Preview

Color preview on black background

This text has color #EBB6F4 on black background.


Color preview on white background

This text has color #EBB6F4 on white background.


Black color preview on #EBB6F4 background

This text has black color on #EBB6F4 background.


White color preview on #EBB6F4 background

This text has white color on #EBB6F4 background.


Related colors

Complementary color

Complementary color for #hex is #14490B.


I love getcolorcode.com

Triadic colors

1 #F4EBB6 and #B6F4EB with #EBB6F4 are triadic colors.

2 #F4B6EB and #B6EBF4 with #EBB6F4 are triadic colors.