COLOR #EDD7AF

HEX: #EDD7AF
RGB: (237,215,175)

Renk bilgisi

#EDD7AF contains mainly red and green colors. #EDD7AF ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EDD7AF color RGB value is (237,215,175).

  • kırmız ton 237;
  • yeşil ton 215;
  • mavi ton 175.
RGB:
(237,215,175)
(93%,84%,69%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 215 of 255 = 84%
B 175 of 255 = 69%

237
215
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 215 + 175 = 627 (100%)
R 237 of 627 ~ 37.8%
G 215 of 627 ~ 34.29%
B 175 of 627 ~ 27.91%

%37.8
%34.29
%27.91

CMYK RENK MODELİ

#EDD7AF rengi CMYK tonu (0,9,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.28%
  • sarı tonu 26.16%
  • ana renk tonu 7.06%
CMYK:
(0,9,26,7)
C0M9Y26K7 
(0%,9%,26%,7%)
(0.00/0.09/0.26/0.07)	

CMYK yüzdeleri

%0
%9.28
%26.16
%7.06

Codes

Color #EDD7AF in popluar color models

EDD7AF
RGB237215175
HSL39°63.27%80.78%
HSB/HSV39°26.16%92.94%
CMYK0.00%9.28%26.16%
7.06%

Color #EDD7AF in popluar number systems.

HEXEDD7AF
Decimal237215175
Binary111011011101011110101111
Octal355327257

Shades and tints

Shades of #EDD7AF

#EDD7AF
(237,215,175)
#D8C4A0
(216,196,160)
#C3B191
(195,177,145)
#AE9E82
(174,158,130)
#998B73
(153,139,115)
#847864
(132,120,100)
#6F6555
(111,101,85)
#5A5246
(90,82,70)
#453F37
(69,63,55)
#302C28
(48,44,40)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDD7AF

#EDD7AF
(237,215,175)
#EEDAB6
(238,218,182)
#EFDDBD
(239,221,189)
#F0E0C4
(240,224,196)
#F1E3CB
(241,227,203)
#F2E6D2
(242,230,210)
#F3E9D9
(243,233,217)
#F4ECE0
(244,236,224)
#F5EFE7
(245,239,231)
#F6F2EE
(246,242,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD7AF color. Also use rgb(237,215,175) instead hex code.

Text Font Color

.myTextColor { color: #EDD7AF; }

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

This text font color is #EDD7AF.


Background Color

.myBgColor { background-color: #EDD7AF; }

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

This div background color is #EDD7AF.


Border color

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

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

This div border color is #EDD7AF.


Opacity

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

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

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

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

This text has shadow with #EDD7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7AF on black background.


Color preview on white background

This text has color #EDD7AF on white background.



Black color preview on #EDD7AF background

This text has black color on #EDD7AF background.


White color preview on #EDD7AF background

This text has white color on #EDD7AF background.