COLOR #EBB9D2

HEX: #EBB9D2
RGB: (235,185,210)

Color info

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

RGB color model

#EBB9D2 color RGB value is (235,185,210).

  • red value is 235;
  • green value is 185;
  • blue value is 210.
RGB:
(235,185,210)
(92%,73%,82%)

RGB channels and saturation

R 235 of 255 = 92%
G 185 of 255 = 73%
B 210 of 255 = 82%

235
185
210

R + G + B ~ 82%. #EBB9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 185 + 210 = 630 (100%)
R 235 of 630 ~ 37.3%
G 185 of 630 ~ 29.37%
B 210 of 630 ~ 33.33%

%37.3
%29.37
%33.33

CMYK color model

#EBB9D2 color CMYK value is (0,21,11,8).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,21,11,8)
C0M21Y11K8 
(0%,21%,11%,8%)
(0.00/0.21/0.11/0.08)	

CMYK percentages

%0
%21.28
%10.64
%7.84

Codes

Color #EBB9D2 in popluar color models

EBB9D2
RGB235185210
HSL330°55.56%82.35%
HSB/HSV330°21.28%92.16%
CMYK0.00%21.28%10.64%
7.84%

Color #EBB9D2 in popluar number systems.

HEXEBB9D2
Decimal235185210
Binary111010111011100111010010
Octal353271322

Shades and tints

Shades of #EBB9D2

#EBB9D2
(235,185,210)
#D6A9BF
(214,169,191)
#C199AC
(193,153,172)
#AC8999
(172,137,153)
#977986
(151,121,134)
#826973
(130,105,115)
#6D5960
(109,89,96)
#58494D
(88,73,77)
#43393A
(67,57,58)
#2E2927
(46,41,39)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBB9D2

#EBB9D2
(235,185,210)
#ECBFD6
(236,191,214)
#EDC5DA
(237,197,218)
#EECBDE
(238,203,222)
#EFD1E2
(239,209,226)
#F0D7E6
(240,215,230)
#F1DDEA
(241,221,234)
#F2E3EE
(242,227,238)
#F3E9F2
(243,233,242)
#F4EFF6
(244,239,246)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB9D2 color. Also use rgb(235,185,210) instead hex code.

Text Font Color

.myTextColor { color: #EBB9D2; }

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

This text font color is #EBB9D2.


Background Color

.myBgColor { background-color: #EBB9D2; }

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

This div background color is #EBB9D2.


Border color

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

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

This div border color is #EBB9D2.


Opacity

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

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

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

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

This text has shadow with #EBB9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB9D2 on black background.


Color preview on white background

This text has color #EBB9D2 on white background.



Black color preview on #EBB9D2 background

This text has black color on #EBB9D2 background.


White color preview on #EBB9D2 background

This text has white color on #EBB9D2 background.