COLOR #E0BBDA

HEX: #E0BBDA
RGB: (224,187,218)

Renk bilgisi

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

RGB renk modeli

#E0BBDA color RGB value is (224,187,218).

  • kırmız ton 224;
  • yeşil ton 187;
  • mavi ton 218.
RGB:
(224,187,218)
(88%,73%,85%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 187 of 255 = 73%
B 218 of 255 = 85%

224
187
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 187 + 218 = 629 (100%)
R 224 of 629 ~ 35.61%
G 187 of 629 ~ 29.73%
B 218 of 629 ~ 34.66%

%35.61
%29.73
%34.66

CMYK RENK MODELİ

#E0BBDA rengi CMYK tonu (0,17,3,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.52%
  • sarı tonu 2.68%
  • ana renk tonu 12.16%
CMYK:
(0,17,3,12)
C0M17Y3K12 
(0%,17%,3%,12%)
(0.00/0.17/0.03/0.12)	

CMYK yüzdeleri

%0
%16.52
%2.68
%12.16

Codes

Color #E0BBDA in popluar color models

E0BBDA
RGB224187218
HSL310°37.37%80.59%
HSB/HSV310°16.52%87.84%
CMYK0.00%16.52%2.68%
12.16%

Color #E0BBDA in popluar number systems.

HEXE0BBDA
Decimal224187218
Binary111000001011101111011010
Octal340273332

Shades and tints

Shades of #E0BBDA

#E0BBDA
(224,187,218)
#CCAAC7
(204,170,199)
#B899B4
(184,153,180)
#A488A1
(164,136,161)
#90778E
(144,119,142)
#7C667B
(124,102,123)
#685568
(104,85,104)
#544455
(84,68,85)
#403342
(64,51,66)
#2C222F
(44,34,47)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #E0BBDA

#E0BBDA
(224,187,218)
#E2C1DD
(226,193,221)
#E4C7E0
(228,199,224)
#E6CDE3
(230,205,227)
#E8D3E6
(232,211,230)
#EAD9E9
(234,217,233)
#ECDFEC
(236,223,236)
#EEE5EF
(238,229,239)
#F0EBF2
(240,235,242)
#F2F1F5
(242,241,245)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BBDA color. Also use rgb(224,187,218) instead hex code.

Text Font Color

.myTextColor { color: #E0BBDA; }

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

This text font color is #E0BBDA.


Background Color

.myBgColor { background-color: #E0BBDA; }

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

This div background color is #E0BBDA.


Border color

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

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

This div border color is #E0BBDA.


Opacity

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

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

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

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

This text has shadow with #E0BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BBDA on black background.


Color preview on white background

This text has color #E0BBDA on white background.



Black color preview on #E0BBDA background

This text has black color on #E0BBDA background.


White color preview on #E0BBDA background

This text has white color on #E0BBDA background.