COLOR #EDBAC4

HEX: #EDBAC4
RGB: (237,186,196)

Renk bilgisi

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

RGB renk modeli

#EDBAC4 color RGB value is (237,186,196).

  • kırmız ton 237;
  • yeşil ton 186;
  • mavi ton 196.
RGB:
(237,186,196)
(93%,73%,77%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 186 of 255 = 73%
B 196 of 255 = 77%

237
186
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 186 + 196 = 619 (100%)
R 237 of 619 ~ 38.29%
G 186 of 619 ~ 30.05%
B 196 of 619 ~ 31.66%

%38.29
%30.05
%31.66

CMYK RENK MODELİ

#EDBAC4 rengi CMYK tonu (0,22,17,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.52%
  • sarı tonu 17.30%
  • ana renk tonu 7.06%
CMYK:
(0,22,17,7)
C0M22Y17K7 
(0%,22%,17%,7%)
(0.00/0.22/0.17/0.07)	

CMYK yüzdeleri

%0
%21.52
%17.3
%7.06

Codes

Color #EDBAC4 in popluar color models

EDBAC4
RGB237186196
HSL348°58.62%82.94%
HSB/HSV348°21.52%92.94%
CMYK0.00%21.52%17.30%
7.06%

Color #EDBAC4 in popluar number systems.

HEXEDBAC4
Decimal237186196
Binary111011011011101011000100
Octal355272304

Shades and tints

Shades of #EDBAC4

#EDBAC4
(237,186,196)
#D8AAB3
(216,170,179)
#C39AA2
(195,154,162)
#AE8A91
(174,138,145)
#997A80
(153,122,128)
#846A6F
(132,106,111)
#6F5A5E
(111,90,94)
#5A4A4D
(90,74,77)
#453A3C
(69,58,60)
#302A2B
(48,42,43)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDBAC4

#EDBAC4
(237,186,196)
#EEC0C9
(238,192,201)
#EFC6CE
(239,198,206)
#F0CCD3
(240,204,211)
#F1D2D8
(241,210,216)
#F2D8DD
(242,216,221)
#F3DEE2
(243,222,226)
#F4E4E7
(244,228,231)
#F5EAEC
(245,234,236)
#F6F0F1
(246,240,241)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBAC4 color. Also use rgb(237,186,196) instead hex code.

Text Font Color

.myTextColor { color: #EDBAC4; }

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

This text font color is #EDBAC4.


Background Color

.myBgColor { background-color: #EDBAC4; }

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

This div background color is #EDBAC4.


Border color

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

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

This div border color is #EDBAC4.


Opacity

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

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

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

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

This text has shadow with #EDBAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBAC4 on black background.


Color preview on white background

This text has color #EDBAC4 on white background.



Black color preview on #EDBAC4 background

This text has black color on #EDBAC4 background.


White color preview on #EDBAC4 background

This text has white color on #EDBAC4 background.