COLOR #EDB5B5

HEX: #EDB5B5
RGB: (237,181,181)

Renk bilgisi

#EDB5B5 contains red, green and blue colors in about the same proportion. #EDB5B5 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#EDB5B5 color RGB value is (237,181,181).

  • kırmız ton 237;
  • yeşil ton 181;
  • mavi ton 181.
RGB:
(237,181,181)
(93%,71%,71%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 181 of 255 = 71%
B 181 of 255 = 71%

237
181
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 181 + 181 = 599 (100%)
R 237 of 599 ~ 39.57%
G 181 of 599 ~ 30.22%
B 181 of 599 ~ 30.22%

%39.57
%30.22
%30.22

CMYK RENK MODELİ

#EDB5B5 rengi CMYK tonu (0,24,24,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.63%
  • sarı tonu 23.63%
  • ana renk tonu 7.06%
CMYK:
(0,24,24,7)
C0M24Y24K7 
(0%,24%,24%,7%)
(0.00/0.24/0.24/0.07)	

CMYK yüzdeleri

%0
%23.63
%23.63
%7.06

Codes

Color #EDB5B5 in popluar color models

EDB5B5
RGB237181181
HSL60.87%81.96%
HSB/HSV23.63%92.94%
CMYK0.00%23.63%23.63%
7.06%

Color #EDB5B5 in popluar number systems.

HEXEDB5B5
Decimal237181181
Binary111011011011010110110101
Octal355265265

Shades and tints

Shades of #EDB5B5

#EDB5B5
(237,181,181)
#D8A5A5
(216,165,165)
#C39595
(195,149,149)
#AE8585
(174,133,133)
#997575
(153,117,117)
#846565
(132,101,101)
#6F5555
(111,85,85)
#5A4545
(90,69,69)
#453535
(69,53,53)
#302525
(48,37,37)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDB5B5

#EDB5B5
(237,181,181)
#EEBBBB
(238,187,187)
#EFC1C1
(239,193,193)
#F0C7C7
(240,199,199)
#F1CDCD
(241,205,205)
#F2D3D3
(242,211,211)
#F3D9D9
(243,217,217)
#F4DFDF
(244,223,223)
#F5E5E5
(245,229,229)
#F6EBEB
(246,235,235)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB5B5; }

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

This text font color is #EDB5B5.


Background Color

.myBgColor { background-color: #EDB5B5; }

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

This div background color is #EDB5B5.


Border color

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

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

This div border color is #EDB5B5.


Opacity

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

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

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

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

This text has shadow with #EDB5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB5B5 on black background.


Color preview on white background

This text has color #EDB5B5 on white background.



Black color preview on #EDB5B5 background

This text has black color on #EDB5B5 background.


White color preview on #EDB5B5 background

This text has white color on #EDB5B5 background.