COLOR #E6B8BD

HEX: #E6B8BD
RGB: (230,184,189)

Renk bilgisi

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

RGB renk modeli

#E6B8BD color RGB value is (230,184,189).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 184 of 255 = 72%
B 189 of 255 = 74%

230
184
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 184 + 189 = 603 (100%)
R 230 of 603 ~ 38.14%
G 184 of 603 ~ 30.51%
B 189 of 603 ~ 31.34%

%38.14
%30.51
%31.34

CMYK RENK MODELİ

#E6B8BD rengi CMYK tonu (0,20,18,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 17.83%
  • ana renk tonu 9.80%
CMYK:
(0,20,18,10)
C0M20Y18K10 
(0%,20%,18%,10%)
(0.00/0.20/0.18/0.10)	

CMYK yüzdeleri

%0
%20
%17.83
%9.8

Codes

Color #E6B8BD in popluar color models

E6B8BD
RGB230184189
HSL353°47.92%81.18%
HSB/HSV353°20.00%90.20%
CMYK0.00%20.00%17.83%
9.80%

Color #E6B8BD in popluar number systems.

HEXE6B8BD
Decimal230184189
Binary111001101011100010111101
Octal346270275

Shades and tints

Shades of #E6B8BD

#E6B8BD
(230,184,189)
#D2A8AC
(210,168,172)
#BE989B
(190,152,155)
#AA888A
(170,136,138)
#967879
(150,120,121)
#826868
(130,104,104)
#6E5857
(110,88,87)
#5A4846
(90,72,70)
#463835
(70,56,53)
#322824
(50,40,36)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6B8BD

#E6B8BD
(230,184,189)
#E8BEC3
(232,190,195)
#EAC4C9
(234,196,201)
#ECCACF
(236,202,207)
#EED0D5
(238,208,213)
#F0D6DB
(240,214,219)
#F2DCE1
(242,220,225)
#F4E2E7
(244,226,231)
#F6E8ED
(246,232,237)
#F8EEF3
(248,238,243)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B8BD; }

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

This text font color is #E6B8BD.


Background Color

.myBgColor { background-color: #E6B8BD; }

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

This div background color is #E6B8BD.


Border color

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

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

This div border color is #E6B8BD.


Opacity

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

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

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

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

This text has shadow with #E6B8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B8BD on black background.


Color preview on white background

This text has color #E6B8BD on white background.



Black color preview on #E6B8BD background

This text has black color on #E6B8BD background.


White color preview on #E6B8BD background

This text has white color on #E6B8BD background.