COLOR #E1B9DD

HEX: #E1B9DD
RGB: (225,185,221)

Renk bilgisi

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

RGB renk modeli

#E1B9DD color RGB value is (225,185,221).

  • kırmız ton 225;
  • yeşil ton 185;
  • mavi ton 221.
RGB:
(225,185,221)
(88%,73%,87%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 185 of 255 = 73%
B 221 of 255 = 87%

225
185
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 185 + 221 = 631 (100%)
R 225 of 631 ~ 35.66%
G 185 of 631 ~ 29.32%
B 221 of 631 ~ 35.02%

%35.66
%29.32
%35.02

CMYK RENK MODELİ

#E1B9DD rengi CMYK tonu (0,18,2,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.78%
  • sarı tonu 1.78%
  • ana renk tonu 11.76%
CMYK:
(0,18,2,12)
C0M18Y2K12 
(0%,18%,2%,12%)
(0.00/0.18/0.02/0.12)	

CMYK yüzdeleri

%0
%17.78
%1.78
%11.76

Codes

Color #E1B9DD in popluar color models

E1B9DD
RGB225185221
HSL306°40.00%80.39%
HSB/HSV306°17.78%88.24%
CMYK0.00%17.78%1.78%
11.76%

Color #E1B9DD in popluar number systems.

HEXE1B9DD
Decimal225185221
Binary111000011011100111011101
Octal341271335

Shades and tints

Shades of #E1B9DD

#E1B9DD
(225,185,221)
#CDA9C9
(205,169,201)
#B999B5
(185,153,181)
#A589A1
(165,137,161)
#91798D
(145,121,141)
#7D6979
(125,105,121)
#695965
(105,89,101)
#554951
(85,73,81)
#41393D
(65,57,61)
#2D2929
(45,41,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #E1B9DD

#E1B9DD
(225,185,221)
#E3BFE0
(227,191,224)
#E5C5E3
(229,197,227)
#E7CBE6
(231,203,230)
#E9D1E9
(233,209,233)
#EBD7EC
(235,215,236)
#EDDDEF
(237,221,239)
#EFE3F2
(239,227,242)
#F1E9F5
(241,233,245)
#F3EFF8
(243,239,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B9DD color. Also use rgb(225,185,221) instead hex code.

Text Font Color

.myTextColor { color: #E1B9DD; }

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

This text font color is #E1B9DD.


Background Color

.myBgColor { background-color: #E1B9DD; }

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

This div background color is #E1B9DD.


Border color

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

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

This div border color is #E1B9DD.


Opacity

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

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

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

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

This text has shadow with #E1B9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B9DD on black background.


Color preview on white background

This text has color #E1B9DD on white background.



Black color preview on #E1B9DD background

This text has black color on #E1B9DD background.


White color preview on #E1B9DD background

This text has white color on #E1B9DD background.