COLOR #EBB6D0

HEX: #EBB6D0 RGB: (235,182,208)

Color info

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

RGB color model

#EBB6D0 color RGB value is (235,182,208).

RGB: (235,182,208) (92%, 71%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 208 of 255 = 82%

235
182
208

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

Portions of RGB colors in percentages

R + G + B = 235 + 182 + 208 = 625 (100%)
R 235 of 625 ~ 37.6%
G 182 of 625 ~ 29.12%
B 208 of 625 ~ 33.28'%

%37.6
%29.12
%33.28

CMYK color model

#EBB6D0 color CMYK value is (0,23,11,8).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 11.49%
  • key color value is 7.84%

CMYK: (0,23,11,8)
C0M23Y11K8 (0%, 23%, 11%, 8%)
(0.00 / 0.23 / 0.11 / 0.08)

CMYK percentages

%0
%22.55
%11.49
%7.84

Codes

Color #EBB6D0 in popluar color models

EB B6 D0
RGB 235 182 208
HSL 331° 56.99% 81.76%
HSB/HSV 331° 22.55% 92.16%
CMYK 0.00% 22.55% 11.49%
7.84%

Color #EBB6D0 in popluar number systems.

HEX EB B6 D0
Decimal 235 182 208
Binary 11101011 10110110 11010000
Octal 353 266 320

Shades and tints

Shades of #EBB6D0

#EBB6D0
(235,182,208)
#D6A6BE
(214,166,190)
#C196AC
(193,150,172)
#AC869A
(172,134,154)
#977688
(151,118,136)
#826676
(130,102,118)
#6D5664
(109,86,100)
#584652
(88,70,82)
#433640
(67,54,64)
#2E262E
(46,38,46)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #EBB6D0

#EBB6D0
(235,182,208)
#ECBCD4
(236,188,212)
#EDC2D8
(237,194,216)
#EEC8DC
(238,200,220)
#EFCEE0
(239,206,224)
#F0D4E4
(240,212,228)
#F1DAE8
(241,218,232)
#F2E0EC
(242,224,236)
#F3E6F0
(243,230,240)
#F4ECF4
(244,236,244)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB6D0 color. Also use rgb(235,182,208) instead hex code.

Text Font Color

.myTextColor { color: #EBB6D0; }

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

This text font color is #EBB6D0.

Background Color

.myBgColor { background-color: #EBB6D0; }

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

This div background color is #EBB6D0.

Border color

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

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

This div border color is #EBB6D0.

Opacity

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

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

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

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

This text has shadow with #EBB6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB6D0.

Preview

Color preview on black background

This text has color #EBB6D0 on black background.


Color preview on white background

This text has color #EBB6D0 on white background.


Black color preview on #EBB6D0 background

This text has black color on #EBB6D0 background.


White color preview on #EBB6D0 background

This text has white color on #EBB6D0 background.


Related colors

Complementary color

Complementary color for #hex is #14492F.


I love getcolorcode.com

Triadic colors

1 #D0EBB6 and #B6D0EB with #EBB6D0 are triadic colors.

2 #D0B6EB and #B6EBD0 with #EBB6D0 are triadic colors.