COLOR #E6BEC1

HEX: #E6BEC1
RGB: (230,190,193)

Renk bilgisi

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

RGB renk modeli

#E6BEC1 color RGB value is (230,190,193).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 190 of 255 = 75%
B 193 of 255 = 76%

230
190
193

R + G + B ~ 80%. #E6BEC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 193 = 613 (100%)
R 230 of 613 ~ 37.52%
G 190 of 613 ~ 31%
B 193 of 613 ~ 31.48%

%37.52
%31
%31.48

CMYK RENK MODELİ

#E6BEC1 rengi CMYK tonu (0,17,16,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.39%
  • sarı tonu 16.09%
  • ana renk tonu 9.80%
CMYK:
(0,17,16,10)
C0M17Y16K10 
(0%,17%,16%,10%)
(0.00/0.17/0.16/0.10)	

CMYK yüzdeleri

%0
%17.39
%16.09
%9.8

Codes

Color #E6BEC1 in popluar color models

E6BEC1
RGB230190193
HSL356°44.44%82.35%
HSB/HSV356°17.39%90.20%
CMYK0.00%17.39%16.09%
9.80%

Color #E6BEC1 in popluar number systems.

HEXE6BEC1
Decimal230190193
Binary111001101011111011000001
Octal346276301

Shades and tints

Shades of #E6BEC1

#E6BEC1
(230,190,193)
#D2ADB0
(210,173,176)
#BE9C9F
(190,156,159)
#AA8B8E
(170,139,142)
#967A7D
(150,122,125)
#82696C
(130,105,108)
#6E585B
(110,88,91)
#5A474A
(90,71,74)
#463639
(70,54,57)
#322528
(50,37,40)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E6BEC1

#E6BEC1
(230,190,193)
#E8C3C6
(232,195,198)
#EAC8CB
(234,200,203)
#ECCDD0
(236,205,208)
#EED2D5
(238,210,213)
#F0D7DA
(240,215,218)
#F2DCDF
(242,220,223)
#F4E1E4
(244,225,228)
#F6E6E9
(246,230,233)
#F8EBEE
(248,235,238)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEC1; }

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

This text font color is #E6BEC1.


Background Color

.myBgColor { background-color: #E6BEC1; }

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

This div background color is #E6BEC1.


Border color

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

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

This div border color is #E6BEC1.


Opacity

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

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

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

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

This text has shadow with #E6BEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEC1 on black background.


Color preview on white background

This text has color #E6BEC1 on white background.



Black color preview on #E6BEC1 background

This text has black color on #E6BEC1 background.


White color preview on #E6BEC1 background

This text has white color on #E6BEC1 background.