COLOR #E6BBD4

HEX: #E6BBD4
RGB: (230,187,212)

Renk bilgisi

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

RGB renk modeli

#E6BBD4 color RGB value is (230,187,212).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 187 of 255 = 73%
B 212 of 255 = 83%

230
187
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 187 + 212 = 629 (100%)
R 230 of 629 ~ 36.57%
G 187 of 629 ~ 29.73%
B 212 of 629 ~ 33.7%

%36.57
%29.73
%33.7

CMYK RENK MODELİ

#E6BBD4 rengi CMYK tonu (0,19,8,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.70%
  • sarı tonu 7.83%
  • ana renk tonu 9.80%
CMYK:
(0,19,8,10)
C0M19Y8K10 
(0%,19%,8%,10%)
(0.00/0.19/0.08/0.10)	

CMYK yüzdeleri

%0
%18.7
%7.83
%9.8

Codes

Color #E6BBD4 in popluar color models

E6BBD4
RGB230187212
HSL325°46.24%81.76%
HSB/HSV325°18.70%90.20%
CMYK0.00%18.70%7.83%
9.80%

Color #E6BBD4 in popluar number systems.

HEXE6BBD4
Decimal230187212
Binary111001101011101111010100
Octal346273324

Shades and tints

Shades of #E6BBD4

#E6BBD4
(230,187,212)
#D2AAC1
(210,170,193)
#BE99AE
(190,153,174)
#AA889B
(170,136,155)
#967788
(150,119,136)
#826675
(130,102,117)
#6E5562
(110,85,98)
#5A444F
(90,68,79)
#46333C
(70,51,60)
#322229
(50,34,41)
#1E1116
(30,17,22)
#000000
(0,0,0)

Tints of #E6BBD4

#E6BBD4
(230,187,212)
#E8C1D7
(232,193,215)
#EAC7DA
(234,199,218)
#ECCDDD
(236,205,221)
#EED3E0
(238,211,224)
#F0D9E3
(240,217,227)
#F2DFE6
(242,223,230)
#F4E5E9
(244,229,233)
#F6EBEC
(246,235,236)
#F8F1EF
(248,241,239)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BBD4; }

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

This text font color is #E6BBD4.


Background Color

.myBgColor { background-color: #E6BBD4; }

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

This div background color is #E6BBD4.


Border color

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

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

This div border color is #E6BBD4.


Opacity

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

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

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

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

This text has shadow with #E6BBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BBD4 on black background.


Color preview on white background

This text has color #E6BBD4 on white background.



Black color preview on #E6BBD4 background

This text has black color on #E6BBD4 background.


White color preview on #E6BBD4 background

This text has white color on #E6BBD4 background.