COLOR #E6B1C2

HEX: #E6B1C2
RGB: (230,177,194)

Renk bilgisi

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

RGB renk modeli

#E6B1C2 color RGB value is (230,177,194).

  • kırmız ton 230;
  • yeşil ton 177;
  • mavi ton 194.
RGB:
(230,177,194)
(90%,69%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 177 of 255 = 69%
B 194 of 255 = 76%

230
177
194

R + G + B ~ 78%. #E6B1C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 177 + 194 = 601 (100%)
R 230 of 601 ~ 38.27%
G 177 of 601 ~ 29.45%
B 194 of 601 ~ 32.28%

%38.27
%29.45
%32.28

CMYK RENK MODELİ

#E6B1C2 rengi CMYK tonu (0,23,16,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.04%
  • sarı tonu 15.65%
  • ana renk tonu 9.80%
CMYK:
(0,23,16,10)
C0M23Y16K10 
(0%,23%,16%,10%)
(0.00/0.23/0.16/0.10)	

CMYK yüzdeleri

%0
%23.04
%15.65
%9.8

Codes

Color #E6B1C2 in popluar color models

E6B1C2
RGB230177194
HSL341°51.46%79.80%
HSB/HSV341°23.04%90.20%
CMYK0.00%23.04%15.65%
9.80%

Color #E6B1C2 in popluar number systems.

HEXE6B1C2
Decimal230177194
Binary111001101011000111000010
Octal346261302

Shades and tints

Shades of #E6B1C2

#E6B1C2
(230,177,194)
#D2A1B1
(210,161,177)
#BE91A0
(190,145,160)
#AA818F
(170,129,143)
#96717E
(150,113,126)
#82616D
(130,97,109)
#6E515C
(110,81,92)
#5A414B
(90,65,75)
#46313A
(70,49,58)
#322129
(50,33,41)
#1E1118
(30,17,24)
#000000
(0,0,0)

Tints of #E6B1C2

#E6B1C2
(230,177,194)
#E8B8C7
(232,184,199)
#EABFCC
(234,191,204)
#ECC6D1
(236,198,209)
#EECDD6
(238,205,214)
#F0D4DB
(240,212,219)
#F2DBE0
(242,219,224)
#F4E2E5
(244,226,229)
#F6E9EA
(246,233,234)
#F8F0EF
(248,240,239)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B1C2 color. Also use rgb(230,177,194) instead hex code.

Text Font Color

.myTextColor { color: #E6B1C2; }

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

This text font color is #E6B1C2.


Background Color

.myBgColor { background-color: #E6B1C2; }

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

This div background color is #E6B1C2.


Border color

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

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

This div border color is #E6B1C2.


Opacity

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

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

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

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

This text has shadow with #E6B1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B1C2 on black background.


Color preview on white background

This text has color #E6B1C2 on white background.



Black color preview on #E6B1C2 background

This text has black color on #E6B1C2 background.


White color preview on #E6B1C2 background

This text has white color on #E6B1C2 background.