COLOR #E6BDCE

HEX: #E6BDCE
RGB: (230,189,206)

Renk bilgisi

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

RGB renk modeli

#E6BDCE color RGB value is (230,189,206).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 189 of 255 = 74%
B 206 of 255 = 81%

230
189
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 189 + 206 = 625 (100%)
R 230 of 625 ~ 36.8%
G 189 of 625 ~ 30.24%
B 206 of 625 ~ 32.96%

%36.8
%30.24
%32.96

CMYK RENK MODELİ

#E6BDCE rengi CMYK tonu (0,18,10,10).

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

CMYK yüzdeleri

%0
%17.83
%10.43
%9.8

Codes

Color #E6BDCE in popluar color models

E6BDCE
RGB230189206
HSL335°45.05%82.16%
HSB/HSV335°17.83%90.20%
CMYK0.00%17.83%10.43%
9.80%

Color #E6BDCE in popluar number systems.

HEXE6BDCE
Decimal230189206
Binary111001101011110111001110
Octal346275316

Shades and tints

Shades of #E6BDCE

#E6BDCE
(230,189,206)
#D2ACBC
(210,172,188)
#BE9BAA
(190,155,170)
#AA8A98
(170,138,152)
#967986
(150,121,134)
#826874
(130,104,116)
#6E5762
(110,87,98)
#5A4650
(90,70,80)
#46353E
(70,53,62)
#32242C
(50,36,44)
#1E131A
(30,19,26)
#000000
(0,0,0)

Tints of #E6BDCE

#E6BDCE
(230,189,206)
#E8C3D2
(232,195,210)
#EAC9D6
(234,201,214)
#ECCFDA
(236,207,218)
#EED5DE
(238,213,222)
#F0DBE2
(240,219,226)
#F2E1E6
(242,225,230)
#F4E7EA
(244,231,234)
#F6EDEE
(246,237,238)
#F8F3F2
(248,243,242)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDCE; }

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

This text font color is #E6BDCE.


Background Color

.myBgColor { background-color: #E6BDCE; }

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

This div background color is #E6BDCE.


Border color

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

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

This div border color is #E6BDCE.


Opacity

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

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

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

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

This text has shadow with #E6BDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDCE on black background.


Color preview on white background

This text has color #E6BDCE on white background.



Black color preview on #E6BDCE background

This text has black color on #E6BDCE background.


White color preview on #E6BDCE background

This text has white color on #E6BDCE background.