COLOR #EBB6B3

HEX: #EBB6B3 RGB: (235,182,179)

Color info

#EBB6B3 contains red, green and blue colors in about the same proportion. Web safe color of #EBB6B3 is #FFCC99 (or #FC9).

RGB color model

#EBB6B3 color RGB value is (235,182,179).

RGB: (235,182,179) (92%, 71%, 70%)

RGB channels and saturation

R 235 of 255 = 92%
G 182 of 255 = 71%
B 179 of 255 = 70%

235
182
179

R + G + B ~ 78%. #EBB6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 182 + 179 = 596 (100%)
R 235 of 596 ~ 39.43%
G 182 of 596 ~ 30.54%
B 179 of 596 ~ 30.03'%

%39.43
%30.54
%30.03

CMYK color model

#EBB6B3 color CMYK value is (0,23,24,8).

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

CMYK: (0,23,24,8)
C0M23Y24K8 (0%, 23%, 24%, 8%)
(0.00 / 0.23 / 0.24 / 0.08)

CMYK percentages

%0
%22.55
%23.83
%7.84

Codes

Color #EBB6B3 in popluar color models

EB B6 B3
RGB 235 182 179
HSL 58.33% 81.18%
HSB/HSV 23.83% 92.16%
CMYK 0.00% 22.55% 23.83%
7.84%

Color #EBB6B3 in popluar number systems.

HEX EB B6 B3
Decimal 235 182 179
Binary 11101011 10110110 10110011
Octal 353 266 263

Shades and tints

Shades of #EBB6B3

#EBB6B3
(235,182,179)
#D6A6A3
(214,166,163)
#C19693
(193,150,147)
#AC8683
(172,134,131)
#977673
(151,118,115)
#826663
(130,102,99)
#6D5653
(109,86,83)
#584643
(88,70,67)
#433633
(67,54,51)
#2E2623
(46,38,35)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBB6B3

#EBB6B3
(235,182,179)
#ECBCB9
(236,188,185)
#EDC2BF
(237,194,191)
#EEC8C5
(238,200,197)
#EFCECB
(239,206,203)
#F0D4D1
(240,212,209)
#F1DAD7
(241,218,215)
#F2E0DD
(242,224,221)
#F3E6E3
(243,230,227)
#F4ECE9
(244,236,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB6B3; }

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

This text font color is #EBB6B3.

Background Color

.myBgColor { background-color: #EBB6B3; }

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

This div background color is #EBB6B3.

Border color

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

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

This div border color is #EBB6B3.

Opacity

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

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

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

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

This text has shadow with #EBB6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB6B3.

Preview

Color preview on black background

This text has color #EBB6B3 on black background.


Color preview on white background

This text has color #EBB6B3 on white background.


Black color preview on #EBB6B3 background

This text has black color on #EBB6B3 background.


White color preview on #EBB6B3 background

This text has white color on #EBB6B3 background.


Related colors

Complementary color

Complementary color for #hex is #14494C.


I love getcolorcode.com

Triadic colors

1 #B3EBB6 and #B6B3EB with #EBB6B3 are triadic colors.

2 #B3B6EB and #B6EBB3 with #EBB6B3 are triadic colors.