COLOR #EBBBC9

HEX: #EBBBC9 RGB: (235,187,201)

Color info

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

RGB color model

#EBBBC9 color RGB value is (235,187,201).

RGB: (235,187,201) (92%, 73%, 79%)

RGB channels and saturation

R 235 of 255 = 92%
G 187 of 255 = 73%
B 201 of 255 = 79%

235
187
201

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

Portions of RGB colors in percentages

R + G + B = 235 + 187 + 201 = 623 (100%)
R 235 of 623 ~ 37.72%
G 187 of 623 ~ 30.02%
B 201 of 623 ~ 32.26'%

%37.72
%30.02
%32.26

CMYK color model

#EBBBC9 color CMYK value is (0,20,14,8).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK: (0,20,14,8) C0M20Y14K8 (0%,20%,14%,8%) (0.00/0.20/0.14/0.08) 

CMYK percentages

%0
%20.43
%14.47
%7.84

Codes

Color #EBBBC9 in popluar color models

EB BB C9
RGB 235 187 201
HSL 343° 54.55% 82.75%
HSB/HSV 343° 20.43% 92.16%
CMYK 0.00% 20.43% 14.47%
7.84%

Color #EBBBC9 in popluar number systems.

HEX EB BB C9
Decimal 235 187 201
Binary 11101011 10111011 11001001
Octal 353 273 311

Shades and tints

Shades of #EBBBC9

#EBBBC9
(235,187,201)
#D6AAB7
(214,170,183)
#C199A5
(193,153,165)
#AC8893
(172,136,147)
#977781
(151,119,129)
#82666F
(130,102,111)
#6D555D
(109,85,93)
#58444B
(88,68,75)
#433339
(67,51,57)
#2E2227
(46,34,39)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #EBBBC9

#EBBBC9
(235,187,201)
#ECC1CD
(236,193,205)
#EDC7D1
(237,199,209)
#EECDD5
(238,205,213)
#EFD3D9
(239,211,217)
#F0D9DD
(240,217,221)
#F1DFE1
(241,223,225)
#F2E5E5
(242,229,229)
#F3EBE9
(243,235,233)
#F4F1ED
(244,241,237)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBBC9 color. Also use rgb(235,187,201) instead hex code.

Text Font Color

.myTextColor { color: #EBBBC9; }

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

This text font color is #EBBBC9.

Background Color

.myBgColor { background-color: #EBBBC9; }

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

This div background color is #EBBBC9.

Border color

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

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

This div border color is #EBBBC9.

Opacity

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

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

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

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

This text has shadow with #EBBBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBBC9.

Preview

Color preview on black background

This text has color #EBBBC9 on black background.


Color preview on white background

This text has color #EBBBC9 on white background.


Black color preview on #EBBBC9 background

This text has black color on #EBBBC9 background.


White color preview on #EBBBC9 background

This text has white color on #EBBBC9 background.


Related colors

Complementary color

Complementary color for #hex is #144436.


I love getcolorcode.com

Triadic colors

1 #C9EBBB and #BBC9EB with #EBBBC9 are triadic colors.

2 #C9BBEB and #BBEBC9 with #EBBBC9 are triadic colors.