crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#7be6bc hex color - Blue - Cool color - Information

#7be6bc hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #7be6bc Color code in RGB color code model is created after adding 48.24% red color, 90.2% green color and 73.73% blue color. Hex #7be6bc Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 18% yellow and 10% black.

Hex #7be6bc color code is between #77eebb web safe hex color code and #88ddcc web safe hex color code. #77eebb is the nearest web safe color code. You can see here many more shades of #7be6bc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7be6bc#7be6bc
RGB Decimal123, 230, 188rgb(123, 230, 188)
RGB Percent48%, 90%, 74%rgb(48%, 90%, 74%)
CSS RGBa123, 230, 188,1rgba(123,230,188,1)
CMYK Modelcmyk(47%,0%,18%,10%)
HSL Color Space156,68% ,69%hsl(156,68% ,69%)
HSV Color Space156°, 47%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111110011010111100
Octal173346274
Decimal123230188
Hex7be6bc

Different shades of #7be6bc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #7be6bc
#a6eed2
Dark Shade of #7be6bc
#50dea6
Saturated Shade of #7be6bc
#73eebe
Desaturated Shade of #7be6bc
#83deba
Grey scale Shade of #7be6bc
#b0b0b0
Brighten Shade
#94ffd5
Most Readable Shade
#000000

Shades of #7be6bc color code

Generate more color scales with scales (color stack) generator.

#7be6bc
#6dcca7
#5fb292
#52997d
#447f68
#366653
#294c3e
#1b3329
#0d1914
#000000

Similar Color like #7be6bc color

Find visually similar hex color codes nearing to #7be6bc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#7ce7bd
#7de8be
#7ee9bf
#7feac0
#80ebc1
#81ecc2
#82edc3
#83eec4
#84efc5
#85f0c6
#86f1c7
#87f2c8
#88f3c9
#89f4ca
#7ae5bb
#79e4ba
#78e3b9
#77e2b8
#76e1b7
#75e0b6
#74dfb5
#73deb4
#72ddb3
#71dcb2
#70dbb1
#6fdab0
#6ed9af
#6dd8ae

Monochromatic Color with #7be6bc

#7be6bc
#09110e
#203c31
#376654
#4e9177
#64bb99

Tints of #7be6bc Color

#7be6bc
#89e8c3
#98ebca
#a7eed2
#b5f1d9
#c4f3e1
#d3f6e8
#e1f9f0
#f0fcf7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#7be6bc
#e67ba5

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#7be6bc
#e67bdb
#e6877b

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7be691
#7be6a7
#7be6bc
#7be6d1
#7be5e6

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#7be6bc
#bc7be6
#e6bc7b

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#7be6bc
#867be6
#e67ba5
#dae67b

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#7be6bc
#e67ba5
#e6877b
#7bdbe6

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #7be6bc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#7be6bc Color Code Preview on Black Background Color

This is how #7be6bc Color will look on black background color. Color contrast ratio is 13.89

#7be6bc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#7be6bc">Your Example Paragraph content text in with font color #7be6bc </p>

Your Example Paragraph content text in with font color #7be6bc

HTML with inline CSS

<div style="color:#7be6bc">Your Paragraph text in with font color #7be6bc </div>

Your Example Paragraph content text in with font color #7be6bc

#7be6bc color code is use for CSS Background Color

Background color for the above div is #7be6bc

HTML with inline CSS

<div style="background-color:#7be6bc;"></div>

#7be6bc color code is use for CSS Border Color

CSS Border color for the above div is #7be6bc

HTML with inline CSS

<div style="border:5px solid #7be6bc;"></div>

CSS Border Left color for the above div is #7be6bc

HTML with inline CSS

<div style="border-left:5px solid #7be6bc;"></div>

CSS Border Right color for the above div is #7be6bc

HTML with inline CSS

<div style="border-right:5px solid #7be6bc;"></div>

CSS Border Bottom color for the above div is #7be6bc

HTML with inline CSS

<div style="border-bottom:5px solid #7be6bc;"></div>

CSS Border Top color for the above div is #7be6bc

HTML with inline CSS

<div style="border-top:5px solid #7be6bc;"></div>

#7be6bc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#7be6bc; } .examplecolorclass {color:#7be6bc; } .examplebordercolor {border:3px solid #7be6bc; }

#7be6bc Color code Preview on White Background

This is how #7be6bc Color code will look on white background color. Color contrast ratio is 1.51

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #7be6bc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7be6bc; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.