COLOR #EDB8B4

HEX: #EDB8B4
RGB: (237,184,180)

Renk bilgisi

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

RGB renk modeli

#EDB8B4 color RGB value is (237,184,180).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 184 of 255 = 72%
B 180 of 255 = 71%

237
184
180

R + G + B ~ 79%. #EDB8B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 184 + 180 = 601 (100%)
R 237 of 601 ~ 39.43%
G 184 of 601 ~ 30.62%
B 180 of 601 ~ 29.95%

%39.43
%30.62
%29.95

CMYK RENK MODELİ

#EDB8B4 rengi CMYK tonu (0,22,24,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.36%
  • sarı tonu 24.05%
  • ana renk tonu 7.06%
CMYK:
(0,22,24,7)
C0M22Y24K7 
(0%,22%,24%,7%)
(0.00/0.22/0.24/0.07)	

CMYK yüzdeleri

%0
%22.36
%24.05
%7.06

Codes

Color #EDB8B4 in popluar color models

EDB8B4
RGB237184180
HSL61.29%81.76%
HSB/HSV24.05%92.94%
CMYK0.00%22.36%24.05%
7.06%

Color #EDB8B4 in popluar number systems.

HEXEDB8B4
Decimal237184180
Binary111011011011100010110100
Octal355270264

Shades and tints

Shades of #EDB8B4

#EDB8B4
(237,184,180)
#D8A8A4
(216,168,164)
#C39894
(195,152,148)
#AE8884
(174,136,132)
#997874
(153,120,116)
#846864
(132,104,100)
#6F5854
(111,88,84)
#5A4844
(90,72,68)
#453834
(69,56,52)
#302824
(48,40,36)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDB8B4

#EDB8B4
(237,184,180)
#EEBEBA
(238,190,186)
#EFC4C0
(239,196,192)
#F0CAC6
(240,202,198)
#F1D0CC
(241,208,204)
#F2D6D2
(242,214,210)
#F3DCD8
(243,220,216)
#F4E2DE
(244,226,222)
#F5E8E4
(245,232,228)
#F6EEEA
(246,238,234)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB8B4; }

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

This text font color is #EDB8B4.


Background Color

.myBgColor { background-color: #EDB8B4; }

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

This div background color is #EDB8B4.


Border color

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

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

This div border color is #EDB8B4.


Opacity

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

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

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

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

This text has shadow with #EDB8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB8B4 on black background.


Color preview on white background

This text has color #EDB8B4 on white background.



Black color preview on #EDB8B4 background

This text has black color on #EDB8B4 background.


White color preview on #EDB8B4 background

This text has white color on #EDB8B4 background.