COLOR #ACC7DB

HEX: #ACC7DB RGB: (172,199,219)

Renk bilgisi

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

RGB renk modeli

#ACC7DB color RGB value is (172,199,219).

RGB: (172,199,219) (67%, 78%, 86%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 219 of 255 = 86%

172
199
219

R + G + B ~ 77%. #ACC7DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 172 + 199 + 219 = 590 (100%)
R 172 of 590 ~ 29.15%
G 199 of 590 ~ 33.73%
B 219 of 590 ~ 37.12'%

%29.15
%33.73
%37.12

CMYK RENK MODELİ

#ACC7DB rengi CMYK tonu (21,9,0,14).

  • camgöbeği tonu 21.46%
  • eflatun tonu 9.13%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (21,9,0,14)
C21M9Y0K14 (21%, 9%, 0%, 14%)
(0.21 / 0.09 / 0.00 / 0.14)

CMYK yüzdeleri

%21.46
%9.13
%0
%14.12

Codes

Color #ACC7DB in popluar color models

AC C7 DB
RGB 172 199 219
HSL 206° 39.50% 76.67%
HSB/HSV 206° 21.46% 85.88%
CMYK 21.46% 9.13% 0.00%
14.12%

Color #ACC7DB in popluar number systems.

HEX AC C7 DB
Decimal 172 199 219
Binary 10101100 11000111 11011011
Octal 254 307 333

Shades and tints

Shades of #ACC7DB

#ACC7DB
(172,199,219)
#9DB5C8
(157,181,200)
#8EA3B5
(142,163,181)
#7F91A2
(127,145,162)
#707F8F
(112,127,143)
#616D7C
(97,109,124)
#525B69
(82,91,105)
#434956
(67,73,86)
#343743
(52,55,67)
#252530
(37,37,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #ACC7DB

#ACC7DB
(172,199,219)
#B3CCDE
(179,204,222)
#BAD1E1
(186,209,225)
#C1D6E4
(193,214,228)
#C8DBE7
(200,219,231)
#CFE0EA
(207,224,234)
#D6E5ED
(214,229,237)
#DDEAF0
(221,234,240)
#E4EFF3
(228,239,243)
#EBF4F6
(235,244,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC7DB color. Also use rgb(172,199,219) instead hex code.

Text Font Color

.myTextColor { color: #ACC7DB; }

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

This text font color is #ACC7DB.

Background Color

.myBgColor { background-color: #ACC7DB; }

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

This div background color is #ACC7DB.

Border color

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

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

This div border color is #ACC7DB.

Opacity

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

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

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

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

This text has shadow with #ACC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC7DB.

Preview

Color preview on black background

This text has color #ACC7DB on black background.


Color preview on white background

This text has color #ACC7DB on white background.


Black color preview on #ACC7DB background

This text has black color on #ACC7DB background.


White color preview on #ACC7DB background

This text has white color on #ACC7DB background.


Related colors

Complementary color

Complementary color for #hex is #533824.


I love getcolorcode.com

Triadic colors

1 #DBACC7 and #C7DBAC with #ACC7DB are triadic colors.

2 #DBC7AC and #C7ACDB with #ACC7DB are triadic colors.