COLOR #E6BEC3

HEX: #E6BEC3
RGB: (230,190,195)

Renk bilgisi

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

RGB renk modeli

#E6BEC3 color RGB value is (230,190,195).

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

RGB bağlantıları ve doygunluk

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

230
190
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 195 = 615 (100%)
R 230 of 615 ~ 37.4%
G 190 of 615 ~ 30.89%
B 195 of 615 ~ 31.71%

%37.4
%30.89
%31.71

CMYK RENK MODELİ

#E6BEC3 rengi CMYK tonu (0,17,15,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.39%
  • sarı tonu 15.22%
  • ana renk tonu 9.80%
CMYK:
(0,17,15,10)
C0M17Y15K10 
(0%,17%,15%,10%)
(0.00/0.17/0.15/0.10)	

CMYK yüzdeleri

%0
%17.39
%15.22
%9.8

Codes

Color #E6BEC3 in popluar color models

E6BEC3
RGB230190195
HSL353°44.44%82.35%
HSB/HSV353°17.39%90.20%
CMYK0.00%17.39%15.22%
9.80%

Color #E6BEC3 in popluar number systems.

HEXE6BEC3
Decimal230190195
Binary111001101011111011000011
Octal346276303

Shades and tints

Shades of #E6BEC3

#E6BEC3
(230,190,195)
#D2ADB2
(210,173,178)
#BE9CA1
(190,156,161)
#AA8B90
(170,139,144)
#967A7F
(150,122,127)
#82696E
(130,105,110)
#6E585D
(110,88,93)
#5A474C
(90,71,76)
#46363B
(70,54,59)
#32252A
(50,37,42)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6BEC3

#E6BEC3
(230,190,195)
#E8C3C8
(232,195,200)
#EAC8CD
(234,200,205)
#ECCDD2
(236,205,210)
#EED2D7
(238,210,215)
#F0D7DC
(240,215,220)
#F2DCE1
(242,220,225)
#F4E1E6
(244,225,230)
#F6E6EB
(246,230,235)
#F8EBF0
(248,235,240)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEC3; }

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

This text font color is #E6BEC3.


Background Color

.myBgColor { background-color: #E6BEC3; }

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

This div background color is #E6BEC3.


Border color

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

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

This div border color is #E6BEC3.


Opacity

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

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

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

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

This text has shadow with #E6BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEC3 on black background.


Color preview on white background

This text has color #E6BEC3 on white background.



Black color preview on #E6BEC3 background

This text has black color on #E6BEC3 background.


White color preview on #E6BEC3 background

This text has white color on #E6BEC3 background.