COLOR #E6BCE3

HEX: #E6BCE3
RGB: (230,188,227)

Renk bilgisi

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

RGB renk modeli

#E6BCE3 color RGB value is (230,188,227).

  • kırmız ton 230;
  • yeşil ton 188;
  • mavi ton 227.
RGB:
(230,188,227)
(90%,74%,89%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 227 of 255 = 89%

230
188
227

R + G + B ~ 84%. #E6BCE3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 227 = 645 (100%)
R 230 of 645 ~ 35.66%
G 188 of 645 ~ 29.15%
B 227 of 645 ~ 35.19%

%35.66
%29.15
%35.19

CMYK RENK MODELİ

#E6BCE3 rengi CMYK tonu (0,18,1,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 1.30%
  • ana renk tonu 9.80%
CMYK:
(0,18,1,10)
C0M18Y1K10 
(0%,18%,1%,10%)
(0.00/0.18/0.01/0.10)	

CMYK yüzdeleri

%0
%18.26
%1.3
%9.8

Codes

Color #E6BCE3 in popluar color models

E6BCE3
RGB230188227
HSL304°45.65%81.96%
HSB/HSV304°18.26%90.20%
CMYK0.00%18.26%1.30%
9.80%

Color #E6BCE3 in popluar number systems.

HEXE6BCE3
Decimal230188227
Binary111001101011110011100011
Octal346274343

Shades and tints

Shades of #E6BCE3

#E6BCE3
(230,188,227)
#D2ABCF
(210,171,207)
#BE9ABB
(190,154,187)
#AA89A7
(170,137,167)
#967893
(150,120,147)
#82677F
(130,103,127)
#6E566B
(110,86,107)
#5A4557
(90,69,87)
#463443
(70,52,67)
#32232F
(50,35,47)
#1E121B
(30,18,27)
#000000
(0,0,0)

Tints of #E6BCE3

#E6BCE3
(230,188,227)
#E8C2E5
(232,194,229)
#EAC8E7
(234,200,231)
#ECCEE9
(236,206,233)
#EED4EB
(238,212,235)
#F0DAED
(240,218,237)
#F2E0EF
(242,224,239)
#F4E6F1
(244,230,241)
#F6ECF3
(246,236,243)
#F8F2F5
(248,242,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BCE3 color. Also use rgb(230,188,227) instead hex code.

Text Font Color

.myTextColor { color: #E6BCE3; }

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

This text font color is #E6BCE3.


Background Color

.myBgColor { background-color: #E6BCE3; }

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

This div background color is #E6BCE3.


Border color

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

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

This div border color is #E6BCE3.


Opacity

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

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

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

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

This text has shadow with #E6BCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCE3 on black background.


Color preview on white background

This text has color #E6BCE3 on white background.



Black color preview on #E6BCE3 background

This text has black color on #E6BCE3 background.


White color preview on #E6BCE3 background

This text has white color on #E6BCE3 background.