COLOR #E6BCC3

HEX: #E6BCC3
RGB: (230,188,195)

Renk bilgisi

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

RGB renk modeli

#E6BCC3 color RGB value is (230,188,195).

  • kırmız ton 230;
  • yeşil ton 188;
  • mavi ton 195.
RGB:
(230,188,195)
(90%,74%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 188 of 255 = 74%
B 195 of 255 = 76%

230
188
195

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 188 + 195 = 613 (100%)
R 230 of 613 ~ 37.52%
G 188 of 613 ~ 30.67%
B 195 of 613 ~ 31.81%

%37.52
%30.67
%31.81

CMYK RENK MODELİ

#E6BCC3 rengi CMYK tonu (0,18,15,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.26%
  • sarı tonu 15.22%
  • ana renk tonu 9.80%
CMYK:
(0,18,15,10)
C0M18Y15K10 
(0%,18%,15%,10%)
(0.00/0.18/0.15/0.10)	

CMYK yüzdeleri

%0
%18.26
%15.22
%9.8

Codes

Color #E6BCC3 in popluar color models

E6BCC3
RGB230188195
HSL350°45.65%81.96%
HSB/HSV350°18.26%90.20%
CMYK0.00%18.26%15.22%
9.80%

Color #E6BCC3 in popluar number systems.

HEXE6BCC3
Decimal230188195
Binary111001101011110011000011
Octal346274303

Shades and tints

Shades of #E6BCC3

#E6BCC3
(230,188,195)
#D2ABB2
(210,171,178)
#BE9AA1
(190,154,161)
#AA8990
(170,137,144)
#96787F
(150,120,127)
#82676E
(130,103,110)
#6E565D
(110,86,93)
#5A454C
(90,69,76)
#46343B
(70,52,59)
#32232A
(50,35,42)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E6BCC3

#E6BCC3
(230,188,195)
#E8C2C8
(232,194,200)
#EAC8CD
(234,200,205)
#ECCED2
(236,206,210)
#EED4D7
(238,212,215)
#F0DADC
(240,218,220)
#F2E0E1
(242,224,225)
#F4E6E6
(244,230,230)
#F6ECEB
(246,236,235)
#F8F2F0
(248,242,240)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BCC3 color. Also use rgb(230,188,195) instead hex code.

Text Font Color

.myTextColor { color: #E6BCC3; }

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

This text font color is #E6BCC3.


Background Color

.myBgColor { background-color: #E6BCC3; }

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

This div background color is #E6BCC3.


Border color

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

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

This div border color is #E6BCC3.


Opacity

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

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

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

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

This text has shadow with #E6BCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BCC3 on black background.


Color preview on white background

This text has color #E6BCC3 on white background.



Black color preview on #E6BCC3 background

This text has black color on #E6BCC3 background.


White color preview on #E6BCC3 background

This text has white color on #E6BCC3 background.