COLOR #EDD2B5

HEX: #EDD2B5
RGB: (237,210,181)

Renk bilgisi

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

RGB renk modeli

#EDD2B5 color RGB value is (237,210,181).

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

RGB bağlantıları ve doygunluk

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

237
210
181

R + G + B ~ 82%. #EDD2B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 210 + 181 = 628 (100%)
R 237 of 628 ~ 37.74%
G 210 of 628 ~ 33.44%
B 181 of 628 ~ 28.82%

%37.74
%33.44
%28.82

CMYK RENK MODELİ

#EDD2B5 rengi CMYK tonu (0,11,24,7).

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

CMYK yüzdeleri

%0
%11.39
%23.63
%7.06

Codes

Color #EDD2B5 in popluar color models

EDD2B5
RGB237210181
HSL31°60.87%81.96%
HSB/HSV31°23.63%92.94%
CMYK0.00%11.39%23.63%
7.06%

Color #EDD2B5 in popluar number systems.

HEXEDD2B5
Decimal237210181
Binary111011011101001010110101
Octal355322265

Shades and tints

Shades of #EDD2B5

#EDD2B5
(237,210,181)
#D8BFA5
(216,191,165)
#C3AC95
(195,172,149)
#AE9985
(174,153,133)
#998675
(153,134,117)
#847365
(132,115,101)
#6F6055
(111,96,85)
#5A4D45
(90,77,69)
#453A35
(69,58,53)
#302725
(48,39,37)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #EDD2B5

#EDD2B5
(237,210,181)
#EED6BB
(238,214,187)
#EFDAC1
(239,218,193)
#F0DEC7
(240,222,199)
#F1E2CD
(241,226,205)
#F2E6D3
(242,230,211)
#F3EAD9
(243,234,217)
#F4EEDF
(244,238,223)
#F5F2E5
(245,242,229)
#F6F6EB
(246,246,235)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2B5; }

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

This text font color is #EDD2B5.


Background Color

.myBgColor { background-color: #EDD2B5; }

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

This div background color is #EDD2B5.


Border color

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

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

This div border color is #EDD2B5.


Opacity

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

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

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

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

This text has shadow with #EDD2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2B5 on black background.


Color preview on white background

This text has color #EDD2B5 on white background.



Black color preview on #EDD2B5 background

This text has black color on #EDD2B5 background.


White color preview on #EDD2B5 background

This text has white color on #EDD2B5 background.