COLOR #EF99B6

HEX: #EF99B6
RGB: (239,153,182)

Renk bilgisi

#EF99B6 contains mainly red and blue colors. #EF99B6 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#EF99B6 color RGB value is (239,153,182).

  • kırmız ton 239;
  • yeşil ton 153;
  • mavi ton 182.
RGB:
(239,153,182)
(94%,60%,71%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 153 of 255 = 60%
B 182 of 255 = 71%

239
153
182

R + G + B ~ 75%. #EF99B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 153 + 182 = 574 (100%)
R 239 of 574 ~ 41.64%
G 153 of 574 ~ 26.66%
B 182 of 574 ~ 31.71%

%41.64
%26.66
%31.71

CMYK RENK MODELİ

#EF99B6 rengi CMYK tonu (0,36,24,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.98%
  • sarı tonu 23.85%
  • ana renk tonu 6.27%
CMYK:
(0,36,24,6)
C0M36Y24K6 
(0%,36%,24%,6%)
(0.00/0.36/0.24/0.06)	

CMYK yüzdeleri

%0
%35.98
%23.85
%6.27

Codes

Color #EF99B6 in popluar color models

EF99B6
RGB239153182
HSL340°72.88%76.86%
HSB/HSV340°35.98%93.73%
CMYK0.00%35.98%23.85%
6.27%

Color #EF99B6 in popluar number systems.

HEXEF99B6
Decimal239153182
Binary111011111001100110110110
Octal357231266

Shades and tints

Shades of #EF99B6

#EF99B6
(239,153,182)
#DA8CA6
(218,140,166)
#C57F96
(197,127,150)
#B07286
(176,114,134)
#9B6576
(155,101,118)
#865866
(134,88,102)
#714B56
(113,75,86)
#5C3E46
(92,62,70)
#473136
(71,49,54)
#322426
(50,36,38)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EF99B6

#EF99B6
(239,153,182)
#F0A2BC
(240,162,188)
#F1ABC2
(241,171,194)
#F2B4C8
(242,180,200)
#F3BDCE
(243,189,206)
#F4C6D4
(244,198,212)
#F5CFDA
(245,207,218)
#F6D8E0
(246,216,224)
#F7E1E6
(247,225,230)
#F8EAEC
(248,234,236)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF99B6 color. Also use rgb(239,153,182) instead hex code.

Text Font Color

.myTextColor { color: #EF99B6; }

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

This text font color is #EF99B6.


Background Color

.myBgColor { background-color: #EF99B6; }

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

This div background color is #EF99B6.


Border color

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

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

This div border color is #EF99B6.


Opacity

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

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

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

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

This text has shadow with #EF99B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF99B6 on black background.


Color preview on white background

This text has color #EF99B6 on white background.



Black color preview on #EF99B6 background

This text has black color on #EF99B6 background.


White color preview on #EF99B6 background

This text has white color on #EF99B6 background.