COLOR #EBBFDA

HEX: #EBBFDA
RGB: (235,191,218)

Color info

#EBBFDA contains red, green and blue colors in about the same proportion. Web safe color of #EBBFDA is #FFCCCC (or #FCC).

RGB color model

#EBBFDA color RGB value is (235,191,218).

  • red value is 235;
  • green value is 191;
  • blue value is 218.
RGB:
(235,191,218)
(92%,75%,85%)

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 218 of 255 = 85%

235
191
218

R + G + B ~ 84%. #EBBFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 218 = 644 (100%)
R 235 of 644 ~ 36.49%
G 191 of 644 ~ 29.66%
B 218 of 644 ~ 33.85%

%36.49
%29.66
%33.85

CMYK color model

#EBBFDA color CMYK value is (0,19,7,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(0,19,7,8)
C0M19Y7K8 
(0%,19%,7%,8%)
(0.00/0.19/0.07/0.08)	

CMYK percentages

%0
%18.72
%7.23
%7.84

Codes

Color #EBBFDA in popluar color models

EBBFDA
RGB235191218
HSL323°52.38%83.53%
HSB/HSV323°18.72%92.16%
CMYK0.00%18.72%7.23%
7.84%

Color #EBBFDA in popluar number systems.

HEXEBBFDA
Decimal235191218
Binary111010111011111111011010
Octal353277332

Shades and tints

Shades of #EBBFDA

#EBBFDA
(235,191,218)
#D6AEC7
(214,174,199)
#C19DB4
(193,157,180)
#AC8CA1
(172,140,161)
#977B8E
(151,123,142)
#826A7B
(130,106,123)
#6D5968
(109,89,104)
#584855
(88,72,85)
#433742
(67,55,66)
#2E262F
(46,38,47)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #EBBFDA

#EBBFDA
(235,191,218)
#ECC4DD
(236,196,221)
#EDC9E0
(237,201,224)
#EECEE3
(238,206,227)
#EFD3E6
(239,211,230)
#F0D8E9
(240,216,233)
#F1DDEC
(241,221,236)
#F2E2EF
(242,226,239)
#F3E7F2
(243,231,242)
#F4ECF5
(244,236,245)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBFDA; }

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

This text font color is #EBBFDA.


Background Color

.myBgColor { background-color: #EBBFDA; }

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

This div background color is #EBBFDA.


Border color

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

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

This div border color is #EBBFDA.


Opacity

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

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

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

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

This text has shadow with #EBBFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBFDA on black background.


Color preview on white background

This text has color #EBBFDA on white background.



Black color preview on #EBBFDA background

This text has black color on #EBBFDA background.


White color preview on #EBBFDA background

This text has white color on #EBBFDA background.