COLOR #E6B0C8

HEX: #E6B0C8
RGB: (230,176,200)

Renk bilgisi

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

RGB renk modeli

#E6B0C8 color RGB value is (230,176,200).

  • kırmız ton 230;
  • yeşil ton 176;
  • mavi ton 200.
RGB:
(230,176,200)
(90%,69%,78%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 176 of 255 = 69%
B 200 of 255 = 78%

230
176
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 176 + 200 = 606 (100%)
R 230 of 606 ~ 37.95%
G 176 of 606 ~ 29.04%
B 200 of 606 ~ 33%

%37.95
%29.04
%33

CMYK RENK MODELİ

#E6B0C8 rengi CMYK tonu (0,23,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.48%
  • sarı tonu 13.04%
  • ana renk tonu 9.80%
CMYK:
(0,23,13,10)
C0M23Y13K10 
(0%,23%,13%,10%)
(0.00/0.23/0.13/0.10)	

CMYK yüzdeleri

%0
%23.48
%13.04
%9.8

Codes

Color #E6B0C8 in popluar color models

E6B0C8
RGB230176200
HSL333°51.92%79.61%
HSB/HSV333°23.48%90.20%
CMYK0.00%23.48%13.04%
9.80%

Color #E6B0C8 in popluar number systems.

HEXE6B0C8
Decimal230176200
Binary111001101011000011001000
Octal346260310

Shades and tints

Shades of #E6B0C8

#E6B0C8
(230,176,200)
#D2A0B6
(210,160,182)
#BE90A4
(190,144,164)
#AA8092
(170,128,146)
#967080
(150,112,128)
#82606E
(130,96,110)
#6E505C
(110,80,92)
#5A404A
(90,64,74)
#463038
(70,48,56)
#322026
(50,32,38)
#1E1014
(30,16,20)
#000000
(0,0,0)

Tints of #E6B0C8

#E6B0C8
(230,176,200)
#E8B7CD
(232,183,205)
#EABED2
(234,190,210)
#ECC5D7
(236,197,215)
#EECCDC
(238,204,220)
#F0D3E1
(240,211,225)
#F2DAE6
(242,218,230)
#F4E1EB
(244,225,235)
#F6E8F0
(246,232,240)
#F8EFF5
(248,239,245)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B0C8 color. Also use rgb(230,176,200) instead hex code.

Text Font Color

.myTextColor { color: #E6B0C8; }

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

This text font color is #E6B0C8.


Background Color

.myBgColor { background-color: #E6B0C8; }

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

This div background color is #E6B0C8.


Border color

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

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

This div border color is #E6B0C8.


Opacity

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

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

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

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

This text has shadow with #E6B0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B0C8 on black background.


Color preview on white background

This text has color #E6B0C8 on white background.



Black color preview on #E6B0C8 background

This text has black color on #E6B0C8 background.


White color preview on #E6B0C8 background

This text has white color on #E6B0C8 background.