COLOR #E6BECC

HEX: #E6BECC
RGB: (230,190,204)

Renk bilgisi

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

RGB renk modeli

#E6BECC color RGB value is (230,190,204).

  • kırmız ton 230;
  • yeşil ton 190;
  • mavi ton 204.
RGB:
(230,190,204)
(90%,75%,80%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 190 of 255 = 75%
B 204 of 255 = 80%

230
190
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 204 = 624 (100%)
R 230 of 624 ~ 36.86%
G 190 of 624 ~ 30.45%
B 204 of 624 ~ 32.69%

%36.86
%30.45
%32.69

CMYK RENK MODELİ

#E6BECC rengi CMYK tonu (0,17,11,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.39%
  • sarı tonu 11.30%
  • ana renk tonu 9.80%
CMYK:
(0,17,11,10)
C0M17Y11K10 
(0%,17%,11%,10%)
(0.00/0.17/0.11/0.10)	

CMYK yüzdeleri

%0
%17.39
%11.3
%9.8

Codes

Color #E6BECC in popluar color models

E6BECC
RGB230190204
HSL339°44.44%82.35%
HSB/HSV339°17.39%90.20%
CMYK0.00%17.39%11.30%
9.80%

Color #E6BECC in popluar number systems.

HEXE6BECC
Decimal230190204
Binary111001101011111011001100
Octal346276314

Shades and tints

Shades of #E6BECC

#E6BECC
(230,190,204)
#D2ADBA
(210,173,186)
#BE9CA8
(190,156,168)
#AA8B96
(170,139,150)
#967A84
(150,122,132)
#826972
(130,105,114)
#6E5860
(110,88,96)
#5A474E
(90,71,78)
#46363C
(70,54,60)
#32252A
(50,37,42)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6BECC

#E6BECC
(230,190,204)
#E8C3D0
(232,195,208)
#EAC8D4
(234,200,212)
#ECCDD8
(236,205,216)
#EED2DC
(238,210,220)
#F0D7E0
(240,215,224)
#F2DCE4
(242,220,228)
#F4E1E8
(244,225,232)
#F6E6EC
(246,230,236)
#F8EBF0
(248,235,240)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BECC color. Also use rgb(230,190,204) instead hex code.

Text Font Color

.myTextColor { color: #E6BECC; }

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

This text font color is #E6BECC.


Background Color

.myBgColor { background-color: #E6BECC; }

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

This div background color is #E6BECC.


Border color

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

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

This div border color is #E6BECC.


Opacity

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

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

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

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

This text has shadow with #E6BECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BECC on black background.


Color preview on white background

This text has color #E6BECC on white background.



Black color preview on #E6BECC background

This text has black color on #E6BECC background.


White color preview on #E6BECC background

This text has white color on #E6BECC background.