COLOR #E7B6BD

HEX: #E7B6BD
RGB: (231,182,189)

Renk bilgisi

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

RGB renk modeli

#E7B6BD color RGB value is (231,182,189).

  • kırmız ton 231;
  • yeşil ton 182;
  • mavi ton 189.
RGB:
(231,182,189)
(91%,71%,74%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 182 of 255 = 71%
B 189 of 255 = 74%

231
182
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 182 + 189 = 602 (100%)
R 231 of 602 ~ 38.37%
G 182 of 602 ~ 30.23%
B 189 of 602 ~ 31.4%

%38.37
%30.23
%31.4

CMYK RENK MODELİ

#E7B6BD rengi CMYK tonu (0,21,18,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.21%
  • sarı tonu 18.18%
  • ana renk tonu 9.41%
CMYK:
(0,21,18,9)
C0M21Y18K9 
(0%,21%,18%,9%)
(0.00/0.21/0.18/0.09)	

CMYK yüzdeleri

%0
%21.21
%18.18
%9.41

Codes

Color #E7B6BD in popluar color models

E7B6BD
RGB231182189
HSL351°50.52%80.98%
HSB/HSV351°21.21%90.59%
CMYK0.00%21.21%18.18%
9.41%

Color #E7B6BD in popluar number systems.

HEXE7B6BD
Decimal231182189
Binary111001111011011010111101
Octal347266275

Shades and tints

Shades of #E7B6BD

#E7B6BD
(231,182,189)
#D2A6AC
(210,166,172)
#BD969B
(189,150,155)
#A8868A
(168,134,138)
#937679
(147,118,121)
#7E6668
(126,102,104)
#695657
(105,86,87)
#544646
(84,70,70)
#3F3635
(63,54,53)
#2A2624
(42,38,36)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #E7B6BD

#E7B6BD
(231,182,189)
#E9BCC3
(233,188,195)
#EBC2C9
(235,194,201)
#EDC8CF
(237,200,207)
#EFCED5
(239,206,213)
#F1D4DB
(241,212,219)
#F3DAE1
(243,218,225)
#F5E0E7
(245,224,231)
#F7E6ED
(247,230,237)
#F9ECF3
(249,236,243)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B6BD color. Also use rgb(231,182,189) instead hex code.

Text Font Color

.myTextColor { color: #E7B6BD; }

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

This text font color is #E7B6BD.


Background Color

.myBgColor { background-color: #E7B6BD; }

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

This div background color is #E7B6BD.


Border color

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

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

This div border color is #E7B6BD.


Opacity

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

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

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

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

This text has shadow with #E7B6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B6BD on black background.


Color preview on white background

This text has color #E7B6BD on white background.



Black color preview on #E7B6BD background

This text has black color on #E7B6BD background.


White color preview on #E7B6BD background

This text has white color on #E7B6BD background.