COLOR #E6BDCB

HEX: #E6BDCB
RGB: (230,189,203)

Renk bilgisi

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

RGB renk modeli

#E6BDCB color RGB value is (230,189,203).

  • kırmız ton 230;
  • yeşil ton 189;
  • mavi ton 203.
RGB:
(230,189,203)
(90%,74%,80%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 189 of 255 = 74%
B 203 of 255 = 80%

230
189
203

R + G + B ~ 81%. #E6BDCB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 189 + 203 = 622 (100%)
R 230 of 622 ~ 36.98%
G 189 of 622 ~ 30.39%
B 203 of 622 ~ 32.64%

%36.98
%30.39
%32.64

CMYK RENK MODELİ

#E6BDCB rengi CMYK tonu (0,18,12,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.83%
  • sarı tonu 11.74%
  • ana renk tonu 9.80%
CMYK:
(0,18,12,10)
C0M18Y12K10 
(0%,18%,12%,10%)
(0.00/0.18/0.12/0.10)	

CMYK yüzdeleri

%0
%17.83
%11.74
%9.8

Codes

Color #E6BDCB in popluar color models

E6BDCB
RGB230189203
HSL340°45.05%82.16%
HSB/HSV340°17.83%90.20%
CMYK0.00%17.83%11.74%
9.80%

Color #E6BDCB in popluar number systems.

HEXE6BDCB
Decimal230189203
Binary111001101011110111001011
Octal346275313

Shades and tints

Shades of #E6BDCB

#E6BDCB
(230,189,203)
#D2ACB9
(210,172,185)
#BE9BA7
(190,155,167)
#AA8A95
(170,138,149)
#967983
(150,121,131)
#826871
(130,104,113)
#6E575F
(110,87,95)
#5A464D
(90,70,77)
#46353B
(70,53,59)
#322429
(50,36,41)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E6BDCB

#E6BDCB
(230,189,203)
#E8C3CF
(232,195,207)
#EAC9D3
(234,201,211)
#ECCFD7
(236,207,215)
#EED5DB
(238,213,219)
#F0DBDF
(240,219,223)
#F2E1E3
(242,225,227)
#F4E7E7
(244,231,231)
#F6EDEB
(246,237,235)
#F8F3EF
(248,243,239)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BDCB color. Also use rgb(230,189,203) instead hex code.

Text Font Color

.myTextColor { color: #E6BDCB; }

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

This text font color is #E6BDCB.


Background Color

.myBgColor { background-color: #E6BDCB; }

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

This div background color is #E6BDCB.


Border color

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

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

This div border color is #E6BDCB.


Opacity

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

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

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

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

This text has shadow with #E6BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDCB on black background.


Color preview on white background

This text has color #E6BDCB on white background.



Black color preview on #E6BDCB background

This text has black color on #E6BDCB background.


White color preview on #E6BDCB background

This text has white color on #E6BDCB background.