COLOR #AEBCAF

HEX: #AEBCAF
RGB: (174,188,175)

Color info

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

RGB color model

#AEBCAF color RGB value is (174,188,175).

  • red value is 174;
  • green value is 188;
  • blue value is 175.
RGB: (174,188,175) (68%,74%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 175 of 255 = 69%

174
188
175

R + G + B ~ 70%. #AEBCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 175 = 537 (100%)
R 174 of 537 ~ 32.4%
G 188 of 537 ~ 35.01%
B 175 of 537 ~ 32.59%

%32.4
%35.01
%32.59

CMYK color model

#AEBCAF color CMYK value is (7,0,7,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK: (7,0,7,26) C7M0Y7K26 (7%,0%,7%,26%) (0.07/0.00/0.07/0.26)

CMYK percentages

%7.45
%0
%6.91
%26.27

Codes

Color #AEBCAF in popluar color models

AEBCAF
RGB174188175
HSL124°9.46%70.98%
HSB/HSV124°7.45%73.73%
CMYK7.45%0.00%6.91%
26.27%

Color #AEBCAF in popluar number systems.

HEXAEBCAF
Decimal174188175
Binary101011101011110010101111
Octal256274257

Shades and tints

Shades of #AEBCAF

#AEBCAF
(174,188,175)
#9FABA0
(159,171,160)
#909A91
(144,154,145)
#818982
(129,137,130)
#727873
(114,120,115)
#636764
(99,103,100)
#545655
(84,86,85)
#454546
(69,69,70)
#363437
(54,52,55)
#272328
(39,35,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEBCAF

#AEBCAF
(174,188,175)
#B5C2B6
(181,194,182)
#BCC8BD
(188,200,189)
#C3CEC4
(195,206,196)
#CAD4CB
(202,212,203)
#D1DAD2
(209,218,210)
#D8E0D9
(216,224,217)
#DFE6E0
(223,230,224)
#E6ECE7
(230,236,231)
#EDF2EE
(237,242,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBCAF color. Also use rgb(174,188,175) instead hex code.

Text Font Color

.myTextColor { color: #AEBCAF; }

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

This text font color is #AEBCAF.


Background Color

.myBgColor { background-color: #AEBCAF; }

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

This div background color is #AEBCAF.


Border color

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

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

This div border color is #AEBCAF.


Opacity

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

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

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

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

This text has shadow with #AEBCAF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEBCAF on black background.


Color preview on white background

This text has color #AEBCAF on white background.



Black color preview on #AEBCAF background

This text has black color on #AEBCAF background.


White color preview on #AEBCAF background

This text has white color on #AEBCAF background.