COLOR #EFDDBB

HEX: #EFDDBB
RGB: (239,221,187)

Renk bilgisi

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

RGB renk modeli

#EFDDBB color RGB value is (239,221,187).

  • kırmız ton 239;
  • yeşil ton 221;
  • mavi ton 187.
RGB:
(239,221,187)
(94%,87%,73%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 221 of 255 = 87%
B 187 of 255 = 73%

239
221
187

R + G + B ~ 85%. #EFDDBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 221 + 187 = 647 (100%)
R 239 of 647 ~ 36.94%
G 221 of 647 ~ 34.16%
B 187 of 647 ~ 28.9%

%36.94
%34.16
%28.9

CMYK RENK MODELİ

#EFDDBB rengi CMYK tonu (0,8,22,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.53%
  • sarı tonu 21.76%
  • ana renk tonu 6.27%
CMYK:
(0,8,22,6)
C0M8Y22K6 
(0%,8%,22%,6%)
(0.00/0.08/0.22/0.06)	

CMYK yüzdeleri

%0
%7.53
%21.76
%6.27

Codes

Color #EFDDBB in popluar color models

EFDDBB
RGB239221187
HSL39°61.90%83.53%
HSB/HSV39°21.76%93.73%
CMYK0.00%7.53%21.76%
6.27%

Color #EFDDBB in popluar number systems.

HEXEFDDBB
Decimal239221187
Binary111011111101110110111011
Octal357335273

Shades and tints

Shades of #EFDDBB

#EFDDBB
(239,221,187)
#DAC9AA
(218,201,170)
#C5B599
(197,181,153)
#B0A188
(176,161,136)
#9B8D77
(155,141,119)
#867966
(134,121,102)
#716555
(113,101,85)
#5C5144
(92,81,68)
#473D33
(71,61,51)
#322922
(50,41,34)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #EFDDBB

#EFDDBB
(239,221,187)
#F0E0C1
(240,224,193)
#F1E3C7
(241,227,199)
#F2E6CD
(242,230,205)
#F3E9D3
(243,233,211)
#F4ECD9
(244,236,217)
#F5EFDF
(245,239,223)
#F6F2E5
(246,242,229)
#F7F5EB
(247,245,235)
#F8F8F1
(248,248,241)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDDBB color. Also use rgb(239,221,187) instead hex code.

Text Font Color

.myTextColor { color: #EFDDBB; }

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

This text font color is #EFDDBB.


Background Color

.myBgColor { background-color: #EFDDBB; }

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

This div background color is #EFDDBB.


Border color

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

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

This div border color is #EFDDBB.


Opacity

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

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

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

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

This text has shadow with #EFDDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDBB on black background.


Color preview on white background

This text has color #EFDDBB on white background.



Black color preview on #EFDDBB background

This text has black color on #EFDDBB background.


White color preview on #EFDDBB background

This text has white color on #EFDDBB background.