COLOR #EBBFF6

HEX: #EBBFF6 RGB: (235,191,246)

Color info

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

RGB color model

#EBBFF6 color RGB value is (235,191,246).

RGB: (235,191,246) (92%, 75%, 96%)

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 246 of 255 = 96%

235
191
246

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

Portions of RGB colors in percentages

R + G + B = 235 + 191 + 246 = 672 (100%)
R 235 of 672 ~ 34.97%
G 191 of 672 ~ 28.42%
B 246 of 672 ~ 36.61'%

%34.97
%28.42
%36.61

CMYK color model

#EBBFF6 color CMYK value is (4,22,0,4).

  • cyan value is 4.47%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (4,22,0,4) C4M22Y0K4 (4%,22%,0%,4%) (0.04/0.22/0.00/0.04) 

CMYK percentages

%4.47
%22.36
%0
%3.53

Codes

Color #EBBFF6 in popluar color models

EB BF F6
RGB 235 191 246
HSL 288° 75.34% 85.69%
HSB/HSV 288° 22.36% 96.47%
CMYK 4.47% 22.36% 0.00%
3.53%

Color #EBBFF6 in popluar number systems.

HEX EB BF F6
Decimal 235 191 246
Binary 11101011 10111111 11110110
Octal 353 277 366

Shades and tints

Shades of #EBBFF6

#EBBFF6
(235,191,246)
#D6AEE0
(214,174,224)
#C19DCA
(193,157,202)
#AC8CB4
(172,140,180)
#977B9E
(151,123,158)
#826A88
(130,106,136)
#6D5972
(109,89,114)
#58485C
(88,72,92)
#433746
(67,55,70)
#2E2630
(46,38,48)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #EBBFF6

#EBBFF6
(235,191,246)
#ECC4F6
(236,196,246)
#EDC9F6
(237,201,246)
#EECEF6
(238,206,246)
#EFD3F6
(239,211,246)
#F0D8F6
(240,216,246)
#F1DDF6
(241,221,246)
#F2E2F6
(242,226,246)
#F3E7F6
(243,231,246)
#F4ECF6
(244,236,246)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBFF6; }

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

This text font color is #EBBFF6.

Background Color

.myBgColor { background-color: #EBBFF6; }

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

This div background color is #EBBFF6.

Border color

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

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

This div border color is #EBBFF6.

Opacity

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

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

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

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

This text has shadow with #EBBFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBFF6.

Preview

Color preview on black background

This text has color #EBBFF6 on black background.


Color preview on white background

This text has color #EBBFF6 on white background.


Black color preview on #EBBFF6 background

This text has black color on #EBBFF6 background.


White color preview on #EBBFF6 background

This text has white color on #EBBFF6 background.


Related colors

Complementary color

Complementary color for #hex is #144009.


I love getcolorcode.com

Triadic colors

1 #F6EBBF and #BFF6EB with #EBBFF6 are triadic colors.

2 #F6BFEB and #BFEBF6 with #EBBFF6 are triadic colors.