COLOR #EDD2BE

HEX: #EDD2BE
RGB: (237,210,190)

Renk bilgisi

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

RGB renk modeli

#EDD2BE color RGB value is (237,210,190).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 210 of 255 = 82%
B 190 of 255 = 75%

237
210
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 210 + 190 = 637 (100%)
R 237 of 637 ~ 37.21%
G 210 of 637 ~ 32.97%
B 190 of 637 ~ 29.83%

%37.21
%32.97
%29.83

CMYK RENK MODELİ

#EDD2BE rengi CMYK tonu (0,11,20,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.39%
  • sarı tonu 19.83%
  • ana renk tonu 7.06%
CMYK:
(0,11,20,7)
C0M11Y20K7 
(0%,11%,20%,7%)
(0.00/0.11/0.20/0.07)	

CMYK yüzdeleri

%0
%11.39
%19.83
%7.06

Codes

Color #EDD2BE in popluar color models

EDD2BE
RGB237210190
HSL26°56.63%83.73%
HSB/HSV26°19.83%92.94%
CMYK0.00%11.39%19.83%
7.06%

Color #EDD2BE in popluar number systems.

HEXEDD2BE
Decimal237210190
Binary111011011101001010111110
Octal355322276

Shades and tints

Shades of #EDD2BE

#EDD2BE
(237,210,190)
#D8BFAD
(216,191,173)
#C3AC9C
(195,172,156)
#AE998B
(174,153,139)
#99867A
(153,134,122)
#847369
(132,115,105)
#6F6058
(111,96,88)
#5A4D47
(90,77,71)
#453A36
(69,58,54)
#302725
(48,39,37)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDD2BE

#EDD2BE
(237,210,190)
#EED6C3
(238,214,195)
#EFDAC8
(239,218,200)
#F0DECD
(240,222,205)
#F1E2D2
(241,226,210)
#F2E6D7
(242,230,215)
#F3EADC
(243,234,220)
#F4EEE1
(244,238,225)
#F5F2E6
(245,242,230)
#F6F6EB
(246,246,235)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD2BE; }

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

This text font color is #EDD2BE.


Background Color

.myBgColor { background-color: #EDD2BE; }

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

This div background color is #EDD2BE.


Border color

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

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

This div border color is #EDD2BE.


Opacity

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

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

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

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

This text has shadow with #EDD2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2BE on black background.


Color preview on white background

This text has color #EDD2BE on white background.



Black color preview on #EDD2BE background

This text has black color on #EDD2BE background.


White color preview on #EDD2BE background

This text has white color on #EDD2BE background.