COLOR #EBB9D6

HEX: #EBB9D6
RGB: (235,185,214)

Renk bilgisi

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

RGB renk modeli

#EBB9D6 color RGB value is (235,185,214).

  • kırmız ton 235;
  • yeşil ton 185;
  • mavi ton 214.
RGB:
(235,185,214)
(92%,73%,84%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 185 of 255 = 73%
B 214 of 255 = 84%

235
185
214

R + G + B ~ 83%. #EBB9D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 185 + 214 = 634 (100%)
R 235 of 634 ~ 37.07%
G 185 of 634 ~ 29.18%
B 214 of 634 ~ 33.75%

%37.07
%29.18
%33.75

CMYK RENK MODELİ

#EBB9D6 rengi CMYK tonu (0,21,9,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.28%
  • sarı tonu 8.94%
  • ana renk tonu 7.84%
CMYK:
(0,21,9,8)
C0M21Y9K8 
(0%,21%,9%,8%)
(0.00/0.21/0.09/0.08)	

CMYK yüzdeleri

%0
%21.28
%8.94
%7.84

Codes

Color #EBB9D6 in popluar color models

EBB9D6
RGB235185214
HSL325°55.56%82.35%
HSB/HSV325°21.28%92.16%
CMYK0.00%21.28%8.94%
7.84%

Color #EBB9D6 in popluar number systems.

HEXEBB9D6
Decimal235185214
Binary111010111011100111010110
Octal353271326

Shades and tints

Shades of #EBB9D6

#EBB9D6
(235,185,214)
#D6A9C3
(214,169,195)
#C199B0
(193,153,176)
#AC899D
(172,137,157)
#97798A
(151,121,138)
#826977
(130,105,119)
#6D5964
(109,89,100)
#584951
(88,73,81)
#43393E
(67,57,62)
#2E292B
(46,41,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBB9D6

#EBB9D6
(235,185,214)
#ECBFD9
(236,191,217)
#EDC5DC
(237,197,220)
#EECBDF
(238,203,223)
#EFD1E2
(239,209,226)
#F0D7E5
(240,215,229)
#F1DDE8
(241,221,232)
#F2E3EB
(242,227,235)
#F3E9EE
(243,233,238)
#F4EFF1
(244,239,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBB9D6 color. Also use rgb(235,185,214) instead hex code.

Text Font Color

.myTextColor { color: #EBB9D6; }

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

This text font color is #EBB9D6.


Background Color

.myBgColor { background-color: #EBB9D6; }

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

This div background color is #EBB9D6.


Border color

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

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

This div border color is #EBB9D6.


Opacity

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

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

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

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

This text has shadow with #EBB9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB9D6 on black background.


Color preview on white background

This text has color #EBB9D6 on white background.



Black color preview on #EBB9D6 background

This text has black color on #EBB9D6 background.


White color preview on #EBB9D6 background

This text has white color on #EBB9D6 background.