COLOR #E6B9CB

HEX: #E6B9CB
RGB: (230,185,203)

Renk bilgisi

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

RGB renk modeli

#E6B9CB color RGB value is (230,185,203).

  • kırmız ton 230;
  • yeşil ton 185;
  • mavi ton 203.
RGB:
(230,185,203)
(90%,73%,80%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 185 of 255 = 73%
B 203 of 255 = 80%

230
185
203

R + G + B ~ 81%. #E6B9CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 185 + 203 = 618 (100%)
R 230 of 618 ~ 37.22%
G 185 of 618 ~ 29.94%
B 203 of 618 ~ 32.85%

%37.22
%29.94
%32.85

CMYK RENK MODELİ

#E6B9CB rengi CMYK tonu (0,20,12,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.57%
  • sarı tonu 11.74%
  • ana renk tonu 9.80%
CMYK:
(0,20,12,10)
C0M20Y12K10 
(0%,20%,12%,10%)
(0.00/0.20/0.12/0.10)	

CMYK yüzdeleri

%0
%19.57
%11.74
%9.8

Codes

Color #E6B9CB in popluar color models

E6B9CB
RGB230185203
HSL336°47.37%81.37%
HSB/HSV336°19.57%90.20%
CMYK0.00%19.57%11.74%
9.80%

Color #E6B9CB in popluar number systems.

HEXE6B9CB
Decimal230185203
Binary111001101011100111001011
Octal346271313

Shades and tints

Shades of #E6B9CB

#E6B9CB
(230,185,203)
#D2A9B9
(210,169,185)
#BE99A7
(190,153,167)
#AA8995
(170,137,149)
#967983
(150,121,131)
#826971
(130,105,113)
#6E595F
(110,89,95)
#5A494D
(90,73,77)
#46393B
(70,57,59)
#322929
(50,41,41)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6B9CB

#E6B9CB
(230,185,203)
#E8BFCF
(232,191,207)
#EAC5D3
(234,197,211)
#ECCBD7
(236,203,215)
#EED1DB
(238,209,219)
#F0D7DF
(240,215,223)
#F2DDE3
(242,221,227)
#F4E3E7
(244,227,231)
#F6E9EB
(246,233,235)
#F8EFEF
(248,239,239)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B9CB color. Also use rgb(230,185,203) instead hex code.

Text Font Color

.myTextColor { color: #E6B9CB; }

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

This text font color is #E6B9CB.


Background Color

.myBgColor { background-color: #E6B9CB; }

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

This div background color is #E6B9CB.


Border color

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

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

This div border color is #E6B9CB.


Opacity

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

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

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

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

This text has shadow with #E6B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9CB on black background.


Color preview on white background

This text has color #E6B9CB on white background.



Black color preview on #E6B9CB background

This text has black color on #E6B9CB background.


White color preview on #E6B9CB background

This text has white color on #E6B9CB background.