COLOR #EBB7D2

HEX: #EBB7D2
RGB: (235,183,210)

Color info

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

RGB color model

#EBB7D2 color RGB value is (235,183,210).

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

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 210 of 255 = 82%

235
183
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 183 + 210 = 628 (100%)
R 235 of 628 ~ 37.42%
G 183 of 628 ~ 29.14%
B 210 of 628 ~ 33.44%

%37.42
%29.14
%33.44

CMYK color model

#EBB7D2 color CMYK value is (0,22,11,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(0,22,11,8)
C0M22Y11K8 
(0%,22%,11%,8%)
(0.00/0.22/0.11/0.08)	

CMYK percentages

%0
%22.13
%10.64
%7.84

Codes

Color #EBB7D2 in popluar color models

EBB7D2
RGB235183210
HSL329°56.52%81.96%
HSB/HSV329°22.13%92.16%
CMYK0.00%22.13%10.64%
7.84%

Color #EBB7D2 in popluar number systems.

HEXEBB7D2
Decimal235183210
Binary111010111011011111010010
Octal353267322

Shades and tints

Shades of #EBB7D2

#EBB7D2
(235,183,210)
#D6A7BF
(214,167,191)
#C197AC
(193,151,172)
#AC8799
(172,135,153)
#977786
(151,119,134)
#826773
(130,103,115)
#6D5760
(109,87,96)
#58474D
(88,71,77)
#43373A
(67,55,58)
#2E2727
(46,39,39)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #EBB7D2

#EBB7D2
(235,183,210)
#ECBDD6
(236,189,214)
#EDC3DA
(237,195,218)
#EEC9DE
(238,201,222)
#EFCFE2
(239,207,226)
#F0D5E6
(240,213,230)
#F1DBEA
(241,219,234)
#F2E1EE
(242,225,238)
#F3E7F2
(243,231,242)
#F4EDF6
(244,237,246)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB7D2; }

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

This text font color is #EBB7D2.


Background Color

.myBgColor { background-color: #EBB7D2; }

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

This div background color is #EBB7D2.


Border color

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

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

This div border color is #EBB7D2.


Opacity

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

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

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

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

This text has shadow with #EBB7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB7D2 on black background.


Color preview on white background

This text has color #EBB7D2 on white background.



Black color preview on #EBB7D2 background

This text has black color on #EBB7D2 background.


White color preview on #EBB7D2 background

This text has white color on #EBB7D2 background.