#e7b2d0 Color Hex Gumball

Information about Gumball Color | #0000FF

#e7b2d0 color RGB value is (231,178,208). #e7b2d0 color name is Gumball color.

#e7b2d0 hex color red value is 231 , green value is 178 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #e7b2d0 hue: 326 , saturation: 52 and the lightness value of #e7b2d0 is 80

The process color (four color CMYK) of #e7b2d0 color hex is 0 , 9 ,4, 4 .

#e7b2d0

~Gumball

Color Converions

HEX
#e7b2d0
RGB
231,178,208
LAB
78,23,-7
CMYK
0,23,10,9
LCH
78,24,-18
XYZ
60,53,67
HSV
326,23,91
HSL
326,52,80

Base Numbers

Base Red Green Blue
Binary 11100111 10110010 11010000
Octal 347 262 320
Decimal 231 178 208
Hex e7 b2 d0

RGB Percentages of Color #e7b2d0

91%
70%
82%

CMYK Percentages of Color #e7b2d0

0%
4%
9%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e7b2d0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e7b2d0
20%
#d0a0bb
30%
#b98ea6
40%
#a27d92
50%
#8b6b7d
60%
#745968
70%
#5c4753
80%
#45353e
90%
#2e242a
100%
#171215

Tints of #e7b2d0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e7b2d0
20%
#e9bad5
30%
#ecc1d9
40%
#eec9de
50%
#f1d1e3
60%
#f3d8e8
70%
#f5e0ec
80%
#f8e8f1
90%
#faf0f6
100%
#fdf7fa

Tones of #e7b2d0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e7b2d0
20%
#ddadc8
30%
#d2a8c0
40%
#c8a3b8
50%
#be9eb0
60%
#b399a8
70%
#a994a0
80%
#9f8f98
90%
#948a90
100%
#8a8588

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e7b2d0
#e7b2e5
#e7b2db
#e7b2d0
#e7b2c5
#e7b2bb

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e7b2d0
#b2e7c9

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e7b2d0
#e7d4b2
#b2e5e7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e7b2d0
#d0e7b2
#b2d0e7

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e7b2d0
#e7e3b2
#b2e7c9
#b2b5e7

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e7b2d0
#120e11
#3d2f37
#67505d
#927083
#bc91aa

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e7b2d0

protanopia

#bcbed7

deuteranopia

#cdbacc

tritanopia

#e4b3c1

achromatopsia

#bfbfbf

protanomaly

#ccbad4

deuteranomaly

#d7b7cd

achromatopsia

#bfbfbf

tritanomaly

#e5b3c6

achromatomaly

#cebbc5

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#e7b2d0 Color CSS Codes

.bgcolor {background-color:#e7b2d0; } 
.forecolor {color:#e7b2d0; }
.bordercolor {border:3px solid #e7b2d0; }
            

#e7b2d0 Text Font Color

<div style="color:#e7b2d0">
Div content here</div>

This sample text font color is #e7b2d0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e7b2d0 Background Color

<div style="background-color:#e7b2d0">
Div content here</div>
Div content here

#e7b2d0 Border Color

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

This div border color is #e7b2d0

#e7b2d0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e7b2d0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7b2d0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7b2d0;
  -webkit-box-shadow: 1px 1px 3px 2px #e7b2d0;
  box-shadow: 1px 1px 3px 2px #e7b2d0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e7b2d0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e7b2d0;
              -webkit-box-shadow: 1px 1px 3px 2px #e7b2d0;
              box-shadow:         1px 1px 3px 2px #e7b2d0#e7b2d0">
Div content here</div>

This div box has shadow with color #e7b2d0

More Colors

Blossom White
#f2eee4
Macadamia Brown
#bba791
Illuminating
#eeee77
Ken Masters Red
#ec2c25
Bantam Egg
#af6c5d
Iced Lavender
#c2c7db
Cherry Sangria
#c92435
Juicy Passionfruit
#f18870
Bright Dusk
#eee9f9
Admiral Blue
#50647f
Lineage
#4c3430
Moonshine
#c3c2b2
Auric Armour Gold
#e8bc6d
Girly Nursery
#f6e6e5
Baltic
#279d9f
Lightning Bolt Blue
#93b9df
Bridgewater Bay
#bcd7e2
Green
#00ff00
Navajo White
#ffdead
Navy Cosmos
#503b53
Benikakehana Purple
#5a4f74
Nature's Masterpiece
#006611
Pink Sherbet
#f780a1
Lilac Frost
#e8deea
Heliotropic Mauve
#9187bd
Incarnadine
#aa0022
Cinderella
#fbd7cc
Lentil Sprout
#aba44d
Esoteric
#c4b5a4
Linseed
#b0a895
Cradle Pillow
#f1d3d9
Cheese Puff
#ffb96f
Olive Hint
#c9bd88
Oswego Tea
#665d59
Ayahuasca Vine
#665500
Humorous Green
#c6b836
Mesa Rose
#eeb5af
Cold Wind
#e1e3e4
Lightning Bolt
#e5ebe6
Lilac Lust
#c3b9d8
rating-img
Rate this tool
NaN/5   0 votes