COLOR #EBB9CC

HEX: #EBB9CC
RGB: (235,185,204)

Renk bilgisi

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

RGB renk modeli

#EBB9CC color RGB value is (235,185,204).

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

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 185 of 255 = 73%
B 204 of 255 = 80%

235
185
204

R + G + B ~ 82%. #EBB9CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 185 + 204 = 624 (100%)
R 235 of 624 ~ 37.66%
G 185 of 624 ~ 29.65%
B 204 of 624 ~ 32.69%

%37.66
%29.65
%32.69

CMYK RENK MODELİ

#EBB9CC rengi CMYK tonu (0,21,13,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.28%
  • sarı tonu 13.19%
  • ana renk tonu 7.84%
CMYK:
(0,21,13,8)
C0M21Y13K8 
(0%,21%,13%,8%)
(0.00/0.21/0.13/0.08)	

CMYK yüzdeleri

%0
%21.28
%13.19
%7.84

Codes

Color #EBB9CC in popluar color models

EBB9CC
RGB235185204
HSL337°55.56%82.35%
HSB/HSV337°21.28%92.16%
CMYK0.00%21.28%13.19%
7.84%

Color #EBB9CC in popluar number systems.

HEXEBB9CC
Decimal235185204
Binary111010111011100111001100
Octal353271314

Shades and tints

Shades of #EBB9CC

#EBB9CC
(235,185,204)
#D6A9BA
(214,169,186)
#C199A8
(193,153,168)
#AC8996
(172,137,150)
#977984
(151,121,132)
#826972
(130,105,114)
#6D5960
(109,89,96)
#58494E
(88,73,78)
#43393C
(67,57,60)
#2E292A
(46,41,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #EBB9CC

#EBB9CC
(235,185,204)
#ECBFD0
(236,191,208)
#EDC5D4
(237,197,212)
#EECBD8
(238,203,216)
#EFD1DC
(239,209,220)
#F0D7E0
(240,215,224)
#F1DDE4
(241,221,228)
#F2E3E8
(242,227,232)
#F3E9EC
(243,233,236)
#F4EFF0
(244,239,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB9CC; }

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

This text font color is #EBB9CC.


Background Color

.myBgColor { background-color: #EBB9CC; }

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

This div background color is #EBB9CC.


Border color

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

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

This div border color is #EBB9CC.


Opacity

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

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

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

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

This text has shadow with #EBB9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB9CC on black background.


Color preview on white background

This text has color #EBB9CC on white background.



Black color preview on #EBB9CC background

This text has black color on #EBB9CC background.


White color preview on #EBB9CC background

This text has white color on #EBB9CC background.