COLOR #EDD3BB

HEX: #EDD3BB
RGB: (237,211,187)

Renk bilgisi

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

RGB renk modeli

#EDD3BB color RGB value is (237,211,187).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 211 of 255 = 83%
B 187 of 255 = 73%

237
211
187

R + G + B ~ 83%. #EDD3BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 187 = 635 (100%)
R 237 of 635 ~ 37.32%
G 211 of 635 ~ 33.23%
B 187 of 635 ~ 29.45%

%37.32
%33.23
%29.45

CMYK RENK MODELİ

#EDD3BB rengi CMYK tonu (0,11,21,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.97%
  • sarı tonu 21.10%
  • ana renk tonu 7.06%
CMYK:
(0,11,21,7)
C0M11Y21K7 
(0%,11%,21%,7%)
(0.00/0.11/0.21/0.07)	

CMYK yüzdeleri

%0
%10.97
%21.1
%7.06

Codes

Color #EDD3BB in popluar color models

EDD3BB
RGB237211187
HSL29°58.14%83.14%
HSB/HSV29°21.10%92.94%
CMYK0.00%10.97%21.10%
7.06%

Color #EDD3BB in popluar number systems.

HEXEDD3BB
Decimal237211187
Binary111011011101001110111011
Octal355323273

Shades and tints

Shades of #EDD3BB

#EDD3BB
(237,211,187)
#D8C0AA
(216,192,170)
#C3AD99
(195,173,153)
#AE9A88
(174,154,136)
#998777
(153,135,119)
#847466
(132,116,102)
#6F6155
(111,97,85)
#5A4E44
(90,78,68)
#453B33
(69,59,51)
#302822
(48,40,34)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #EDD3BB

#EDD3BB
(237,211,187)
#EED7C1
(238,215,193)
#EFDBC7
(239,219,199)
#F0DFCD
(240,223,205)
#F1E3D3
(241,227,211)
#F2E7D9
(242,231,217)
#F3EBDF
(243,235,223)
#F4EFE5
(244,239,229)
#F5F3EB
(245,243,235)
#F6F7F1
(246,247,241)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3BB; }

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

This text font color is #EDD3BB.


Background Color

.myBgColor { background-color: #EDD3BB; }

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

This div background color is #EDD3BB.


Border color

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

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

This div border color is #EDD3BB.


Opacity

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

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

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

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

This text has shadow with #EDD3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3BB on black background.


Color preview on white background

This text has color #EDD3BB on white background.



Black color preview on #EDD3BB background

This text has black color on #EDD3BB background.


White color preview on #EDD3BB background

This text has white color on #EDD3BB background.