COLOR #EDBEC8

HEX: #EDBEC8
RGB: (237,190,200)

Renk bilgisi

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

RGB renk modeli

#EDBEC8 color RGB value is (237,190,200).

  • kırmız ton 237;
  • yeşil ton 190;
  • mavi ton 200.
RGB:
(237,190,200)
(93%,75%,78%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 190 of 255 = 75%
B 200 of 255 = 78%

237
190
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 190 + 200 = 627 (100%)
R 237 of 627 ~ 37.8%
G 190 of 627 ~ 30.3%
B 200 of 627 ~ 31.9%

%37.8
%30.3
%31.9

CMYK RENK MODELİ

#EDBEC8 rengi CMYK tonu (0,20,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.83%
  • sarı tonu 15.61%
  • ana renk tonu 7.06%
CMYK:
(0,20,16,7)
C0M20Y16K7 
(0%,20%,16%,7%)
(0.00/0.20/0.16/0.07)	

CMYK yüzdeleri

%0
%19.83
%15.61
%7.06

Codes

Color #EDBEC8 in popluar color models

EDBEC8
RGB237190200
HSL347°56.63%83.73%
HSB/HSV347°19.83%92.94%
CMYK0.00%19.83%15.61%
7.06%

Color #EDBEC8 in popluar number systems.

HEXEDBEC8
Decimal237190200
Binary111011011011111011001000
Octal355276310

Shades and tints

Shades of #EDBEC8

#EDBEC8
(237,190,200)
#D8ADB6
(216,173,182)
#C39CA4
(195,156,164)
#AE8B92
(174,139,146)
#997A80
(153,122,128)
#84696E
(132,105,110)
#6F585C
(111,88,92)
#5A474A
(90,71,74)
#453638
(69,54,56)
#302526
(48,37,38)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDBEC8

#EDBEC8
(237,190,200)
#EEC3CD
(238,195,205)
#EFC8D2
(239,200,210)
#F0CDD7
(240,205,215)
#F1D2DC
(241,210,220)
#F2D7E1
(242,215,225)
#F3DCE6
(243,220,230)
#F4E1EB
(244,225,235)
#F5E6F0
(245,230,240)
#F6EBF5
(246,235,245)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBEC8 color. Also use rgb(237,190,200) instead hex code.

Text Font Color

.myTextColor { color: #EDBEC8; }

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

This text font color is #EDBEC8.


Background Color

.myBgColor { background-color: #EDBEC8; }

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

This div background color is #EDBEC8.


Border color

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

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

This div border color is #EDBEC8.


Opacity

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

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

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

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

This text has shadow with #EDBEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBEC8 on black background.


Color preview on white background

This text has color #EDBEC8 on white background.



Black color preview on #EDBEC8 background

This text has black color on #EDBEC8 background.


White color preview on #EDBEC8 background

This text has white color on #EDBEC8 background.