COLOR #EBB8CC

HEX: #EBB8CC RGB: (235,184,204)

Color info

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

RGB color model

#EBB8CC color RGB value is (235,184,204).

RGB: (235,184,204) (92%, 72%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 184 of 255 = 72%
B 204 of 255 = 80%

235
184
204

R + G + B ~ 81%. #EBB8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 184 + 204 = 623 (100%)
R 235 of 623 ~ 37.72%
G 184 of 623 ~ 29.53%
B 204 of 623 ~ 32.74'%

%37.72
%29.53
%32.74

CMYK color model

#EBB8CC color CMYK value is (0,22,13,8).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK: (0,22,13,8) C0M22Y13K8 (0%,22%,13%,8%) (0.00/0.22/0.13/0.08) 

CMYK percentages

%0
%21.7
%13.19
%7.84

Codes

Color #EBB8CC in popluar color models

EB B8 CC
RGB 235 184 204
HSL 336° 56.04% 82.16%
HSB/HSV 336° 21.70% 92.16%
CMYK 0.00% 21.70% 13.19%
7.84%

Color #EBB8CC in popluar number systems.

HEX EB B8 CC
Decimal 235 184 204
Binary 11101011 10111000 11001100
Octal 353 270 314

Shades and tints

Shades of #EBB8CC

#EBB8CC
(235,184,204)
#D6A8BA
(214,168,186)
#C198A8
(193,152,168)
#AC8896
(172,136,150)
#977884
(151,120,132)
#826872
(130,104,114)
#6D5860
(109,88,96)
#58484E
(88,72,78)
#43383C
(67,56,60)
#2E282A
(46,40,42)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #EBB8CC

#EBB8CC
(235,184,204)
#ECBED0
(236,190,208)
#EDC4D4
(237,196,212)
#EECAD8
(238,202,216)
#EFD0DC
(239,208,220)
#F0D6E0
(240,214,224)
#F1DCE4
(241,220,228)
#F2E2E8
(242,226,232)
#F3E8EC
(243,232,236)
#F4EEF0
(244,238,240)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB8CC color. Also use rgb(235,184,204) instead hex code.

Text Font Color

.myTextColor { color: #EBB8CC; }

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

This text font color is #EBB8CC.

Background Color

.myBgColor { background-color: #EBB8CC; }

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

This div background color is #EBB8CC.

Border color

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

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

This div border color is #EBB8CC.

Opacity

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

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

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

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

This text has shadow with #EBB8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB8CC.

Preview

Color preview on black background

This text has color #EBB8CC on black background.


Color preview on white background

This text has color #EBB8CC on white background.


Black color preview on #EBB8CC background

This text has black color on #EBB8CC background.


White color preview on #EBB8CC background

This text has white color on #EBB8CC background.


Related colors

Complementary color

Complementary color for #hex is #144733.


I love getcolorcode.com

Triadic colors

1 #CCEBB8 and #B8CCEB with #EBB8CC are triadic colors.

2 #CCB8EB and #B8EBCC with #EBB8CC are triadic colors.