COLOR #EDCAC9

HEX: #EDCAC9
RGB: (237,202,201)

Renk bilgisi

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

RGB renk modeli

#EDCAC9 color RGB value is (237,202,201).

  • kırmız ton 237;
  • yeşil ton 202;
  • mavi ton 201.
RGB:
(237,202,201)
(93%,79%,79%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 202 of 255 = 79%
B 201 of 255 = 79%

237
202
201

R + G + B ~ 84%. #EDCAC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 202 + 201 = 640 (100%)
R 237 of 640 ~ 37.03%
G 202 of 640 ~ 31.56%
B 201 of 640 ~ 31.41%

%37.03
%31.56
%31.41

CMYK RENK MODELİ

#EDCAC9 rengi CMYK tonu (0,15,15,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.77%
  • sarı tonu 15.19%
  • ana renk tonu 7.06%
CMYK:
(0,15,15,7)
C0M15Y15K7 
(0%,15%,15%,7%)
(0.00/0.15/0.15/0.07)	

CMYK yüzdeleri

%0
%14.77
%15.19
%7.06

Codes

Color #EDCAC9 in popluar color models

EDCAC9
RGB237202201
HSL50.00%85.88%
HSB/HSV15.19%92.94%
CMYK0.00%14.77%15.19%
7.06%

Color #EDCAC9 in popluar number systems.

HEXEDCAC9
Decimal237202201
Binary111011011100101011001001
Octal355312311

Shades and tints

Shades of #EDCAC9

#EDCAC9
(237,202,201)
#D8B8B7
(216,184,183)
#C3A6A5
(195,166,165)
#AE9493
(174,148,147)
#998281
(153,130,129)
#84706F
(132,112,111)
#6F5E5D
(111,94,93)
#5A4C4B
(90,76,75)
#453A39
(69,58,57)
#302827
(48,40,39)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDCAC9

#EDCAC9
(237,202,201)
#EECECD
(238,206,205)
#EFD2D1
(239,210,209)
#F0D6D5
(240,214,213)
#F1DAD9
(241,218,217)
#F2DEDD
(242,222,221)
#F3E2E1
(243,226,225)
#F4E6E5
(244,230,229)
#F5EAE9
(245,234,233)
#F6EEED
(246,238,237)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCAC9 color. Also use rgb(237,202,201) instead hex code.

Text Font Color

.myTextColor { color: #EDCAC9; }

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

This text font color is #EDCAC9.


Background Color

.myBgColor { background-color: #EDCAC9; }

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

This div background color is #EDCAC9.


Border color

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

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

This div border color is #EDCAC9.


Opacity

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

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

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

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

This text has shadow with #EDCAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCAC9 on black background.


Color preview on white background

This text has color #EDCAC9 on white background.



Black color preview on #EDCAC9 background

This text has black color on #EDCAC9 background.


White color preview on #EDCAC9 background

This text has white color on #EDCAC9 background.