COLOR #EAB6DB

HEX: #EAB6DB
RGB: (234,182,219)

Color info

#EAB6DB contains red, green and blue colors in about the same proportion. Web safe color of #EAB6DB is #FFCCCC (or #FCC).

RGB color model

#EAB6DB color RGB value is (234,182,219).

  • red value is 234;
  • green value is 182;
  • blue value is 219.
RGB:
(234,182,219)
(92%,71%,86%)

RGB channels and saturation

R 234 of 255 = 92%
G 182 of 255 = 71%
B 219 of 255 = 86%

234
182
219

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

Portions of RGB colors in percentages

R + G + B =
234 + 182 + 219 = 635 (100%)
R 234 of 635 ~ 36.85%
G 182 of 635 ~ 28.66%
B 219 of 635 ~ 34.49%

%36.85
%28.66
%34.49

CMYK color model

#EAB6DB color CMYK value is (0,22,6,8).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK:
(0,22,6,8)
C0M22Y6K8 
(0%,22%,6%,8%)
(0.00/0.22/0.06/0.08)	

CMYK percentages

%0
%22.22
%6.41
%8.24

Codes

Color #EAB6DB in popluar color models

EAB6DB
RGB234182219
HSL317°55.32%81.57%
HSB/HSV317°22.22%91.76%
CMYK0.00%22.22%6.41%
8.24%

Color #EAB6DB in popluar number systems.

HEXEAB6DB
Decimal234182219
Binary111010101011011011011011
Octal352266333

Shades and tints

Shades of #EAB6DB

#EAB6DB
(234,182,219)
#D5A6C8
(213,166,200)
#C096B5
(192,150,181)
#AB86A2
(171,134,162)
#96768F
(150,118,143)
#81667C
(129,102,124)
#6C5669
(108,86,105)
#574656
(87,70,86)
#423643
(66,54,67)
#2D2630
(45,38,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #EAB6DB

#EAB6DB
(234,182,219)
#EBBCDE
(235,188,222)
#ECC2E1
(236,194,225)
#EDC8E4
(237,200,228)
#EECEE7
(238,206,231)
#EFD4EA
(239,212,234)
#F0DAED
(240,218,237)
#F1E0F0
(241,224,240)
#F2E6F3
(242,230,243)
#F3ECF6
(243,236,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB6DB color. Also use rgb(234,182,219) instead hex code.

Text Font Color

.myTextColor { color: #EAB6DB; }

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

This text font color is #EAB6DB.


Background Color

.myBgColor { background-color: #EAB6DB; }

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

This div background color is #EAB6DB.


Border color

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

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

This div border color is #EAB6DB.


Opacity

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

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

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

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

This text has shadow with #EAB6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB6DB on black background.


Color preview on white background

This text has color #EAB6DB on white background.



Black color preview on #EAB6DB background

This text has black color on #EAB6DB background.


White color preview on #EAB6DB background

This text has white color on #EAB6DB background.