COLOR #EDA5C9

HEX: #EDA5C9
RGB: (237,165,201)

Renk bilgisi

#EDA5C9 contains mainly red and blue colors. #EDA5C9 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EDA5C9 color RGB value is (237,165,201).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 165 of 255 = 65%
B 201 of 255 = 79%

237
165
201

R + G + B ~ 79%. #EDA5C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 165 + 201 = 603 (100%)
R 237 of 603 ~ 39.3%
G 165 of 603 ~ 27.36%
B 201 of 603 ~ 33.33%

%39.3
%27.36
%33.33

CMYK RENK MODELİ

#EDA5C9 rengi CMYK tonu (0,30,15,7).

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

CMYK yüzdeleri

%0
%30.38
%15.19
%7.06

Codes

Color #EDA5C9 in popluar color models

EDA5C9
RGB237165201
HSL330°66.67%78.82%
HSB/HSV330°30.38%92.94%
CMYK0.00%30.38%15.19%
7.06%

Color #EDA5C9 in popluar number systems.

HEXEDA5C9
Decimal237165201
Binary111011011010010111001001
Octal355245311

Shades and tints

Shades of #EDA5C9

#EDA5C9
(237,165,201)
#D896B7
(216,150,183)
#C387A5
(195,135,165)
#AE7893
(174,120,147)
#996981
(153,105,129)
#845A6F
(132,90,111)
#6F4B5D
(111,75,93)
#5A3C4B
(90,60,75)
#452D39
(69,45,57)
#301E27
(48,30,39)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #EDA5C9

#EDA5C9
(237,165,201)
#EEADCD
(238,173,205)
#EFB5D1
(239,181,209)
#F0BDD5
(240,189,213)
#F1C5D9
(241,197,217)
#F2CDDD
(242,205,221)
#F3D5E1
(243,213,225)
#F4DDE5
(244,221,229)
#F5E5E9
(245,229,233)
#F6EDED
(246,237,237)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA5C9; }

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

This text font color is #EDA5C9.


Background Color

.myBgColor { background-color: #EDA5C9; }

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

This div background color is #EDA5C9.


Border color

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

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

This div border color is #EDA5C9.


Opacity

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

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

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

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

This text has shadow with #EDA5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA5C9 on black background.


Color preview on white background

This text has color #EDA5C9 on white background.



Black color preview on #EDA5C9 background

This text has black color on #EDA5C9 background.


White color preview on #EDA5C9 background

This text has white color on #EDA5C9 background.