crispedge.com

#999eca hex color - Blue - Cool color - Information

#999eca hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #999eca Color code in RGB color code model is created after adding 60% red color, 61.96% green color and 79.22% blue color. Hex #999eca Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 22% magenta, 0% yellow and 20.78% black.

Hex #999eca color code is between #8899cc web safe hex color code and #aaaabb web safe hex color code. #8899cc is the nearest web safe color code. You can see here many more shades of #999eca color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code999eca#999eca
RGB Decimal153, 158, 202rgb(153, 158, 202)
RGB Percent60%, 62%, 79%rgb(60%, 62%, 79%)
CSS RGBa153, 158, 202,1rgba(153,158,202,1)
CMYK Modelcmyk(24%,22%,0%,20.78%)
HSL Color Space234,32% ,70%hsl(234,32% ,70%)
HSV Color Space234°, 24%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110011001111011001010
Octal231236312
Decimal153158202
Hex999eca

Different shades of #999eca color code.

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

Light Shade of #999eca
#bbbedb
Dark Shade of #999eca
#777eb9
Saturated Shade of #999eca
#9198d2
Desaturated Shade of #999eca
#a1a4c2
Grey scale Shade of #999eca
#b1b1b1
Brighten Shade
#b2b7e3
Most Readable Shade
#000000

Shades of #999eca color code

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

#999eca
#888cb3
#777a9d
#666986
#555770
#444659
#333443
#22232c
#111116
#000000

Similar Color like #999eca color

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

#9a9fcb
#9ba0cc
#9ca1cd
#9da2ce
#9ea3cf
#9fa4d0
#a0a5d1
#a1a6d2
#a2a7d3
#a3a8d4
#a4a9d5
#a5aad6
#a6abd7
#a7acd8
#989dc9
#979cc8
#969bc7
#959ac6
#9499c5
#9398c4
#9297c3
#9196c2
#9095c1
#8f94c0
#8e93bf
#8d92be
#8c91bd
#8b90bc

Monochromatic Color with #999eca

#999eca
#b9bff4
#181920
#383a4a
#595c75
#797d9f

Tints of #999eca Color

#999eca
#a4a8cf
#afb3d5
#bbbedb
#c6c9e1
#d1d3e7
#dddeed
#e8e9f3
#f3f4f9
#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

#999eca
#cac599

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

Split Complementary

#999eca
#caad99
#b7ca99

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

Analogous Color

#99b2ca
#99a8ca
#999eca
#9e99ca
#a899ca

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

#999eca
#ca999e
#9eca99

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

#999eca
#ca99b6
#cac599
#99caac

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

#999eca
#cac599
#b7ca99
#ad99ca

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 #999eca 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.

#999eca Color Code Preview on Black Background Color

This is how #999eca Color will look on black background color. Color contrast ratio is 8.10

#999eca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #999eca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #999eca

#999eca color code is use for CSS Background Color

Background color for the above div is #999eca

HTML with inline CSS

<div style="background-color:#999eca;"></div>

#999eca color code is use for CSS Border Color

CSS Border color for the above div is #999eca

HTML with inline CSS

<div style="border:5px solid #999eca;"></div>

CSS Border Left color for the above div is #999eca

HTML with inline CSS

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

CSS Border Right color for the above div is #999eca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #999eca

HTML with inline CSS

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

CSS Border Top color for the above div is #999eca

HTML with inline CSS

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

#999eca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#999eca Color code Preview on White Background

This is how #999eca Color code will look on white background color. Color contrast ratio is 2.59

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 #999eca; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #999eca; }

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(153,158,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,197,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(153,158,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.