COLOR #E6B3C5

HEX: #E6B3C5
RGB: (230,179,197)

Renk bilgisi

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

RGB renk modeli

#E6B3C5 color RGB value is (230,179,197).

  • kırmız ton 230;
  • yeşil ton 179;
  • mavi ton 197.
RGB:
(230,179,197)
(90%,70%,77%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 179 of 255 = 70%
B 197 of 255 = 77%

230
179
197

R + G + B ~ 79%. #E6B3C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 179 + 197 = 606 (100%)
R 230 of 606 ~ 37.95%
G 179 of 606 ~ 29.54%
B 197 of 606 ~ 32.51%

%37.95
%29.54
%32.51

CMYK RENK MODELİ

#E6B3C5 rengi CMYK tonu (0,22,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.17%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(0,22,14,10)
C0M22Y14K10 
(0%,22%,14%,10%)
(0.00/0.22/0.14/0.10)	

CMYK yüzdeleri

%0
%22.17
%14.35
%9.8

Codes

Color #E6B3C5 in popluar color models

E6B3C5
RGB230179197
HSL339°50.50%80.20%
HSB/HSV339°22.17%90.20%
CMYK0.00%22.17%14.35%
9.80%

Color #E6B3C5 in popluar number systems.

HEXE6B3C5
Decimal230179197
Binary111001101011001111000101
Octal346263305

Shades and tints

Shades of #E6B3C5

#E6B3C5
(230,179,197)
#D2A3B4
(210,163,180)
#BE93A3
(190,147,163)
#AA8392
(170,131,146)
#967381
(150,115,129)
#826370
(130,99,112)
#6E535F
(110,83,95)
#5A434E
(90,67,78)
#46333D
(70,51,61)
#32232C
(50,35,44)
#1E131B
(30,19,27)
#000000
(0,0,0)

Tints of #E6B3C5

#E6B3C5
(230,179,197)
#E8B9CA
(232,185,202)
#EABFCF
(234,191,207)
#ECC5D4
(236,197,212)
#EECBD9
(238,203,217)
#F0D1DE
(240,209,222)
#F2D7E3
(242,215,227)
#F4DDE8
(244,221,232)
#F6E3ED
(246,227,237)
#F8E9F2
(248,233,242)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B3C5 color. Also use rgb(230,179,197) instead hex code.

Text Font Color

.myTextColor { color: #E6B3C5; }

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

This text font color is #E6B3C5.


Background Color

.myBgColor { background-color: #E6B3C5; }

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

This div background color is #E6B3C5.


Border color

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

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

This div border color is #E6B3C5.


Opacity

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

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

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

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

This text has shadow with #E6B3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B3C5 on black background.


Color preview on white background

This text has color #E6B3C5 on white background.



Black color preview on #E6B3C5 background

This text has black color on #E6B3C5 background.


White color preview on #E6B3C5 background

This text has white color on #E6B3C5 background.