COLOR #EDB2C6

HEX: #EDB2C6
RGB: (237,178,198)

Renk bilgisi

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

RGB renk modeli

#EDB2C6 color RGB value is (237,178,198).

  • kırmız ton 237;
  • yeşil ton 178;
  • mavi ton 198.
RGB:
(237,178,198)
(93%,70%,78%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 178 of 255 = 70%
B 198 of 255 = 78%

237
178
198

R + G + B ~ 80%. #EDB2C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 178 + 198 = 613 (100%)
R 237 of 613 ~ 38.66%
G 178 of 613 ~ 29.04%
B 198 of 613 ~ 32.3%

%38.66
%29.04
%32.3

CMYK RENK MODELİ

#EDB2C6 rengi CMYK tonu (0,25,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.89%
  • sarı tonu 16.46%
  • ana renk tonu 7.06%
CMYK:
(0,25,16,7)
C0M25Y16K7 
(0%,25%,16%,7%)
(0.00/0.25/0.16/0.07)	

CMYK yüzdeleri

%0
%24.89
%16.46
%7.06

Codes

Color #EDB2C6 in popluar color models

EDB2C6
RGB237178198
HSL340°62.11%81.37%
HSB/HSV340°24.89%92.94%
CMYK0.00%24.89%16.46%
7.06%

Color #EDB2C6 in popluar number systems.

HEXEDB2C6
Decimal237178198
Binary111011011011001011000110
Octal355262306

Shades and tints

Shades of #EDB2C6

#EDB2C6
(237,178,198)
#D8A2B4
(216,162,180)
#C392A2
(195,146,162)
#AE8290
(174,130,144)
#99727E
(153,114,126)
#84626C
(132,98,108)
#6F525A
(111,82,90)
#5A4248
(90,66,72)
#453236
(69,50,54)
#302224
(48,34,36)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #EDB2C6

#EDB2C6
(237,178,198)
#EEB9CB
(238,185,203)
#EFC0D0
(239,192,208)
#F0C7D5
(240,199,213)
#F1CEDA
(241,206,218)
#F2D5DF
(242,213,223)
#F3DCE4
(243,220,228)
#F4E3E9
(244,227,233)
#F5EAEE
(245,234,238)
#F6F1F3
(246,241,243)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB2C6 color. Also use rgb(237,178,198) instead hex code.

Text Font Color

.myTextColor { color: #EDB2C6; }

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

This text font color is #EDB2C6.


Background Color

.myBgColor { background-color: #EDB2C6; }

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

This div background color is #EDB2C6.


Border color

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

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

This div border color is #EDB2C6.


Opacity

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

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

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

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

This text has shadow with #EDB2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB2C6 on black background.


Color preview on white background

This text has color #EDB2C6 on white background.



Black color preview on #EDB2C6 background

This text has black color on #EDB2C6 background.


White color preview on #EDB2C6 background

This text has white color on #EDB2C6 background.