COLOR #E7BDD9

HEX: #E7BDD9
RGB: (231,189,217)

Renk bilgisi

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

RGB renk modeli

#E7BDD9 color RGB value is (231,189,217).

  • kırmız ton 231;
  • yeşil ton 189;
  • mavi ton 217.
RGB:
(231,189,217)
(91%,74%,85%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 189 of 255 = 74%
B 217 of 255 = 85%

231
189
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 189 + 217 = 637 (100%)
R 231 of 637 ~ 36.26%
G 189 of 637 ~ 29.67%
B 217 of 637 ~ 34.07%

%36.26
%29.67
%34.07

CMYK RENK MODELİ

#E7BDD9 rengi CMYK tonu (0,18,6,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 6.06%
  • ana renk tonu 9.41%
CMYK:
(0,18,6,9)
C0M18Y6K9 
(0%,18%,6%,9%)
(0.00/0.18/0.06/0.09)	

CMYK yüzdeleri

%0
%18.18
%6.06
%9.41

Codes

Color #E7BDD9 in popluar color models

E7BDD9
RGB231189217
HSL320°46.67%82.35%
HSB/HSV320°18.18%90.59%
CMYK0.00%18.18%6.06%
9.41%

Color #E7BDD9 in popluar number systems.

HEXE7BDD9
Decimal231189217
Binary111001111011110111011001
Octal347275331

Shades and tints

Shades of #E7BDD9

#E7BDD9
(231,189,217)
#D2ACC6
(210,172,198)
#BD9BB3
(189,155,179)
#A88AA0
(168,138,160)
#93798D
(147,121,141)
#7E687A
(126,104,122)
#695767
(105,87,103)
#544654
(84,70,84)
#3F3541
(63,53,65)
#2A242E
(42,36,46)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #E7BDD9

#E7BDD9
(231,189,217)
#E9C3DC
(233,195,220)
#EBC9DF
(235,201,223)
#EDCFE2
(237,207,226)
#EFD5E5
(239,213,229)
#F1DBE8
(241,219,232)
#F3E1EB
(243,225,235)
#F5E7EE
(245,231,238)
#F7EDF1
(247,237,241)
#F9F3F4
(249,243,244)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BDD9 color. Also use rgb(231,189,217) instead hex code.

Text Font Color

.myTextColor { color: #E7BDD9; }

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

This text font color is #E7BDD9.


Background Color

.myBgColor { background-color: #E7BDD9; }

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

This div background color is #E7BDD9.


Border color

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

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

This div border color is #E7BDD9.


Opacity

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

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

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

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

This text has shadow with #E7BDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BDD9 on black background.


Color preview on white background

This text has color #E7BDD9 on white background.



Black color preview on #E7BDD9 background

This text has black color on #E7BDD9 background.


White color preview on #E7BDD9 background

This text has white color on #E7BDD9 background.