COLOR #EDBACC

HEX: #EDBACC
RGB: (237,186,204)

Renk bilgisi

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

RGB renk modeli

#EDBACC color RGB value is (237,186,204).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 186 of 255 = 73%
B 204 of 255 = 80%

237
186
204

R + G + B ~ 82%. #EDBACC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 186 + 204 = 627 (100%)
R 237 of 627 ~ 37.8%
G 186 of 627 ~ 29.67%
B 204 of 627 ~ 32.54%

%37.8
%29.67
%32.54

CMYK RENK MODELİ

#EDBACC rengi CMYK tonu (0,22,14,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.52%
  • sarı tonu 13.92%
  • ana renk tonu 7.06%
CMYK:
(0,22,14,7)
C0M22Y14K7 
(0%,22%,14%,7%)
(0.00/0.22/0.14/0.07)	

CMYK yüzdeleri

%0
%21.52
%13.92
%7.06

Codes

Color #EDBACC in popluar color models

EDBACC
RGB237186204
HSL339°58.62%82.94%
HSB/HSV339°21.52%92.94%
CMYK0.00%21.52%13.92%
7.06%

Color #EDBACC in popluar number systems.

HEXEDBACC
Decimal237186204
Binary111011011011101011001100
Octal355272314

Shades and tints

Shades of #EDBACC

#EDBACC
(237,186,204)
#D8AABA
(216,170,186)
#C39AA8
(195,154,168)
#AE8A96
(174,138,150)
#997A84
(153,122,132)
#846A72
(132,106,114)
#6F5A60
(111,90,96)
#5A4A4E
(90,74,78)
#453A3C
(69,58,60)
#302A2A
(48,42,42)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDBACC

#EDBACC
(237,186,204)
#EEC0D0
(238,192,208)
#EFC6D4
(239,198,212)
#F0CCD8
(240,204,216)
#F1D2DC
(241,210,220)
#F2D8E0
(242,216,224)
#F3DEE4
(243,222,228)
#F4E4E8
(244,228,232)
#F5EAEC
(245,234,236)
#F6F0F0
(246,240,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBACC; }

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

This text font color is #EDBACC.


Background Color

.myBgColor { background-color: #EDBACC; }

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

This div background color is #EDBACC.


Border color

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

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

This div border color is #EDBACC.


Opacity

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

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

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

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

This text has shadow with #EDBACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBACC on black background.


Color preview on white background

This text has color #EDBACC on white background.



Black color preview on #EDBACC background

This text has black color on #EDBACC background.


White color preview on #EDBACC background

This text has white color on #EDBACC background.