COLOR #AECCDD

HEX: #AECCDD RGB: (174,204,221)

Renk bilgisi

#AECCDD contains red, green and blue colors in about the same proportion. #AECCDD ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#AECCDD color RGB value is (174,204,221).

RGB: (174,204,221) (68%, 80%, 87%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 204 of 255 = 80%
B 221 of 255 = 87%

174
204
221

R + G + B ~ 78%. #AECCDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 174 + 204 + 221 = 599 (100%)
R 174 of 599 ~ 29.05%
G 204 of 599 ~ 34.06%
B 221 of 599 ~ 36.89'%

%29.05
%34.06
%36.89

CMYK RENK MODELİ

#AECCDD rengi CMYK tonu (21,8,0,13).

  • camgöbeği tonu 21.27%
  • eflatun tonu 7.69%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%

CMYK: (21,8,0,13)
C21M8Y0K13 (21%, 8%, 0%, 13%)
(0.21 / 0.08 / 0.00 / 0.13)

CMYK yüzdeleri

%21.27
%7.69
%0
%13.33

Codes

Color #AECCDD in popluar color models

AE CC DD
RGB 174 204 221
HSL 202° 40.87% 77.45%
HSB/HSV 202° 21.27% 86.67%
CMYK 21.27% 7.69% 0.00%
13.33%

Color #AECCDD in popluar number systems.

HEX AE CC DD
Decimal 174 204 221
Binary 10101110 11001100 11011101
Octal 256 314 335

Shades and tints

Shades of #AECCDD

#AECCDD
(174,204,221)
#9FBAC9
(159,186,201)
#90A8B5
(144,168,181)
#8196A1
(129,150,161)
#72848D
(114,132,141)
#637279
(99,114,121)
#546065
(84,96,101)
#454E51
(69,78,81)
#363C3D
(54,60,61)
#272A29
(39,42,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AECCDD

#AECCDD
(174,204,221)
#B5D0E0
(181,208,224)
#BCD4E3
(188,212,227)
#C3D8E6
(195,216,230)
#CADCE9
(202,220,233)
#D1E0EC
(209,224,236)
#D8E4EF
(216,228,239)
#DFE8F2
(223,232,242)
#E6ECF5
(230,236,245)
#EDF0F8
(237,240,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECCDD color. Also use rgb(174,204,221) instead hex code.

Text Font Color

.myTextColor { color: #AECCDD; }

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

This text font color is #AECCDD.

Background Color

.myBgColor { background-color: #AECCDD; }

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

This div background color is #AECCDD.

Border color

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

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

This div border color is #AECCDD.

Opacity

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

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

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

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

This text has shadow with #AECCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECCDD.

Preview

Color preview on black background

This text has color #AECCDD on black background.


Color preview on white background

This text has color #AECCDD on white background.


Black color preview on #AECCDD background

This text has black color on #AECCDD background.


White color preview on #AECCDD background

This text has white color on #AECCDD background.


Related colors

Complementary color

Complementary color for #hex is #513322.


I love getcolorcode.com

Triadic colors

1 #DDAECC and #CCDDAE with #AECCDD are triadic colors.

2 #DDCCAE and #CCAEDD with #AECCDD are triadic colors.