COLOR #EBB5BD

HEX: #EBB5BD
RGB: (235,181,189)

Renk bilgisi

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

RGB renk modeli

#EBB5BD color RGB value is (235,181,189).

  • kırmız ton 235;
  • yeşil ton 181;
  • mavi ton 189.
RGB:
(235,181,189)
(92%,71%,74%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 181 of 255 = 71%
B 189 of 255 = 74%

235
181
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 181 + 189 = 605 (100%)
R 235 of 605 ~ 38.84%
G 181 of 605 ~ 29.92%
B 189 of 605 ~ 31.24%

%38.84
%29.92
%31.24

CMYK RENK MODELİ

#EBB5BD rengi CMYK tonu (0,23,20,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.98%
  • sarı tonu 19.57%
  • ana renk tonu 7.84%
CMYK:
(0,23,20,8)
C0M23Y20K8 
(0%,23%,20%,8%)
(0.00/0.23/0.20/0.08)	

CMYK yüzdeleri

%0
%22.98
%19.57
%7.84

Codes

Color #EBB5BD in popluar color models

EBB5BD
RGB235181189
HSL351°57.45%81.57%
HSB/HSV351°22.98%92.16%
CMYK0.00%22.98%19.57%
7.84%

Color #EBB5BD in popluar number systems.

HEXEBB5BD
Decimal235181189
Binary111010111011010110111101
Octal353265275

Shades and tints

Shades of #EBB5BD

#EBB5BD
(235,181,189)
#D6A5AC
(214,165,172)
#C1959B
(193,149,155)
#AC858A
(172,133,138)
#977579
(151,117,121)
#826568
(130,101,104)
#6D5557
(109,85,87)
#584546
(88,69,70)
#433535
(67,53,53)
#2E2524
(46,37,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #EBB5BD

#EBB5BD
(235,181,189)
#ECBBC3
(236,187,195)
#EDC1C9
(237,193,201)
#EEC7CF
(238,199,207)
#EFCDD5
(239,205,213)
#F0D3DB
(240,211,219)
#F1D9E1
(241,217,225)
#F2DFE7
(242,223,231)
#F3E5ED
(243,229,237)
#F4EBF3
(244,235,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB5BD color. Also use rgb(235,181,189) instead hex code.

Text Font Color

.myTextColor { color: #EBB5BD; }

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

This text font color is #EBB5BD.


Background Color

.myBgColor { background-color: #EBB5BD; }

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

This div background color is #EBB5BD.


Border color

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

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

This div border color is #EBB5BD.


Opacity

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

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

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

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

This text has shadow with #EBB5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB5BD on black background.


Color preview on white background

This text has color #EBB5BD on white background.



Black color preview on #EBB5BD background

This text has black color on #EBB5BD background.


White color preview on #EBB5BD background

This text has white color on #EBB5BD background.