COLOR #AECBC2

HEX: #AECBC2
RGB: (174,203,194)

Color info

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

RGB color model

#AECBC2 color RGB value is (174,203,194).

  • red value is 174;
  • green value is 203;
  • blue value is 194.
RGB:
(174,203,194)
(68%,80%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 194 of 255 = 76%

174
203
194

R + G + B ~ 75%. #AECBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 194 = 571 (100%)
R 174 of 571 ~ 30.47%
G 203 of 571 ~ 35.55%
B 194 of 571 ~ 33.98%

%30.47
%35.55
%33.98

CMYK color model

#AECBC2 color CMYK value is (14,0,4,20).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.43%
  • key color value is 20.39%
CMYK:
(14,0,4,20)
C14M0Y4K20 
(14%,0%,4%,20%)
(0.14/0.00/0.04/0.20)	

CMYK percentages

%14.29
%0
%4.43
%20.39

Codes

Color #AECBC2 in popluar color models

AECBC2
RGB174203194
HSL161°21.80%73.92%
HSB/HSV161°14.29%79.61%
CMYK14.29%0.00%4.43%
20.39%

Color #AECBC2 in popluar number systems.

HEXAECBC2
Decimal174203194
Binary101011101100101111000010
Octal256313302

Shades and tints

Shades of #AECBC2

#AECBC2
(174,203,194)
#9FB9B1
(159,185,177)
#90A7A0
(144,167,160)
#81958F
(129,149,143)
#72837E
(114,131,126)
#63716D
(99,113,109)
#545F5C
(84,95,92)
#454D4B
(69,77,75)
#363B3A
(54,59,58)
#272929
(39,41,41)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AECBC2

#AECBC2
(174,203,194)
#B5CFC7
(181,207,199)
#BCD3CC
(188,211,204)
#C3D7D1
(195,215,209)
#CADBD6
(202,219,214)
#D1DFDB
(209,223,219)
#D8E3E0
(216,227,224)
#DFE7E5
(223,231,229)
#E6EBEA
(230,235,234)
#EDEFEF
(237,239,239)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECBC2 color. Also use rgb(174,203,194) instead hex code.

Text Font Color

.myTextColor { color: #AECBC2; }

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

This text font color is #AECBC2.


Background Color

.myBgColor { background-color: #AECBC2; }

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

This div background color is #AECBC2.


Border color

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

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

This div border color is #AECBC2.


Opacity

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

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

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

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

This text has shadow with #AECBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECBC2 on black background.


Color preview on white background

This text has color #AECBC2 on white background.



Black color preview on #AECBC2 background

This text has black color on #AECBC2 background.


White color preview on #AECBC2 background

This text has white color on #AECBC2 background.