COLOR #EDB0CE

HEX: #EDB0CE
RGB: (237,176,206)

Renk bilgisi

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

RGB renk modeli

#EDB0CE color RGB value is (237,176,206).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 176 of 255 = 69%
B 206 of 255 = 81%

237
176
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 176 + 206 = 619 (100%)
R 237 of 619 ~ 38.29%
G 176 of 619 ~ 28.43%
B 206 of 619 ~ 33.28%

%38.29
%28.43
%33.28

CMYK RENK MODELİ

#EDB0CE rengi CMYK tonu (0,26,13,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.74%
  • sarı tonu 13.08%
  • ana renk tonu 7.06%
CMYK:
(0,26,13,7)
C0M26Y13K7 
(0%,26%,13%,7%)
(0.00/0.26/0.13/0.07)	

CMYK yüzdeleri

%0
%25.74
%13.08
%7.06

Codes

Color #EDB0CE in popluar color models

EDB0CE
RGB237176206
HSL330°62.89%80.98%
HSB/HSV330°25.74%92.94%
CMYK0.00%25.74%13.08%
7.06%

Color #EDB0CE in popluar number systems.

HEXEDB0CE
Decimal237176206
Binary111011011011000011001110
Octal355260316

Shades and tints

Shades of #EDB0CE

#EDB0CE
(237,176,206)
#D8A0BC
(216,160,188)
#C390AA
(195,144,170)
#AE8098
(174,128,152)
#997086
(153,112,134)
#846074
(132,96,116)
#6F5062
(111,80,98)
#5A4050
(90,64,80)
#45303E
(69,48,62)
#30202C
(48,32,44)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #EDB0CE

#EDB0CE
(237,176,206)
#EEB7D2
(238,183,210)
#EFBED6
(239,190,214)
#F0C5DA
(240,197,218)
#F1CCDE
(241,204,222)
#F2D3E2
(242,211,226)
#F3DAE6
(243,218,230)
#F4E1EA
(244,225,234)
#F5E8EE
(245,232,238)
#F6EFF2
(246,239,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB0CE; }

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

This text font color is #EDB0CE.


Background Color

.myBgColor { background-color: #EDB0CE; }

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

This div background color is #EDB0CE.


Border color

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

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

This div border color is #EDB0CE.


Opacity

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

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

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

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

This text has shadow with #EDB0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB0CE on black background.


Color preview on white background

This text has color #EDB0CE on white background.



Black color preview on #EDB0CE background

This text has black color on #EDB0CE background.


White color preview on #EDB0CE background

This text has white color on #EDB0CE background.