COLOR #ABCDBE

HEX: #ABCDBE
RGB: (171,205,190)

Color info

#ABCDBE contains red, green and blue colors in about the same proportion. Web safe color of #ABCDBE is #99CCCC (or #9CC).

RGB color model

#ABCDBE color RGB value is (171,205,190).

  • red value is 171;
  • green value is 205;
  • blue value is 190.
RGB:
(171,205,190)
(67%,80%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 190 of 255 = 75%

171
205
190

R + G + B ~ 74%. #ABCDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 205 + 190 = 566 (100%)
R 171 of 566 ~ 30.21%
G 205 of 566 ~ 36.22%
B 190 of 566 ~ 33.57%

%30.21
%36.22
%33.57

CMYK color model

#ABCDBE color CMYK value is (17,0,7,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(17,0,7,20)
C17M0Y7K20 
(17%,0%,7%,20%)
(0.17/0.00/0.07/0.20)	

CMYK percentages

%16.59
%0
%7.32
%19.61

Codes

Color #ABCDBE in popluar color models

ABCDBE
RGB171205190
HSL154°25.37%73.73%
HSB/HSV154°16.59%80.39%
CMYK16.59%0.00%7.32%
19.61%

Color #ABCDBE in popluar number systems.

HEXABCDBE
Decimal171205190
Binary101010111100110110111110
Octal253315276

Shades and tints

Shades of #ABCDBE

#ABCDBE
(171,205,190)
#9CBBAD
(156,187,173)
#8DA99C
(141,169,156)
#7E978B
(126,151,139)
#6F857A
(111,133,122)
#607369
(96,115,105)
#516158
(81,97,88)
#424F47
(66,79,71)
#333D36
(51,61,54)
#242B25
(36,43,37)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABCDBE

#ABCDBE
(171,205,190)
#B2D1C3
(178,209,195)
#B9D5C8
(185,213,200)
#C0D9CD
(192,217,205)
#C7DDD2
(199,221,210)
#CEE1D7
(206,225,215)
#D5E5DC
(213,229,220)
#DCE9E1
(220,233,225)
#E3EDE6
(227,237,230)
#EAF1EB
(234,241,235)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCDBE color. Also use rgb(171,205,190) instead hex code.

Text Font Color

.myTextColor { color: #ABCDBE; }

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

This text font color is #ABCDBE.


Background Color

.myBgColor { background-color: #ABCDBE; }

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

This div background color is #ABCDBE.


Border color

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

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

This div border color is #ABCDBE.


Opacity

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

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

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

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

This text has shadow with #ABCDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCDBE on black background.


Color preview on white background

This text has color #ABCDBE on white background.



Black color preview on #ABCDBE background

This text has black color on #ABCDBE background.


White color preview on #ABCDBE background

This text has white color on #ABCDBE background.