COLOR #EDD3CD

HEX: #EDD3CD
RGB: (237,211,205)

Renk bilgisi

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

RGB renk modeli

#EDD3CD color RGB value is (237,211,205).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 211 of 255 = 83%
B 205 of 255 = 80%

237
211
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 211 + 205 = 653 (100%)
R 237 of 653 ~ 36.29%
G 211 of 653 ~ 32.31%
B 205 of 653 ~ 31.39%

%36.29
%32.31
%31.39

CMYK RENK MODELİ

#EDD3CD rengi CMYK tonu (0,11,14,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.97%
  • sarı tonu 13.50%
  • ana renk tonu 7.06%
CMYK:
(0,11,14,7)
C0M11Y14K7 
(0%,11%,14%,7%)
(0.00/0.11/0.14/0.07)	

CMYK yüzdeleri

%0
%10.97
%13.5
%7.06

Codes

Color #EDD3CD in popluar color models

EDD3CD
RGB237211205
HSL11°47.06%86.67%
HSB/HSV11°13.50%92.94%
CMYK0.00%10.97%13.50%
7.06%

Color #EDD3CD in popluar number systems.

HEXEDD3CD
Decimal237211205
Binary111011011101001111001101
Octal355323315

Shades and tints

Shades of #EDD3CD

#EDD3CD
(237,211,205)
#D8C0BB
(216,192,187)
#C3ADA9
(195,173,169)
#AE9A97
(174,154,151)
#998785
(153,135,133)
#847473
(132,116,115)
#6F6161
(111,97,97)
#5A4E4F
(90,78,79)
#453B3D
(69,59,61)
#30282B
(48,40,43)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #EDD3CD

#EDD3CD
(237,211,205)
#EED7D1
(238,215,209)
#EFDBD5
(239,219,213)
#F0DFD9
(240,223,217)
#F1E3DD
(241,227,221)
#F2E7E1
(242,231,225)
#F3EBE5
(243,235,229)
#F4EFE9
(244,239,233)
#F5F3ED
(245,243,237)
#F6F7F1
(246,247,241)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD3CD; }

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

This text font color is #EDD3CD.


Background Color

.myBgColor { background-color: #EDD3CD; }

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

This div background color is #EDD3CD.


Border color

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

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

This div border color is #EDD3CD.


Opacity

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

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

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

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

This text has shadow with #EDD3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD3CD on black background.


Color preview on white background

This text has color #EDD3CD on white background.



Black color preview on #EDD3CD background

This text has black color on #EDD3CD background.


White color preview on #EDD3CD background

This text has white color on #EDD3CD background.