COLOR #E7BED6

HEX: #E7BED6
RGB: (231,190,214)

Renk bilgisi

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

RGB renk modeli

#E7BED6 color RGB value is (231,190,214).

  • kırmız ton 231;
  • yeşil ton 190;
  • mavi ton 214.
RGB:
(231,190,214)
(91%,75%,84%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 190 of 255 = 75%
B 214 of 255 = 84%

231
190
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 190 + 214 = 635 (100%)
R 231 of 635 ~ 36.38%
G 190 of 635 ~ 29.92%
B 214 of 635 ~ 33.7%

%36.38
%29.92
%33.7

CMYK RENK MODELİ

#E7BED6 rengi CMYK tonu (0,18,7,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.75%
  • sarı tonu 7.36%
  • ana renk tonu 9.41%
CMYK:
(0,18,7,9)
C0M18Y7K9 
(0%,18%,7%,9%)
(0.00/0.18/0.07/0.09)	

CMYK yüzdeleri

%0
%17.75
%7.36
%9.41

Codes

Color #E7BED6 in popluar color models

E7BED6
RGB231190214
HSL325°46.07%82.55%
HSB/HSV325°17.75%90.59%
CMYK0.00%17.75%7.36%
9.41%

Color #E7BED6 in popluar number systems.

HEXE7BED6
Decimal231190214
Binary111001111011111011010110
Octal347276326

Shades and tints

Shades of #E7BED6

#E7BED6
(231,190,214)
#D2ADC3
(210,173,195)
#BD9CB0
(189,156,176)
#A88B9D
(168,139,157)
#937A8A
(147,122,138)
#7E6977
(126,105,119)
#695864
(105,88,100)
#544751
(84,71,81)
#3F363E
(63,54,62)
#2A252B
(42,37,43)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7BED6

#E7BED6
(231,190,214)
#E9C3D9
(233,195,217)
#EBC8DC
(235,200,220)
#EDCDDF
(237,205,223)
#EFD2E2
(239,210,226)
#F1D7E5
(241,215,229)
#F3DCE8
(243,220,232)
#F5E1EB
(245,225,235)
#F7E6EE
(247,230,238)
#F9EBF1
(249,235,241)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BED6 color. Also use rgb(231,190,214) instead hex code.

Text Font Color

.myTextColor { color: #E7BED6; }

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

This text font color is #E7BED6.


Background Color

.myBgColor { background-color: #E7BED6; }

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

This div background color is #E7BED6.


Border color

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

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

This div border color is #E7BED6.


Opacity

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

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

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

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

This text has shadow with #E7BED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BED6 on black background.


Color preview on white background

This text has color #E7BED6 on white background.



Black color preview on #E7BED6 background

This text has black color on #E7BED6 background.


White color preview on #E7BED6 background

This text has white color on #E7BED6 background.