COLOR #E6BBD9

HEX: #E6BBD9
RGB: (230,187,217)

Renk bilgisi

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

RGB renk modeli

#E6BBD9 color RGB value is (230,187,217).

  • kırmız ton 230;
  • yeşil ton 187;
  • mavi ton 217.
RGB:
(230,187,217)
(90%,73%,85%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 187 of 255 = 73%
B 217 of 255 = 85%

230
187
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 187 + 217 = 634 (100%)
R 230 of 634 ~ 36.28%
G 187 of 634 ~ 29.5%
B 217 of 634 ~ 34.23%

%36.28
%29.5
%34.23

CMYK RENK MODELİ

#E6BBD9 rengi CMYK tonu (0,19,6,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.70%
  • sarı tonu 5.65%
  • ana renk tonu 9.80%
CMYK:
(0,19,6,10)
C0M19Y6K10 
(0%,19%,6%,10%)
(0.00/0.19/0.06/0.10)	

CMYK yüzdeleri

%0
%18.7
%5.65
%9.8

Codes

Color #E6BBD9 in popluar color models

E6BBD9
RGB230187217
HSL318°46.24%81.76%
HSB/HSV318°18.70%90.20%
CMYK0.00%18.70%5.65%
9.80%

Color #E6BBD9 in popluar number systems.

HEXE6BBD9
Decimal230187217
Binary111001101011101111011001
Octal346273331

Shades and tints

Shades of #E6BBD9

#E6BBD9
(230,187,217)
#D2AAC6
(210,170,198)
#BE99B3
(190,153,179)
#AA88A0
(170,136,160)
#96778D
(150,119,141)
#82667A
(130,102,122)
#6E5567
(110,85,103)
#5A4454
(90,68,84)
#463341
(70,51,65)
#32222E
(50,34,46)
#1E111B
(30,17,27)
#000000
(0,0,0)

Tints of #E6BBD9

#E6BBD9
(230,187,217)
#E8C1DC
(232,193,220)
#EAC7DF
(234,199,223)
#ECCDE2
(236,205,226)
#EED3E5
(238,211,229)
#F0D9E8
(240,217,232)
#F2DFEB
(242,223,235)
#F4E5EE
(244,229,238)
#F6EBF1
(246,235,241)
#F8F1F4
(248,241,244)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BBD9 color. Also use rgb(230,187,217) instead hex code.

Text Font Color

.myTextColor { color: #E6BBD9; }

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

This text font color is #E6BBD9.


Background Color

.myBgColor { background-color: #E6BBD9; }

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

This div background color is #E6BBD9.


Border color

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

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

This div border color is #E6BBD9.


Opacity

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

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

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

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

This text has shadow with #E6BBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBD9 on black background.


Color preview on white background

This text has color #E6BBD9 on white background.



Black color preview on #E6BBD9 background

This text has black color on #E6BBD9 background.


White color preview on #E6BBD9 background

This text has white color on #E6BBD9 background.