COLOR #E6AFDB

HEX: #E6AFDB
RGB: (230,175,219)

Renk bilgisi

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

RGB renk modeli

#E6AFDB color RGB value is (230,175,219).

  • kırmız ton 230;
  • yeşil ton 175;
  • mavi ton 219.
RGB:
(230,175,219)
(90%,69%,86%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 175 of 255 = 69%
B 219 of 255 = 86%

230
175
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 175 + 219 = 624 (100%)
R 230 of 624 ~ 36.86%
G 175 of 624 ~ 28.04%
B 219 of 624 ~ 35.1%

%36.86
%28.04
%35.1

CMYK RENK MODELİ

#E6AFDB rengi CMYK tonu (0,24,5,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.91%
  • sarı tonu 4.78%
  • ana renk tonu 9.80%
CMYK:
(0,24,5,10)
C0M24Y5K10 
(0%,24%,5%,10%)
(0.00/0.24/0.05/0.10)	

CMYK yüzdeleri

%0
%23.91
%4.78
%9.8

Codes

Color #E6AFDB in popluar color models

E6AFDB
RGB230175219
HSL312°52.38%79.41%
HSB/HSV312°23.91%90.20%
CMYK0.00%23.91%4.78%
9.80%

Color #E6AFDB in popluar number systems.

HEXE6AFDB
Decimal230175219
Binary111001101010111111011011
Octal346257333

Shades and tints

Shades of #E6AFDB

#E6AFDB
(230,175,219)
#D2A0C8
(210,160,200)
#BE91B5
(190,145,181)
#AA82A2
(170,130,162)
#96738F
(150,115,143)
#82647C
(130,100,124)
#6E5569
(110,85,105)
#5A4656
(90,70,86)
#463743
(70,55,67)
#322830
(50,40,48)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #E6AFDB

#E6AFDB
(230,175,219)
#E8B6DE
(232,182,222)
#EABDE1
(234,189,225)
#ECC4E4
(236,196,228)
#EECBE7
(238,203,231)
#F0D2EA
(240,210,234)
#F2D9ED
(242,217,237)
#F4E0F0
(244,224,240)
#F6E7F3
(246,231,243)
#F8EEF6
(248,238,246)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AFDB color. Also use rgb(230,175,219) instead hex code.

Text Font Color

.myTextColor { color: #E6AFDB; }

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

This text font color is #E6AFDB.


Background Color

.myBgColor { background-color: #E6AFDB; }

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

This div background color is #E6AFDB.


Border color

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

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

This div border color is #E6AFDB.


Opacity

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

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

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

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

This text has shadow with #E6AFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AFDB on black background.


Color preview on white background

This text has color #E6AFDB on white background.



Black color preview on #E6AFDB background

This text has black color on #E6AFDB background.


White color preview on #E6AFDB background

This text has white color on #E6AFDB background.