COLOR #EDB8DA

HEX: #EDB8DA
RGB: (237,184,218)

Renk bilgisi

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

RGB renk modeli

#EDB8DA color RGB value is (237,184,218).

  • kırmız ton 237;
  • yeşil ton 184;
  • mavi ton 218.
RGB:
(237,184,218)
(93%,72%,85%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 184 of 255 = 72%
B 218 of 255 = 85%

237
184
218

R + G + B ~ 83%. #EDB8DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 184 + 218 = 639 (100%)
R 237 of 639 ~ 37.09%
G 184 of 639 ~ 28.79%
B 218 of 639 ~ 34.12%

%37.09
%28.79
%34.12

CMYK RENK MODELİ

#EDB8DA rengi CMYK tonu (0,22,8,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.36%
  • sarı tonu 8.02%
  • ana renk tonu 7.06%
CMYK:
(0,22,8,7)
C0M22Y8K7 
(0%,22%,8%,7%)
(0.00/0.22/0.08/0.07)	

CMYK yüzdeleri

%0
%22.36
%8.02
%7.06

Codes

Color #EDB8DA in popluar color models

EDB8DA
RGB237184218
HSL322°59.55%82.55%
HSB/HSV322°22.36%92.94%
CMYK0.00%22.36%8.02%
7.06%

Color #EDB8DA in popluar number systems.

HEXEDB8DA
Decimal237184218
Binary111011011011100011011010
Octal355270332

Shades and tints

Shades of #EDB8DA

#EDB8DA
(237,184,218)
#D8A8C7
(216,168,199)
#C398B4
(195,152,180)
#AE88A1
(174,136,161)
#99788E
(153,120,142)
#84687B
(132,104,123)
#6F5868
(111,88,104)
#5A4855
(90,72,85)
#453842
(69,56,66)
#30282F
(48,40,47)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #EDB8DA

#EDB8DA
(237,184,218)
#EEBEDD
(238,190,221)
#EFC4E0
(239,196,224)
#F0CAE3
(240,202,227)
#F1D0E6
(241,208,230)
#F2D6E9
(242,214,233)
#F3DCEC
(243,220,236)
#F4E2EF
(244,226,239)
#F5E8F2
(245,232,242)
#F6EEF5
(246,238,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB8DA color. Also use rgb(237,184,218) instead hex code.

Text Font Color

.myTextColor { color: #EDB8DA; }

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

This text font color is #EDB8DA.


Background Color

.myBgColor { background-color: #EDB8DA; }

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

This div background color is #EDB8DA.


Border color

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

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

This div border color is #EDB8DA.


Opacity

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

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

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

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

This text has shadow with #EDB8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB8DA on black background.


Color preview on white background

This text has color #EDB8DA on white background.



Black color preview on #EDB8DA background

This text has black color on #EDB8DA background.


White color preview on #EDB8DA background

This text has white color on #EDB8DA background.