COLOR #EDDABB

HEX: #EDDABB
RGB: (237,218,187)

Renk bilgisi

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

RGB renk modeli

#EDDABB color RGB value is (237,218,187).

  • kırmız ton 237;
  • yeşil ton 218;
  • mavi ton 187.
RGB:
(237,218,187)
(93%,85%,73%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 218 of 255 = 85%
B 187 of 255 = 73%

237
218
187

R + G + B ~ 84%. #EDDABB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 218 + 187 = 642 (100%)
R 237 of 642 ~ 36.92%
G 218 of 642 ~ 33.96%
B 187 of 642 ~ 29.13%

%36.92
%33.96
%29.13

CMYK RENK MODELİ

#EDDABB rengi CMYK tonu (0,8,21,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.02%
  • sarı tonu 21.10%
  • ana renk tonu 7.06%
CMYK:
(0,8,21,7)
C0M8Y21K7 
(0%,8%,21%,7%)
(0.00/0.08/0.21/0.07)	

CMYK yüzdeleri

%0
%8.02
%21.1
%7.06

Codes

Color #EDDABB in popluar color models

EDDABB
RGB237218187
HSL37°58.14%83.14%
HSB/HSV37°21.10%92.94%
CMYK0.00%8.02%21.10%
7.06%

Color #EDDABB in popluar number systems.

HEXEDDABB
Decimal237218187
Binary111011011101101010111011
Octal355332273

Shades and tints

Shades of #EDDABB

#EDDABB
(237,218,187)
#D8C7AA
(216,199,170)
#C3B499
(195,180,153)
#AEA188
(174,161,136)
#998E77
(153,142,119)
#847B66
(132,123,102)
#6F6855
(111,104,85)
#5A5544
(90,85,68)
#454233
(69,66,51)
#302F22
(48,47,34)
#1B1C11
(27,28,17)
#000000
(0,0,0)

Tints of #EDDABB

#EDDABB
(237,218,187)
#EEDDC1
(238,221,193)
#EFE0C7
(239,224,199)
#F0E3CD
(240,227,205)
#F1E6D3
(241,230,211)
#F2E9D9
(242,233,217)
#F3ECDF
(243,236,223)
#F4EFE5
(244,239,229)
#F5F2EB
(245,242,235)
#F6F5F1
(246,245,241)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDABB; }

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

This text font color is #EDDABB.


Background Color

.myBgColor { background-color: #EDDABB; }

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

This div background color is #EDDABB.


Border color

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

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

This div border color is #EDDABB.


Opacity

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

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

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

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

This text has shadow with #EDDABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDABB on black background.


Color preview on white background

This text has color #EDDABB on white background.



Black color preview on #EDDABB background

This text has black color on #EDDABB background.


White color preview on #EDDABB background

This text has white color on #EDDABB background.