COLOR #EDB4CA

HEX: #EDB4CA
RGB: (237,180,202)

Renk bilgisi

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

RGB renk modeli

#EDB4CA color RGB value is (237,180,202).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 180 of 255 = 71%
B 202 of 255 = 79%

237
180
202

R + G + B ~ 81%. #EDB4CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 180 + 202 = 619 (100%)
R 237 of 619 ~ 38.29%
G 180 of 619 ~ 29.08%
B 202 of 619 ~ 32.63%

%38.29
%29.08
%32.63

CMYK RENK MODELİ

#EDB4CA rengi CMYK tonu (0,24,15,7).

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

CMYK yüzdeleri

%0
%24.05
%14.77
%7.06

Codes

Color #EDB4CA in popluar color models

EDB4CA
RGB237180202
HSL337°61.29%81.76%
HSB/HSV337°24.05%92.94%
CMYK0.00%24.05%14.77%
7.06%

Color #EDB4CA in popluar number systems.

HEXEDB4CA
Decimal237180202
Binary111011011011010011001010
Octal355264312

Shades and tints

Shades of #EDB4CA

#EDB4CA
(237,180,202)
#D8A4B8
(216,164,184)
#C394A6
(195,148,166)
#AE8494
(174,132,148)
#997482
(153,116,130)
#846470
(132,100,112)
#6F545E
(111,84,94)
#5A444C
(90,68,76)
#45343A
(69,52,58)
#302428
(48,36,40)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDB4CA

#EDB4CA
(237,180,202)
#EEBACE
(238,186,206)
#EFC0D2
(239,192,210)
#F0C6D6
(240,198,214)
#F1CCDA
(241,204,218)
#F2D2DE
(242,210,222)
#F3D8E2
(243,216,226)
#F4DEE6
(244,222,230)
#F5E4EA
(245,228,234)
#F6EAEE
(246,234,238)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB4CA; }

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

This text font color is #EDB4CA.


Background Color

.myBgColor { background-color: #EDB4CA; }

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

This div background color is #EDB4CA.


Border color

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

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

This div border color is #EDB4CA.


Opacity

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

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

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

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

This text has shadow with #EDB4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB4CA on black background.


Color preview on white background

This text has color #EDB4CA on white background.



Black color preview on #EDB4CA background

This text has black color on #EDB4CA background.


White color preview on #EDB4CA background

This text has white color on #EDB4CA background.