COLOR #EDB0D6

HEX: #EDB0D6
RGB: (237,176,214)

Renk bilgisi

#EDB0D6 contains mainly red and blue colors. #EDB0D6 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EDB0D6 color RGB value is (237,176,214).

  • kırmız ton 237;
  • yeşil ton 176;
  • mavi ton 214.
RGB:
(237,176,214)
(93%,69%,84%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 176 of 255 = 69%
B 214 of 255 = 84%

237
176
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 176 + 214 = 627 (100%)
R 237 of 627 ~ 37.8%
G 176 of 627 ~ 28.07%
B 214 of 627 ~ 34.13%

%37.8
%28.07
%34.13

CMYK RENK MODELİ

#EDB0D6 rengi CMYK tonu (0,26,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.74%
  • sarı tonu 9.70%
  • ana renk tonu 7.06%
CMYK:
(0,26,10,7)
C0M26Y10K7 
(0%,26%,10%,7%)
(0.00/0.26/0.10/0.07)	

CMYK yüzdeleri

%0
%25.74
%9.7
%7.06

Codes

Color #EDB0D6 in popluar color models

EDB0D6
RGB237176214
HSL323°62.89%80.98%
HSB/HSV323°25.74%92.94%
CMYK0.00%25.74%9.70%
7.06%

Color #EDB0D6 in popluar number systems.

HEXEDB0D6
Decimal237176214
Binary111011011011000011010110
Octal355260326

Shades and tints

Shades of #EDB0D6

#EDB0D6
(237,176,214)
#D8A0C3
(216,160,195)
#C390B0
(195,144,176)
#AE809D
(174,128,157)
#99708A
(153,112,138)
#846077
(132,96,119)
#6F5064
(111,80,100)
#5A4051
(90,64,81)
#45303E
(69,48,62)
#30202B
(48,32,43)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #EDB0D6

#EDB0D6
(237,176,214)
#EEB7D9
(238,183,217)
#EFBEDC
(239,190,220)
#F0C5DF
(240,197,223)
#F1CCE2
(241,204,226)
#F2D3E5
(242,211,229)
#F3DAE8
(243,218,232)
#F4E1EB
(244,225,235)
#F5E8EE
(245,232,238)
#F6EFF1
(246,239,241)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB0D6 color. Also use rgb(237,176,214) instead hex code.

Text Font Color

.myTextColor { color: #EDB0D6; }

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

This text font color is #EDB0D6.


Background Color

.myBgColor { background-color: #EDB0D6; }

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

This div background color is #EDB0D6.


Border color

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

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

This div border color is #EDB0D6.


Opacity

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

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

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

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

This text has shadow with #EDB0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB0D6 on black background.


Color preview on white background

This text has color #EDB0D6 on white background.



Black color preview on #EDB0D6 background

This text has black color on #EDB0D6 background.


White color preview on #EDB0D6 background

This text has white color on #EDB0D6 background.