COLOR #E6BDCD

HEX: #E6BDCD
RGB: (230,189,205)

Renk bilgisi

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

RGB renk modeli

#E6BDCD color RGB value is (230,189,205).

  • kırmız ton 230;
  • yeşil ton 189;
  • mavi ton 205.
RGB:
(230,189,205)
(90%,74%,80%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 189 of 255 = 74%
B 205 of 255 = 80%

230
189
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 189 + 205 = 624 (100%)
R 230 of 624 ~ 36.86%
G 189 of 624 ~ 30.29%
B 205 of 624 ~ 32.85%

%36.86
%30.29
%32.85

CMYK RENK MODELİ

#E6BDCD rengi CMYK tonu (0,18,11,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.83%
  • sarı tonu 10.87%
  • ana renk tonu 9.80%
CMYK:
(0,18,11,10)
C0M18Y11K10 
(0%,18%,11%,10%)
(0.00/0.18/0.11/0.10)	

CMYK yüzdeleri

%0
%17.83
%10.87
%9.8

Codes

Color #E6BDCD in popluar color models

E6BDCD
RGB230189205
HSL337°45.05%82.16%
HSB/HSV337°17.83%90.20%
CMYK0.00%17.83%10.87%
9.80%

Color #E6BDCD in popluar number systems.

HEXE6BDCD
Decimal230189205
Binary111001101011110111001101
Octal346275315

Shades and tints

Shades of #E6BDCD

#E6BDCD
(230,189,205)
#D2ACBB
(210,172,187)
#BE9BA9
(190,155,169)
#AA8A97
(170,138,151)
#967985
(150,121,133)
#826873
(130,104,115)
#6E5761
(110,87,97)
#5A464F
(90,70,79)
#46353D
(70,53,61)
#32242B
(50,36,43)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E6BDCD

#E6BDCD
(230,189,205)
#E8C3D1
(232,195,209)
#EAC9D5
(234,201,213)
#ECCFD9
(236,207,217)
#EED5DD
(238,213,221)
#F0DBE1
(240,219,225)
#F2E1E5
(242,225,229)
#F4E7E9
(244,231,233)
#F6EDED
(246,237,237)
#F8F3F1
(248,243,241)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BDCD color. Also use rgb(230,189,205) instead hex code.

Text Font Color

.myTextColor { color: #E6BDCD; }

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

This text font color is #E6BDCD.


Background Color

.myBgColor { background-color: #E6BDCD; }

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

This div background color is #E6BDCD.


Border color

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

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

This div border color is #E6BDCD.


Opacity

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

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

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

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

This text has shadow with #E6BDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDCD on black background.


Color preview on white background

This text has color #E6BDCD on white background.



Black color preview on #E6BDCD background

This text has black color on #E6BDCD background.


White color preview on #E6BDCD background

This text has white color on #E6BDCD background.