COLOR #EDB4C0

HEX: #EDB4C0
RGB: (237,180,192)

Renk bilgisi

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

RGB renk modeli

#EDB4C0 color RGB value is (237,180,192).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 180 of 255 = 71%
B 192 of 255 = 75%

237
180
192

R + G + B ~ 80%. #EDB4C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 180 + 192 = 609 (100%)
R 237 of 609 ~ 38.92%
G 180 of 609 ~ 29.56%
B 192 of 609 ~ 31.53%

%38.92
%29.56
%31.53

CMYK RENK MODELİ

#EDB4C0 rengi CMYK tonu (0,24,19,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.05%
  • sarı tonu 18.99%
  • ana renk tonu 7.06%
CMYK:
(0,24,19,7)
C0M24Y19K7 
(0%,24%,19%,7%)
(0.00/0.24/0.19/0.07)	

CMYK yüzdeleri

%0
%24.05
%18.99
%7.06

Codes

Color #EDB4C0 in popluar color models

EDB4C0
RGB237180192
HSL347°61.29%81.76%
HSB/HSV347°24.05%92.94%
CMYK0.00%24.05%18.99%
7.06%

Color #EDB4C0 in popluar number systems.

HEXEDB4C0
Decimal237180192
Binary111011011011010011000000
Octal355264300

Shades and tints

Shades of #EDB4C0

#EDB4C0
(237,180,192)
#D8A4AF
(216,164,175)
#C3949E
(195,148,158)
#AE848D
(174,132,141)
#99747C
(153,116,124)
#84646B
(132,100,107)
#6F545A
(111,84,90)
#5A4449
(90,68,73)
#453438
(69,52,56)
#302427
(48,36,39)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #EDB4C0

#EDB4C0
(237,180,192)
#EEBAC5
(238,186,197)
#EFC0CA
(239,192,202)
#F0C6CF
(240,198,207)
#F1CCD4
(241,204,212)
#F2D2D9
(242,210,217)
#F3D8DE
(243,216,222)
#F4DEE3
(244,222,227)
#F5E4E8
(245,228,232)
#F6EAED
(246,234,237)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB4C0; }

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

This text font color is #EDB4C0.


Background Color

.myBgColor { background-color: #EDB4C0; }

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

This div background color is #EDB4C0.


Border color

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

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

This div border color is #EDB4C0.


Opacity

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

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

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

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

This text has shadow with #EDB4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB4C0 on black background.


Color preview on white background

This text has color #EDB4C0 on white background.



Black color preview on #EDB4C0 background

This text has black color on #EDB4C0 background.


White color preview on #EDB4C0 background

This text has white color on #EDB4C0 background.