COLOR #E6BDC5

HEX: #E6BDC5
RGB: (230,189,197)

Renk bilgisi

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

RGB renk modeli

#E6BDC5 color RGB value is (230,189,197).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 189 of 255 = 74%
B 197 of 255 = 77%

230
189
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 189 + 197 = 616 (100%)
R 230 of 616 ~ 37.34%
G 189 of 616 ~ 30.68%
B 197 of 616 ~ 31.98%

%37.34
%30.68
%31.98

CMYK RENK MODELİ

#E6BDC5 rengi CMYK tonu (0,18,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.83%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(0,18,14,10)
C0M18Y14K10 
(0%,18%,14%,10%)
(0.00/0.18/0.14/0.10)	

CMYK yüzdeleri

%0
%17.83
%14.35
%9.8

Codes

Color #E6BDC5 in popluar color models

E6BDC5
RGB230189197
HSL348°45.05%82.16%
HSB/HSV348°17.83%90.20%
CMYK0.00%17.83%14.35%
9.80%

Color #E6BDC5 in popluar number systems.

HEXE6BDC5
Decimal230189197
Binary111001101011110111000101
Octal346275305

Shades and tints

Shades of #E6BDC5

#E6BDC5
(230,189,197)
#D2ACB4
(210,172,180)
#BE9BA3
(190,155,163)
#AA8A92
(170,138,146)
#967981
(150,121,129)
#826870
(130,104,112)
#6E575F
(110,87,95)
#5A464E
(90,70,78)
#46353D
(70,53,61)
#32242C
(50,36,44)
#1E131B
(30,19,27)
#000000
(0,0,0)

Tints of #E6BDC5

#E6BDC5
(230,189,197)
#E8C3CA
(232,195,202)
#EAC9CF
(234,201,207)
#ECCFD4
(236,207,212)
#EED5D9
(238,213,217)
#F0DBDE
(240,219,222)
#F2E1E3
(242,225,227)
#F4E7E8
(244,231,232)
#F6EDED
(246,237,237)
#F8F3F2
(248,243,242)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDC5; }

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

This text font color is #E6BDC5.


Background Color

.myBgColor { background-color: #E6BDC5; }

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

This div background color is #E6BDC5.


Border color

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

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

This div border color is #E6BDC5.


Opacity

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

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

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

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

This text has shadow with #E6BDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDC5 on black background.


Color preview on white background

This text has color #E6BDC5 on white background.



Black color preview on #E6BDC5 background

This text has black color on #E6BDC5 background.


White color preview on #E6BDC5 background

This text has white color on #E6BDC5 background.