COLOR #E6ADAE

HEX: #E6ADAE RGB: (230,173,174)

Color info

#E6ADAE contains red, green and blue colors in about the same proportion. Web safe color of #E6ADAE is #CC9999 (or #C99).

RGB color model

#E6ADAE color RGB value is (230,173,174).

RGB: (230,173,174) (90%, 68%, 68%)

RGB channels and saturation

R 230 of 255 = 90%
G 173 of 255 = 68%
B 174 of 255 = 68%

230
173
174

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

Portions of RGB colors in percentages

R + G + B = 230 + 173 + 174 = 577 (100%)
R 230 of 577 ~ 39.86%
G 173 of 577 ~ 29.98%
B 174 of 577 ~ 30.16'%

%39.86
%29.98
%30.16

CMYK color model

#E6ADAE color CMYK value is (0,25,24,10).

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 24.35%
  • key color value is 9.80%

CMYK: (0,25,24,10)
C0M25Y24K10 (0%, 25%, 24%, 10%)
(0.00 / 0.25 / 0.24 / 0.10)

CMYK percentages

%0
%24.78
%24.35
%9.8

Codes

Color #E6ADAE in popluar color models

E6 AD AE
RGB 230 173 174
HSL 359° 53.27% 79.02%
HSB/HSV 359° 24.78% 90.20%
CMYK 0.00% 24.78% 24.35%
9.80%

Color #E6ADAE in popluar number systems.

HEX E6 AD AE
Decimal 230 173 174
Binary 11100110 10101101 10101110
Octal 346 255 256

Shades and tints

Shades of #E6ADAE

#E6ADAE
(230,173,174)
#D29E9F
(210,158,159)
#BE8F90
(190,143,144)
#AA8081
(170,128,129)
#967172
(150,113,114)
#826263
(130,98,99)
#6E5354
(110,83,84)
#5A4445
(90,68,69)
#463536
(70,53,54)
#322627
(50,38,39)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6ADAE

#E6ADAE
(230,173,174)
#E8B4B5
(232,180,181)
#EABBBC
(234,187,188)
#ECC2C3
(236,194,195)
#EEC9CA
(238,201,202)
#F0D0D1
(240,208,209)
#F2D7D8
(242,215,216)
#F4DEDF
(244,222,223)
#F6E5E6
(246,229,230)
#F8ECED
(248,236,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ADAE color. Also use rgb(230,173,174) instead hex code.

Text Font Color

.myTextColor { color: #E6ADAE; }

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

This text font color is #E6ADAE.

Background Color

.myBgColor { background-color: #E6ADAE; }

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

This div background color is #E6ADAE.

Border color

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

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

This div border color is #E6ADAE.

Opacity

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

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

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

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

This text has shadow with #E6ADAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ADAE.

Preview

Color preview on black background

This text has color #E6ADAE on black background.


Color preview on white background

This text has color #E6ADAE on white background.


Black color preview on #E6ADAE background

This text has black color on #E6ADAE background.


White color preview on #E6ADAE background

This text has white color on #E6ADAE background.


Related colors

Complementary color

Complementary color for #hex is #195251.


I love getcolorcode.com

Triadic colors

1 #AEE6AD and #ADAEE6 with #E6ADAE are triadic colors.

2 #AEADE6 and #ADE6AE with #E6ADAE are triadic colors.