COLOR #EBBEF7

HEX: #EBBEF7 RGB: (235,190,247)

Color info

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

RGB color model

#EBBEF7 color RGB value is (235,190,247).

RGB: (235,190,247) (92%, 75%, 97%)

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 247 of 255 = 97%

235
190
247

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

Portions of RGB colors in percentages

R + G + B = 235 + 190 + 247 = 672 (100%)
R 235 of 672 ~ 34.97%
G 190 of 672 ~ 28.27%
B 247 of 672 ~ 36.76'%

%34.97
%28.27
%36.76

CMYK color model

#EBBEF7 color CMYK value is (5,23,0,3).

  • cyan value is 4.86%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (5,23,0,3)
C5M23Y0K3 (5%, 23%, 0%, 3%)
(0.05 / 0.23 / 0.00 / 0.03)

CMYK percentages

%4.86
%23.08
%0
%3.14

Codes

Color #EBBEF7 in popluar color models

EB BE F7
RGB 235 190 247
HSL 287° 78.08% 85.69%
HSB/HSV 287° 23.08% 96.86%
CMYK 4.86% 23.08% 0.00%
3.14%

Color #EBBEF7 in popluar number systems.

HEX EB BE F7
Decimal 235 190 247
Binary 11101011 10111110 11110111
Octal 353 276 367

Shades and tints

Shades of #EBBEF7

#EBBEF7
(235,190,247)
#D6ADE1
(214,173,225)
#C19CCB
(193,156,203)
#AC8BB5
(172,139,181)
#977A9F
(151,122,159)
#826989
(130,105,137)
#6D5873
(109,88,115)
#58475D
(88,71,93)
#433647
(67,54,71)
#2E2531
(46,37,49)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #EBBEF7

#EBBEF7
(235,190,247)
#ECC3F7
(236,195,247)
#EDC8F7
(237,200,247)
#EECDF7
(238,205,247)
#EFD2F7
(239,210,247)
#F0D7F7
(240,215,247)
#F1DCF7
(241,220,247)
#F2E1F7
(242,225,247)
#F3E6F7
(243,230,247)
#F4EBF7
(244,235,247)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBEF7 color. Also use rgb(235,190,247) instead hex code.

Text Font Color

.myTextColor { color: #EBBEF7; }

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

This text font color is #EBBEF7.

Background Color

.myBgColor { background-color: #EBBEF7; }

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

This div background color is #EBBEF7.

Border color

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

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

This div border color is #EBBEF7.

Opacity

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

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

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

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

This text has shadow with #EBBEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBEF7.

Preview

Color preview on black background

This text has color #EBBEF7 on black background.


Color preview on white background

This text has color #EBBEF7 on white background.


Black color preview on #EBBEF7 background

This text has black color on #EBBEF7 background.


White color preview on #EBBEF7 background

This text has white color on #EBBEF7 background.


Related colors

Complementary color

Complementary color for #hex is #144108.


I love getcolorcode.com

Triadic colors

1 #F7EBBE and #BEF7EB with #EBBEF7 are triadic colors.

2 #F7BEEB and #BEEBF7 with #EBBEF7 are triadic colors.