COLOR #EDBBEB

HEX: #EDBBEB RGB: (237,187,235)

Color info

#EDBBEB contains red, green and blue colors in about the same proportion. Web safe color of #EDBBEB is #FFCCFF (or #FCF).

RGB color model

#EDBBEB color RGB value is (237,187,235).

RGB: (237,187,235) (93%, 73%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 187 of 255 = 73%
B 235 of 255 = 92%

237
187
235

R + G + B ~ 86%. #EDBBEB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 187 + 235 = 659 (100%)
R 237 of 659 ~ 35.96%
G 187 of 659 ~ 28.38%
B 235 of 659 ~ 35.66'%

%35.96
%28.38
%35.66

CMYK color model

#EDBBEB color CMYK value is (0,21,1,7).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 0.84%
  • key color value is 7.06%

CMYK: (0,21,1,7)
C0M21Y1K7 (0%, 21%, 1%, 7%)
(0.00 / 0.21 / 0.01 / 0.07)

CMYK percentages

%0
%21.1
%0.84
%7.06

Codes

Color #EDBBEB in popluar color models

ED BB EB
RGB 237 187 235
HSL 302° 58.14% 83.14%
HSB/HSV 302° 21.10% 92.94%
CMYK 0.00% 21.10% 0.84%
7.06%

Color #EDBBEB in popluar number systems.

HEX ED BB EB
Decimal 237 187 235
Binary 11101101 10111011 11101011
Octal 355 273 353

Shades and tints

Shades of #EDBBEB

#EDBBEB
(237,187,235)
#D8AAD6
(216,170,214)
#C399C1
(195,153,193)
#AE88AC
(174,136,172)
#997797
(153,119,151)
#846682
(132,102,130)
#6F556D
(111,85,109)
#5A4458
(90,68,88)
#453343
(69,51,67)
#30222E
(48,34,46)
#1B1119
(27,17,25)
#000000
(0,0,0)

Tints of #EDBBEB

#EDBBEB
(237,187,235)
#EEC1EC
(238,193,236)
#EFC7ED
(239,199,237)
#F0CDEE
(240,205,238)
#F1D3EF
(241,211,239)
#F2D9F0
(242,217,240)
#F3DFF1
(243,223,241)
#F4E5F2
(244,229,242)
#F5EBF3
(245,235,243)
#F6F1F4
(246,241,244)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBBEB; }

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

This text font color is #EDBBEB.

Background Color

.myBgColor { background-color: #EDBBEB; }

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

This div background color is #EDBBEB.

Border color

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

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

This div border color is #EDBBEB.

Opacity

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

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

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

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

This text has shadow with #EDBBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBBEB.

Preview

Color preview on black background

This text has color #EDBBEB on black background.


Color preview on white background

This text has color #EDBBEB on white background.


Black color preview on #EDBBEB background

This text has black color on #EDBBEB background.


White color preview on #EDBBEB background

This text has white color on #EDBBEB background.


Related colors

Complementary color

Complementary color for #hex is #124414.


I love getcolorcode.com

Triadic colors

1 #EBEDBB and #BBEBED with #EDBBEB are triadic colors.

2 #EBBBED and #BBEDEB with #EDBBEB are triadic colors.